corda / net.corda.core.contracts / FungibleAsset / amount

amount

abstract val amount: Amount<Issued<T>>

Amount represents a positive quantity of some issued product which can be cash, tokens, assets, or generally anything else that's quantifiable with integer quantities. See Issued and Amount for more details.