export interface LocalCacheSubAccountModel {
    subAccountId: string;
    balance: bigint;
}
