Skip to content

HardwareEthereumTx

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / HardwareEthereumTx

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

Ethereum transaction for hardware signing

to: string

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

Recipient address


value: `0x${string}`

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

Value in wei (hex)


gasLimit: `0x${string}`

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

Gas limit (hex)


optional gasPrice?: `0x${string}`

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

Gas price (hex) - for legacy tx


optional maxFeePerGas?: `0x${string}`

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

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


optional maxPriorityFeePerGas?: `0x${string}`

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

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


optional data?: `0x${string}`

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

Transaction data (hex)


nonce: `0x${string}`

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

Nonce (hex)


chainId: number

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

Chain ID