Type alias ReturnValue

ReturnValue: Promise<{
    result: RpcResponseAndContext<{
        account: AccountInfo<{
            parsed: {
                info: {
                    mint: string;
                    tokenAmount: {
                        amount: number;
                        decimals: number;
                    };
                };
            };
        }>;
        pubkey: PublicKey;
    }[]>;
}>

RPC response value.

Generated using TypeDoc