amount property

  1. @JsonKey.new(name: 'amount')
int? get amount
inherited

Optional. The amount of the currency that was received by the channel in nanotoncoins; for payments in toncoins only

Implementation

@JsonKey(name: 'amount')
int? get amount;