Kuira
Toggle table of contents
0.1.0-alpha03
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
connector
/
com.midnight.kuira.core.connector.model
/
DesiredInput
Desired
Input
data
class
DesiredInput
(
val
kind
:
TransferKind
,
val
type
:
TokenType
,
val
value
:
BigInteger
)
Desired input for an intent (swaps).
Members
Constructors
Desired
Input
Link copied to clipboard
constructor
(
kind
:
TransferKind
,
type
:
TokenType
,
value
:
BigInteger
)
Properties
kind
Link copied to clipboard
val
kind
:
TransferKind
type
Link copied to clipboard
val
type
:
TokenType
value
Link copied to clipboard
val
value
:
BigInteger