DesiredOutput

data class DesiredOutput(val kind: TransferKind, val type: TokenType, val value: BigInteger, val recipient: String)

Desired output from a transfer or intent.

Constructors

Link copied to clipboard
constructor(kind: TransferKind, type: TokenType, value: BigInteger, recipient: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard