SignerKey class

SignerKey is a helper class that creates XdrSignerKey objects.

Constructors

SignerKey()

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

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 preAuthTxHash XdrSignerKey from a preAuthTxHashhash.
sha256Hash(Uint8List hash) XdrSignerKey
Create sha256Hash XdrSignerKey from a sha256 hash of a preimage.
signedPayload(SignedPayloadSigner signedPayloadSigner) XdrSignerKey