pub type Account = Account<Otw>;Aliased Type§
struct Account {
pub id: UID,
pub account_id: u64,
pub collateral: Balance<Otw>,
/* private fields */
}Fields§
§id: UID§account_id: u64Numerical value associated to the account
collateral: Balance<Otw>Balance available to be allocated to markets.