Core
OktoClient
OktoClient is the main class that you will use to interact with the Okto API.
Parameters
Parameter | Type | Description |
---|---|---|
environment | string | The environment to use |
clientPrivateKey | string | The client private key to use |
clientSWA | string | The client's sender wallet address to use |
Response
Success Response
Field Name | Type | Description |
---|---|---|
result | OktoClient | Returns the OktoClient |
Note
In case of errors, debug the error using the error code and refer to the SDK errors and warnings documentation for more details.