SignerKey class
SignerKey is a helper class that creates XdrSignerKey objects.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent 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
-
ed25519PublicKey(
KeyPair keyPair ) → XdrSignerKey -
Create
ed25519PublicKey
XdrSignerKey from the givenkeyPair
. -
preAuthTx(
Transaction tx, Network network ) → XdrSignerKey -
Create
preAuthTx
XdrSignerKey from a Transactiontx
. -
preAuthTxHash(
Uint8List hash ) → XdrSignerKey -
Create
preAuthTx
XdrSignerKey from a transactionhash
. -
sha256Hash(
Uint8List hash ) → XdrSignerKey -
Create
sha256Hash
XdrSignerKey from a sha256hash
of a preimage.