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
}
id
id
:
number
requester
Id
requesterId
:
string
result
result
:
T
type
type
:
"response"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
id
requester
Id
result
type
Documentation
Loading...