KYCDao
KYCDao
/
com.kycdao.android.sdk.model
/
TransactionCallObject
Transaction
Call
Object
data
class
TransactionCallObject
(
val
from
:
String
,
val
to
:
String
,
val
gas
:
String
?
=
null
,
val
gasPrice
:
String
?
=
null
,
val
value
:
String
?
=
null
,
val
data
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Transaction
Call
Object
Link copied to clipboard
fun
TransactionCallObject
(
from
:
String
,
to
:
String
,
gas
:
String
?
=
null
,
gasPrice
:
String
?
=
null
,
value
:
String
?
=
null
,
data
:
String
)
Content copied to clipboard
Properties
data
Link copied to clipboard
val
data
:
String
Content copied to clipboard
from
Link copied to clipboard
val
from
:
String
Content copied to clipboard
gas
Link copied to clipboard
val
gas
:
String
?
=
null
Content copied to clipboard
gas
Price
Link copied to clipboard
val
gasPrice
:
String
?
=
null
Content copied to clipboard
to
Link copied to clipboard
val
to
:
String
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
?
=
null
Content copied to clipboard