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
The token property is stored in the bcurl/client, without setting this property there is no other way to add a token to an RPC call -- note that with the REST-API HTTP calls the docs already specify to add ?token=... or --token=...
For RPC calls when
wallet-auth: true
, the admin token needs to be set as an option when instantiating the client:The
token
property is stored in thebcurl/client
, without setting this property there is no other way to add a token to an RPC call -- note that with the REST-API HTTP calls the docs already specify to add?token=...
or--token=...
https://bcoin.io/api-docs/?shell--curl#wallet-authentication
The text was updated successfully, but these errors were encountered: