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