Skip to main content
Version: 5.14.1

Interface: InvokeFunctionTransactionResponse

types.Sequencer.InvokeFunctionTransactionResponse

Hierarchy​

Properties​

transaction_hash​

• transaction_hash: string

Defined in​

src/types/api/sequencer.ts:142


entry_point_selector​

• entry_point_selector: string

Defined in​

src/types/api/sequencer.ts:143


type​

• type: "INVOKE_FUNCTION"

Inherited from​

InvokeFunctionTransaction.type

Defined in​

src/types/api/sequencer.ts:113


sender_address​

• sender_address: string

Inherited from​

InvokeFunctionTransaction.sender_address

Defined in​

src/types/api/sequencer.ts:114


signature​

• Optional signature: string[]

Inherited from​

InvokeFunctionTransaction.signature

Defined in​

src/types/api/sequencer.ts:115


entry_point_type​

• Optional entry_point_type: EXTERNAL

Inherited from​

InvokeFunctionTransaction.entry_point_type

Defined in​

src/types/api/sequencer.ts:116


calldata​

• Optional calldata: RawCalldata

Inherited from​

InvokeFunctionTransaction.calldata

Defined in​

src/types/api/sequencer.ts:117


nonce​

• nonce: BigNumberish

Inherited from​

InvokeFunctionTransaction.nonce

Defined in​

src/types/api/sequencer.ts:118


max_fee​

• Optional max_fee: BigNumberish

Inherited from​

InvokeFunctionTransaction.max_fee

Defined in​

src/types/api/sequencer.ts:119


version​

• Optional version: BigNumberish

Inherited from​

InvokeFunctionTransaction.version

Defined in​

src/types/api/sequencer.ts:120