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
/
DesiredOutput
Desired
Output
data
class
DesiredOutput
(
val
kind
:
TransferKind
,
val
type
:
TokenType
,
val
value
:
BigInteger
,
val
recipient
:
String
)
Desired output from a transfer or intent.
Members
Constructors
Desired
Output
Link copied to clipboard
constructor
(
kind
:
TransferKind
,
type
:
TokenType
,
value
:
BigInteger
,
recipient
:
String
)
Properties
kind
Link copied to clipboard
val
kind
:
TransferKind
recipient
Link copied to clipboard
val
recipient
:
String
type
Link copied to clipboard
val
type
:
TokenType
value
Link copied to clipboard
val
value
:
BigInteger