Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.7 KB

File metadata and controls

31 lines (28 loc) · 1.7 KB

TransactionResponse

Properties

Name Type Description Notes
confirmed_at String [optional] [default to null]
created_at String [default to null]
data String [optional] [default to null]
from String [default to null]
gas_limit Long [optional] [default to null]
gas_price Integer [optional] [default to null]
hash String [optional] [default to null]
id String [default to null]
max_fee_per_gas Integer [optional] [default to null]
max_priority_fee_per_gas Integer [optional] [default to null]
nonce Long [optional] [default to null]
relayer_id String [default to null]
sent_at String [optional] [default to null]
signature String [optional] [default to null]
speed Speed [optional] [default to null]
status TransactionStatus [default to null]
status_reason String [optional] [default to null]
to String [optional] [default to null]
value String [default to null]
transaction String [default to null]
fee Integer [default to null]
sequence_number Long [default to null]
source_account String [default to null]

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