Preparing search index...
The search index is not available
Documentation
Documentation
@near-js/iframe-rpc
types
IRPCResponse
Interface IRPCResponse<T>
interface
IRPCResponse
<
T
>
{
error
?:
{
code
:
number
;
message
:
string
;
}
;
id
:
number
;
requesterId
:
string
;
result
:
T
;
type
:
"response"
;
}
Type Parameters
T
Index
Properties
error?
id
requester
Id
result
type
Properties
Optional
error
error
?:
{
code
:
number
;
message
:
string
;
}
Type declaration
code
:
number
message
:
string
id
id
:
number
requester
Id
requester
Id
:
string
result
result
:
T
type
type
:
"response"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
error
id
requester
Id
result
type
Documentation
Loading...