near-api-js - v7.0.4
Preparing search index...
rpc/types.gen
AccessKeyInfoView
Type Alias AccessKeyInfoView
Describes information about an access key including the public key.
type
AccessKeyInfoView
=
{
access_key
:
AccessKeyView
;
public_key
:
PublicKey
;
}
Index
Properties
access_
key
public_
key
Properties
access_
key
access_key
:
AccessKeyView
public_
key
public_key
:
PublicKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
key
public_
key
near-api-js - v7.0.4
Loading...
Describes information about an access key including the public key.