T402 API Reference - v2.8.0
Website
Documentation
GitHub
Preparing search index...
mechanisms/near/src
NearRpcResponse
Interface NearRpcResponse<T>
NEAR RPC response
interface
NearRpcResponse
<
T
=
unknown
>
{
jsonrpc
:
"2.0"
;
id
:
string
;
result
?:
T
;
error
?:
{
code
:
number
;
message
:
string
;
data
?:
string
}
;
}
Type Parameters
T
=
unknown
Index
Properties
jsonrpc
id
result?
error?
Properties
jsonrpc
jsonrpc
:
"2.0"
id
id
:
string
Optional
result
result
?:
T
Optional
error
error
?:
{
code
:
number
;
message
:
string
;
data
?:
string
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
jsonrpc
id
result
error
Website
Documentation
GitHub
T402 API Reference - v2.8.0
Loading...
NEAR RPC response