getAmount method

BigInt getAmount()

Returns the amount as a BigInt.

Implementation

BigInt getAmount() {
  return _amount;
}