near-api-js - v7.0.4
Preparing search index...
rpc/types.gen
RpcViewAccessKeyResponse
Type Alias RpcViewAccessKeyResponse
Describes access key permission scope and nonce.
type
RpcViewAccessKeyResponse
=
{
block_hash
:
CryptoHash
;
block_height
:
number
;
nonce
:
number
;
permission
:
AccessKeyPermissionView
;
}
Index
Properties
block_
hash
block_
height
nonce
permission
Properties
block_
hash
block_hash
:
CryptoHash
block_
height
block_height
:
number
nonce
nonce
:
number
permission
permission
:
AccessKeyPermissionView
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block_
hash
block_
height
nonce
permission
near-api-js - v7.0.4
Loading...
Describes access key permission scope and nonce.