TxSigner class

Implementers

Constructors

TxSigner(dynamic url, Signer signer, [int? version])

Properties

hashCode int
The hash code for this object.
no setterinherited
info SignerInfo
no setter
mnemonic String
no setter
publicKey Uint8List
no setter
publicKeyHash Uint8List
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey Uint8List
no setter
signer Signer
no setter
url AccURL
getter/setter pair
version int
no setter

Methods

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

Operators

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

Static Methods

withNewVersion(TxSigner signer, int version) TxSigner