TWTezosMessageSigner class abstract

THORChain swap functions

Constructors

TWTezosMessageSigner.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

TWTezosMessageSignerFormatMessage(Pointer<Utf8> message, Pointer<Utf8> url) Pointer<Utf8>
Implement format input as described in https://tezostaquito.io/docs/signing/
TWTezosMessageSignerInputToPayload(Pointer<Utf8> message) Pointer<Utf8>
Implement input to payload as described in: https://tezostaquito.io/docs/signing/
TWTezosMessageSignerSignMessage(Pointer<Void> privateKey, Pointer<Utf8> message) Pointer<Utf8>
Sign a message as described in https://tezostaquito.io/docs/signing/
TWTezosMessageSignerVerifyMessage(Pointer<Void> pubKey, Pointer<Utf8> message, Pointer<Utf8> signature) bool
Verify signature for a message as described in https://tezostaquito.io/docs/signing/