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
Hi, I figured function call is NearApi::Action.call(...), but how exactly do you make one? When I try tracking it down, it seems like there's some problem with access key:
Particularly,
key=NearApi::Key.newapi.view_access_key(key)=>{"jsonrpc"=>"2.0","result"=>{"block_hash"=>"ARj9AriWfpfBWo5m7V6bob55Q57YUaE13SXhrkqXj3c","block_height"=>86533146,"error"=>"access key ed25519:dKYi64UHPLfD4C7qUUWD3eWw1rv5GjLnTCzsNxo4W6Z does not exist while viewing","logs"=>[]},"id"=>"dontcare"}
have an error.
That is, I assume the public key is the "Hash" from the Explorer, but am I correct about that? If not, how do I get the key?
And is there a login function to login with wallet for this?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, I figured function call is
NearApi::Action.call(...)
, but how exactly do you make one? When I try tracking it down, it seems like there's some problem with access key:Particularly,
have an error.
That is, I assume the public key is the "Hash" from the Explorer, but am I correct about that? If not, how do I get the key?
And is there a login function to login with wallet for this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: