Interface ISignature

interface ISignature {
    hex(): string;
}

Methods

Methods