Interface that should be implemented by ABI serializable objects.

Implements

Properties

data: Bytes

Signature data.

type: KeyType

Type, e.g. K1

abiName: string = 'signature'

Methods

  • Base58check encoded string representation of this signature (SIG_<type>_<data>).

    Returns string