Address class
Methods
-
createDRT({required DRTransactionBody body, required WitPrivateKey privateKey, required UtxoSelectionStrategy utxoStrategy, FeeType? feeType, int fee = 0, dynamic networkSource})
→ Future<DRTransaction>
-
-
createVTT({required List<ValueTransferOutput> outputs, required WitPrivateKey privateKey, Address? changeAddress, required UtxoSelectionStrategy utxoStrategy, FeeType? feeType, int fee = 0, required dynamic networkSource, String? metadata})
→ Future<VTTransaction>
-
-
getUtxoInfo({dynamic source})
→ Future<bool>
-
To get the UtxoInfo for an address. the
source can be NodeClient
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
receive(int value, {int timeLock = 0})
→ ValueTransferOutput
-
-
signHash(String hash, WitPrivateKey privateKey)
→ KeyedSignature
-
-
toString()
→ String
-
A string representation of this object.
inherited