You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My best guess is something inside one of the variables in the code above, whether it be the account name, public key, bytes received or something else is at fault here. The code itself should be working properly but the inputs are mixed up somehow.
Below is the code that I just used to successfully create the account above.
when I'm trying to create an account using wharfkit/antelope library, I get the following response from the transaction broadcast.
I can't figure out what's the problem. I'm using an account with R1 public/private key.
I can send money transactions successfully, but account creation fails like this.
following shows how I create new account action:
and the following shows how I create buy ram action
the contract here is coming from
import { Contract } from '@wharfkit/contract';
The text was updated successfully, but these errors were encountered: