Can somebody explain why i got this error ? I use this plugin https://github.com/broxus/everscale-inpage-provider
when I use this script
public async getEverWalletTransaction(
recipient: string,
price: any,
payload: any,
): Promise<string> {
console.log(this.wallet.address);
console.log(recipient);
console.log(price.toString());
console.log(payload);
const { transaction } = await this.ton.rawApi.sendMessage({
sender: this.wallet.address,
recipient,
amount: price.toString(),
bounce: true,
payload,
});
return transaction.id.hash;
}

I think the issue is from you recipient parameter. here is the working code :
Please find below the transaction hash associated with the aforementioned script:
https://everscan.io/transactions/f9cc7b214fa74c29fda572fe394e5000981cc232bfdfcb790bb520b9a945e4fe