EthereumTransactionRequest
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / EthereumTransactionRequest
Interface: EthereumTransactionRequest
Section titled “Interface: EthereumTransactionRequest”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13343
Ethereum transaction request
Properties
Section titled “Properties”
optionalfrom:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13345
Sender address
optionalto:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13347
Recipient address
value?
Section titled “value?”
optionalvalue:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13349
Value in wei (hex)
optionaldata:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13351
Transaction data (hex)
optionalgas:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13353
Gas limit (hex)
gasPrice?
Section titled “gasPrice?”
optionalgasPrice:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13355
Gas price (hex) - legacy
maxFeePerGas?
Section titled “maxFeePerGas?”
optionalmaxFeePerGas:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13357
Max fee per gas (hex) - EIP-1559
maxPriorityFeePerGas?
Section titled “maxPriorityFeePerGas?”
optionalmaxPriorityFeePerGas:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13359
Max priority fee per gas (hex) - EIP-1559
nonce?
Section titled “nonce?”
optionalnonce:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13361
Nonce (hex)
chainId?
Section titled “chainId?”
optionalchainId:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13363
Chain ID