trxAmount property

  1. @override
BigInt get trxAmount
override

the trx amount of contract; if contract need any trx amount for spending, stack, freez or ....

Implementation

@override
BigInt get trxAmount => amount;