Interface: InvokeTransactionResponse
types.InvokeTransactionResponse
Hierarchy​
↳
InvokeTransactionResponse
Properties​
contract_address​
• Optional
contract_address: string
Defined in​
src/types/provider/response.ts:66
sender_address​
• Optional
sender_address: string
Defined in​
src/types/provider/response.ts:67
entry_point_selector​
• Optional
entry_point_selector: string
Defined in​
src/types/provider/response.ts:68
calldata​
• calldata: RawCalldata
Defined in​
src/types/provider/response.ts:69
transaction_hash​
• Optional
transaction_hash: string
Inherited from​
CommonTransactionResponse.transaction_hash
Defined in​
src/types/provider/response.ts:58
version​
• Optional
version: string
Inherited from​
CommonTransactionResponse.version
Defined in​
src/types/provider/response.ts:59
signature​
• Optional
signature: Signature
Inherited from​
CommonTransactionResponse.signature
Defined in​
src/types/provider/response.ts:60
max_fee​
• Optional
max_fee: string
Inherited from​
CommonTransactionResponse.max_fee
Defined in​
src/types/provider/response.ts:61
nonce​
• Optional
nonce: string
Inherited from​
CommonTransactionResponse.nonce