near-api-js - v7.0.4
Preparing search index...
rpc/types.gen
RpcViewStateResponse
Type Alias RpcViewStateResponse
Resulting state values for a view state query request
type
RpcViewStateResponse
=
{
block_hash
:
CryptoHash
;
block_height
:
number
;
proof
?:
string
[]
;
values
:
StateItem
[]
;
}
Index
Properties
block_
hash
block_
height
proof?
values
Properties
block_
hash
block_hash
:
CryptoHash
block_
height
block_height
:
number
Optional
proof
proof
?:
string
[]
values
values
:
StateItem
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block_
hash
block_
height
proof
values
near-api-js - v7.0.4
Loading...
Resulting state values for a view state query request