TransactionInput class
Properties
-
amount
→ int?
-
Amount: asset amount
no setterinherited
-
copyWith
→ $TransactionInputCopyWith<TransactionInput>
-
no setterinherited
-
from
→ String?
-
From: transaction which send the amount of assets
no setterinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
spent
→ bool?
-
Spent: determines if the input has been spent
no setterinherited
-
timestamp
→ int?
-
Timestamp: Date time when the inputs was generated
no setterinherited
-
tokenAddress
→ String?
-
token address: address of the token if the type is token
no setterinherited
-
tokenId
→ int?
-
Token id: It is the id for a token which is allocated when the token is minted.
no setterinherited
-
type
→ String?
-
Type: UCO/Token/Call
no setterinherited