Interface: InvokeTransactionResponse
types.InvokeTransactionResponse
Hierarchy​
↳
InvokeTransactionResponse
Properties​
contract_address​
• Optional
contract_address: string
Defined in​
src/types/provider/response.ts:53
sender_address​
• Optional
sender_address: string
Defined in​
src/types/provider/response.ts:54
entry_point_selector​
• Optional
entry_point_selector: string
Defined in​
src/types/provider/response.ts:55
calldata​
• calldata: RawCalldata
Defined in​
src/types/provider/response.ts:56
transaction_hash​
• Optional
transaction_hash: string
Inherited from​
CommonTransactionResponse.transaction_hash
Defined in​
src/types/provider/response.ts:45
version​
• Optional
version: string
Inherited from​
CommonTransactionResponse.version
Defined in​
src/types/provider/response.ts:46
signature​
• Optional
signature: Signature
Inherited from​
CommonTransactionResponse.signature
Defined in​
src/types/provider/response.ts:47
max_fee​
• Optional
max_fee: string
Inherited from​
CommonTransactionResponse.max_fee
Defined in​
src/types/provider/response.ts:48
nonce​
• Optional
nonce: string
Inherited from​
CommonTransactionResponse.nonce