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