Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 890 Bytes

PendingTransactionType.md

File metadata and controls

18 lines (14 loc) · 890 Bytes

PendingTransactionType

Properties

Name Type Description Notes
hash str [optional]
type str [optional]
_from str Sender's address [optional]
to str Recipient's address [optional]
value str Transaction value in nano SEM [optional]
fee str Transaction fee in nano SEM [optional]
nonce str [optional]
timestamp str Transaction timestamp in milliseconds specified by the transaction creator. There can be a time drift up to 2 hours. [optional]
data str Transaction data encoded in hexadecimal string [optional]

[Back to Model list] [Back to API list] [Back to README]