Variable accountStateConst
accountState: ZodUnion<[ZodObject<{
@type: ZodLiteral<"raw.accountState">;
code: ZodString;
data: ZodString;
frozen_hash: ZodString;
}, "strip", ZodTypeAny, {
@type: "raw.accountState";
code: string;
data: string;
frozen_hash: string;
}, {
@type: "raw.accountState";
code: string;
data: string;
frozen_hash: string;
}>, ZodObject<{
@type: ZodLiteral<"wallet.v3.accountState">;
seqno: ZodNumber;
wallet_id: ZodUnion<[ZodNumber, ZodString]>;
}, "strip", ZodTypeAny, {
@type: "wallet.v3.accountState";
seqno: number;
wallet_id: string | number;
}, {
@type: "wallet.v3.accountState";
seqno: number;
wallet_id: string | number;
}>, ZodObject<{
@type: ZodLiteral<"wallet.v4.accountState">;
seqno: ZodNumber;
wallet_id: ZodUnion<[ZodNumber, ZodString]>;
}, "strip", ZodTypeAny, {
@type: "wallet.v4.accountState";
seqno: number;
wallet_id: string | number;
}, {
@type: "wallet.v4.accountState";
seqno: number;
wallet_id: string | number;
}>]> = ...