golem-base-sdk
    Preparing search index...

    Interface GolemBaseROClient

    interface GolemBaseROClient {
        httpClient: Client<
            HttpTransport,
            Chain,
            undefined
            | Account,
            RpcSchema,
            PublicActions<HttpTransport, Chain, undefined | Account> & GolemBaseActions,
        >;
        wsClient: Client<
            WebSocketTransport,
            Chain,
            undefined
            | Account,
            RpcSchema,
            PublicActions<WebSocketTransport, Chain, undefined | Account>,
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    httpClient: Client<
        HttpTransport,
        Chain,
        undefined
        | Account,
        RpcSchema,
        PublicActions<HttpTransport, Chain, undefined | Account> & GolemBaseActions,
    >
    wsClient: Client<
        WebSocketTransport,
        Chain,
        undefined
        | Account,
        RpcSchema,
        PublicActions<WebSocketTransport, Chain, undefined | Account>,
    >