blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.blockchain.evm
/
RpcTransactionCall
Rpc
Transaction
Call
common
@
Serializable
data
class
RpcTransactionCall
(
val
from
:
String
?
=
null
,
val
to
:
String
,
val
gas
:
String
?
=
null
,
val
gasPrice
:
String
?
=
null
,
val
maxFeePerGas
:
String
?
=
null
,
val
maxPriorityFeePerGas
:
String
?
=
null
,
val
value
:
String
?
=
null
,
val
data
:
String
?
=
null
)
Transaction call object for eth_call and eth_estimateGas.
Members
Constructors
Rpc
Transaction
Call
Link copied to clipboard
common
constructor
(
from
:
String
?
=
null
,
to
:
String
,
gas
:
String
?
=
null
,
gasPrice
:
String
?
=
null
,
maxFeePerGas
:
String
?
=
null
,
maxPriorityFeePerGas
:
String
?
=
null
,
value
:
String
?
=
null
,
data
:
String
?
=
null
)
Properties
data
Link copied to clipboard
common
val
data
:
String
?
from
Link copied to clipboard
common
val
from
:
String
?
gas
Link copied to clipboard
common
val
gas
:
String
?
gas
Price
Link copied to clipboard
common
val
gasPrice
:
String
?
max
Fee
Per
Gas
Link copied to clipboard
common
val
maxFeePerGas
:
String
?
max
Priority
Fee
Per
Gas
Link copied to clipboard
common
val
maxPriorityFeePerGas
:
String
?
to
Link copied to clipboard
common
val
to
:
String
value
Link copied to clipboard
common
val
value
:
String
?