TronSignRequest class
- Inheritance
-
- Object
- RegistryItem
- TronSignRequest
Constructors
- TronSignRequest({Uint8List? uuid, required Uint8List signData, int? fee, required CryptoKeypath derivationPath, String? origin})
Properties
Methods
-
getDerivationPath(
) → String? -
getFee(
) → int? -
getOrigin(
) → String? -
getRegistryType(
) → RegistryType -
override
-
getRequestId(
) → Uint8List -
getSignData(
) → Uint8List -
getSourceFingerprint(
) → Uint8List? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCBOR(
) → Uint8List -
inherited
-
toCborValue(
) → CborValue -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
toUR(
) → UR -
inherited
-
toUREncoder(
int? maxFragmentLength, int? firstSeqNum, int? minFragmentLength) → dynamic -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromCBOR(
Uint8List cborPayload) → TronSignRequest -
fromDataItem(
dynamic jsonData) → TronSignRequest