Struct snapps_txn_reference_impl::party::SignedAmount [−][src]
Expand description
A signed amount, which records whether it is positive or negative.
Fields
sign: Sign
True if positive, false if negative.
magnitude: u64
The magnitude of the amount.