trxAmount property
      
      BigInt
      get
      trxAmount
      
    
    
the trx amount of contract; if contract need any trx amount for spending, stack, freez or ....
Implementation
BigInt get trxAmount => BigInt.zero;the trx amount of contract; if contract need any trx amount for spending, stack, freez or ....
BigInt get trxAmount => BigInt.zero;