Variable topAccountByBalanceConst

topAccountByBalance: ZodArray<ZodObject<{
    account: ZodString;
    balance: ZodString;
}, "strip", ZodTypeAny, {
    account: string;
    balance: string;
}, {
    account: string;
    balance: string;
}>, "many"> = ...

Generated using TypeDoc