corda / net.corda.core.contracts / Amount / token

token

val token: T

the type of token this is an amount of. This is usually a singleton.

Property

token - the type of token this is an amount of. This is usually a singleton.

Parameters

T - the type of the token, for example Currency. T should implement TokenizableAssetInfo if automatic conversion to/from a display format is required.