Poonam Singh
Poonam Singh
I'm working solana testnet . I have this error for placingOrder failed to get token accounts owned by account GPsR1A6PzpPZ1gK4GdXUoE7TQaDNamMub5QKNLhi6RXK: Invalid param: could not find mint
@armaniferrante I'm working solana testnet . I have this error for placingOrder failed to get token accounts owned by account GPsR1A6PzpPZ1gK4GdXUoE7TQaDNamMub5QKNLhi6RXK: Invalid param: could not find mint
import SolanaWeb3 from '@solana/web3.js'; import Serum from '@project-serum/serum'; //import * as fs from "fs"; //import Market from '@project-serum/serum'; //import TOKEN_PROGRAM_ID from '@solana/spl-token'; //const SPL_ASSOCIATED_TOKEN_ACCOUNT = new SolanaWeb3.PublicKey( //ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL', //); //const...
market.placeOrder(connection, { ^ TypeError: market.placeOrder is not a function Kindly suggest