SignerKey class

SignerKey is a helper class that creates XdrSignerKey objects.

Constructors

SignerKey()

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 given keyPair.
preAuthTx(Transaction tx, Network network) XdrSignerKey
Create preAuthTx XdrSignerKey from a Transaction tx.
preAuthTxHash(Uint8List hash) XdrSignerKey
Create preAuthTx XdrSignerKey from a transaction hash.
sha256Hash(Uint8List hash) XdrSignerKey
Create sha256Hash XdrSignerKey from a sha256 hash of a preimage.