Variable TokenBalanceListResultV2Const
TokenBalanceListResultV2: Struct<
{ items: { balance: BN; mint: PublicKey }[]; cursor: string | null },
{
items: Struct<
{ balance: BN; mint: PublicKey }[],
Struct<
{ balance: BN; mint: PublicKey },
{ balance: Struct<BN, null>; mint: Struct<PublicKey, null> },
>,
>;
cursor: Struct<string | null, null>;
},
> = ...