export interface AllowanceStorageModel {
    ledgerAddress: string;
    subAccountId: string;
    spenderPrincipal: string;
    spenderSubId: string;
}
