Closed lumoverix closed 1 year ago
you have not initialized your waxjs/eosjs library properly. this is the jsonrpc code that should be inited properly. make sure the initing is done properly before calling this function that you are calling.
Thank you, when I provided data to the init it started to clear through.
const wax = new waxjs.WaxJS({ rpcEndpoint: 'https://wax.greymass.com', userAccount: 'abc123', pubKeys: ['PUB_K1_'] });
Not sure what to do here...