EthereumTransactionRequest
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / EthereumTransactionRequest
Interface: EthereumTransactionRequest
Section titled “Interface: EthereumTransactionRequest”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13416
Ethereum transaction request
Properties
Section titled “Properties”
optionalfrom?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13418
Sender address
optionalto?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13420
Recipient address
value?
Section titled “value?”
optionalvalue?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13422
Value in wei (hex)
optionaldata?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13424
Transaction data (hex)
optionalgas?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13426
Gas limit (hex)
gasPrice?
Section titled “gasPrice?”
optionalgasPrice?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13428
Gas price (hex) - legacy
maxFeePerGas?
Section titled “maxFeePerGas?”
optionalmaxFeePerGas?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13430
Max fee per gas (hex) - EIP-1559
maxPriorityFeePerGas?
Section titled “maxPriorityFeePerGas?”
optionalmaxPriorityFeePerGas?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13432
Max priority fee per gas (hex) - EIP-1559
nonce?
Section titled “nonce?”
optionalnonce?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13434
Nonce (hex)
chainId?
Section titled “chainId?”
optionalchainId?:number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13436
Chain ID