export interface WalletSubAccount {
    ledgerAddress: string;
    subAccountId: string;
    name: string;
}
