when i use Auction load to load other program, it shows MetaplexError: Invalid owner const auctionKey = new PublicKey( "E****We" ); const auction = await Auction.load(connection, auctionKey); anyone know the error is ?
when i use Auction load to load other program, it shows MetaplexError: Invalid owner
const auctionKey = new PublicKey(
"E****We"
);
const auction = await Auction.load(connection, auctionKey);
anyone know the error is ?