golem-base-sdk
Preparing search index...
internal
GolemBaseClient
Type Alias GolemBaseClient<chain, account>
type
GolemBaseClient
<
chain
extends
Chain
|
undefined
=
Chain
|
undefined
,
account
extends
Account
|
undefined
=
Account
|
undefined
,
>
=
{
httpClient
:
Client
<
HttpTransport
,
chain
,
account
,
RpcSchema
,
AllActions
>
;
wsClient
:
Client
<
WebSocketTransport
,
chain
,
account
,
RpcSchema
,
PublicActions
<
WebSocketTransport
,
chain
,
account
>
,
>
;
}
Type Parameters
chain
extends
Chain
|
undefined
=
Chain
|
undefined
account
extends
Account
|
undefined
=
Account
|
undefined
Index
Properties
http
Client
ws
Client
Properties
http
Client
httpClient
:
Client
<
HttpTransport
,
chain
,
account
,
RpcSchema
,
AllActions
>
ws
Client
wsClient
:
Client
<
WebSocketTransport
,
chain
,
account
,
RpcSchema
,
PublicActions
<
WebSocketTransport
,
chain
,
account
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
http
Client
ws
Client
golem-base-sdk
Loading...