In fungible token:
pub struct FungibleToken { /// sha256(AccountID) -> Account details. pub accounts: UnorderedMap, Account>,