Interface: InvokeTransactionReceiptResponse
types.InvokeTransactionReceiptResponse
Hierarchy​
CommonTransactionReceiptResponse
↳
InvokeTransactionReceiptResponse
Properties​
messages_sent​
• Optional
messages_sent: MessageToL1
[]
Deprecated
Use l2_to_l1_messages
Defined in​
src/types/provider/response.ts:98
events​
• Optional
events: Event
[]
Defined in​
src/types/provider/response.ts:99
l1_origin_message​
• Optional
l1_origin_message: MessageToL2
Defined in​
src/types/provider/response.ts:100
transaction_hash​
• transaction_hash: string
Inherited from​
CommonTransactionReceiptResponse.transaction_hash
Defined in​
src/types/provider/response.ts:74
status​
• Optional
status: Status
Inherited from​
CommonTransactionReceiptResponse.status
Defined in​
src/types/provider/response.ts:75
actual_fee​
• Optional
actual_fee: string
Inherited from​
CommonTransactionReceiptResponse.actual_fee
Defined in​
src/types/provider/response.ts:76
status_data​
• Optional
status_data: string
Inherited from​
CommonTransactionReceiptResponse.status_data