Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 686 Bytes

TxTransactionResult.md

File metadata and controls

14 lines (11 loc) · 686 Bytes

TxTransactionResult

Properties

Name Type Description Notes
Code int64 [optional] [default to null]
Log string [optional] [default to null]
GasUsed string [optional] [default to null]
GasWanted string [optional] [default to null]
Data string Data contains the output of the transaction. [optional] [default to null]
Events []string [optional] [default to null]

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