Skip to content

EthereumTransactionRequest

SIP Protocol API Reference v0.9.0


SIP Protocol API Reference / EthereumTransactionRequest

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13343

Ethereum transaction request

optional from?: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13345

Sender address


optional to?: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13347

Recipient address


optional value?: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13349

Value in wei (hex)


optional data?: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13351

Transaction data (hex)


optional gas?: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13353

Gas limit (hex)


optional gasPrice?: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13355

Gas price (hex) - legacy


optional maxFeePerGas?: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13357

Max fee per gas (hex) - EIP-1559


optional maxPriorityFeePerGas?: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13359

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


optional nonce?: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13361

Nonce (hex)


optional chainId?: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13363

Chain ID