Preparing search index...
The search index is not available
@metamask/multichain-api-client
@metamask/multichain-api-client
TransportResponse
Type Alias TransportResponse<TResult>
Transport
Response
<
TResult
>
:
{
error
?:
{
code
:
number
;
message
:
string
;
stack
:
string
;
}
;
id
:
number
;
jsonrpc
:
"2.0"
;
result
:
TResult
;
}
Generic response structure for RPC calls
Type Parameters
TResult
=
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@metamask/multichain-api-client
Loading...
Generic response structure for RPC calls