export interface ICPSubAccount {
    legacy: string;
    sub_account_id: string;
}
