export interface LocalCacheCreditModel {
    ledgerAddress: string;
    credit: bigint;
}
