Interface that should be implemented by ABI serializable objects.
Signature data.
Type, e.g. K1
K1
Static
Return true if the object equals the other object passed.
Recover public key from given message digest.
Recover public key from given message.
Base58check encoded string representation of this signature (SIG_<type>_<data>).
SIG_<type>_<data>
Verify this signature with given message digest and public key.
Verify this signature with given message and public key.
Create Signature object from representing types.
Interface that should be implemented by ABI serializable objects.