Interface: InvokeFunctionTransactionResponse
types.Sequencer.InvokeFunctionTransactionResponse
Hierarchy​
↳
InvokeFunctionTransactionResponse
Properties​
transaction_hash​
• transaction_hash: string
Defined in​
src/types/api/sequencer.ts:149
entry_point_selector​
• entry_point_selector: string
Defined in​
src/types/api/sequencer.ts:150
type​
• type: INVOKE
Inherited from​
InvokeFunctionTransaction.type
Defined in​
src/types/api/sequencer.ts:120
sender_address​
• sender_address: string
Inherited from​
InvokeFunctionTransaction.sender_address
Defined in​
src/types/api/sequencer.ts:121
signature​
• Optional
signature: string
[]
Inherited from​
InvokeFunctionTransaction.signature
Defined in​
src/types/api/sequencer.ts:122
entry_point_type​
• Optional
entry_point_type: EXTERNAL
Inherited from​
InvokeFunctionTransaction.entry_point_type
Defined in​
src/types/api/sequencer.ts:123
calldata​
• Optional
calldata: RawCalldata
Inherited from​
InvokeFunctionTransaction.calldata
Defined in​
src/types/api/sequencer.ts:124
nonce​
• nonce: BigNumberish
Inherited from​
InvokeFunctionTransaction.nonce
Defined in​
src/types/api/sequencer.ts:125
max_fee​
• Optional
max_fee: BigNumberish
Inherited from​
InvokeFunctionTransaction.max_fee
Defined in​
src/types/api/sequencer.ts:126
version​
• Optional
version: BigNumberish
Inherited from​
InvokeFunctionTransaction.version