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
/
RpcTransactionCall
Rpc
Transaction
Call
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
)