Skip to content

EthereumTransactionRequest

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / EthereumTransactionRequest

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13416

Ethereum transaction request

optional from?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13418

Sender address


optional to?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13420

Recipient address


optional value?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13422

Value in wei (hex)


optional data?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13424

Transaction data (hex)


optional gas?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13426

Gas limit (hex)


optional gasPrice?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13428

Gas price (hex) - legacy


optional maxFeePerGas?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13430

Max fee per gas (hex) - EIP-1559


optional maxPriorityFeePerGas?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13432

Max priority fee per gas (hex) - EIP-1559


optional nonce?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13434

Nonce (hex)


optional chainId?: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13436

Chain ID