Interface SignatureProvider

Interface that should be implemented by signature providers.

Hierarchy

  • SignatureProvider

Properties

Properties

sign: ((message: Checksum256) => {
    signature: SignatureType;
    signer: NameType;
})

Type declaration