Type alias AccountStorage

AccountStorage: {
    balance: CurrencyCollection;
    lastTransLt: bigint;
    state: AccountState;
}

Type declaration

Generated using TypeDoc