Skip to content

HardwareEthereumTx

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / HardwareEthereumTx

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

Ethereum transaction for hardware signing

to: string

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

Recipient address


value: `0x${string}`

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

Value in wei (hex)


gasLimit: `0x${string}`

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

Gas limit (hex)


optional gasPrice: `0x${string}`

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

Gas price (hex) - for legacy tx


optional maxFeePerGas: `0x${string}`

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

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


optional maxPriorityFeePerGas: `0x${string}`

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

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


optional data: `0x${string}`

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

Transaction data (hex)


nonce: `0x${string}`

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

Nonce (hex)


chainId: number

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

Chain ID