/** * acc_state_uninit$00 = AccountStatus; * acc_state_frozen$01 = AccountStatus; * acc_state_active$10 = AccountStatus; * acc_state_nonexist$11 = AccountStatus; */ export declare enum AccountStatus { UNINITIALIZED = 0, FROZEN = 1, ACTIVE = 2, NON_EXIST = 3 } //# sourceMappingURL=AccountStatus.d.ts.map