VerifyTronSignatureArgs class
Inputs for verifyTronSignature.
Constructors
- VerifyTronSignatureArgs({required Uint8List rawData, required String from, TronLatestBlock? latestBlock, required Object signedTx})
-
const
Properties
- from → String
-
The base58 owner address the transaction spends from.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- latestBlock → TronLatestBlock?
-
The reference block the request carried (enables the rebuild-path window
check).
final
- rawData → Uint8List
-
The
raw_databytes the request carried.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signedTx → Object
-
The reply: either the split frame from
TronSignatureResult.signedTx(a SignedTronTx), or the raw hex (a String).final
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