corda / net.corda.core.contracts / FungibleState / amount

amount

abstract val amount: Amount<T>

Amount represents a positive quantity of some token which can be cash, tokens, stock, agreements, or generally anything else that's quantifiable with integer quantities. See Amount for more details.