export interface NotifyResult {
    servicePrincipal: string;
    ledgerAddress: string;
    credit: bigint;
    deposit: bigint;
}
