TxMnemonic class

Contains TerraDart SDK Specific Key logic for signing transactions

Inheritance
  • Object
  • RawKey
  • MnemonicKey
  • TxMnemonic

Constructors

TxMnemonic(String recoveryWords)

Properties

hashCode int
The hash code for this object.
no setterinherited
privateKey Uint8List?
getter/setter pairinherited
privateKeyExposed Uint8List?
getter/setter pairinherited
publicKey ↔ SimplePublicKey?
getter/setter pairinherited
recoveryWords String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

accAddress() String
inherited
createSignature(SignDoc tx, List messages) Future<SignatureV2>
ecdsaSign(Uint8List payload) → SignatureModel
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preparePrivateKey(Uint8List? cprivateKey, {bool exposePrivateKey = false}) → void
inherited
sign(Uint8List payload) Uint8List
Sign the Key
inherited
signTx(Tx tx, SignerOptions options, List messages) Future<Tx>
toString() String
A string representation of this object.
inherited
valAddress() String
inherited

Operators

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