Type Alias: TorqueAdminClientOptions
Last updated
Last updated
@torque-labs/torque-ts-sdk • Docs
@torque-labs/torque-ts-sdk / TorqueAdminClientOptions
Options for the TorqueAdminClient.
Name | Type | Description |
---|---|---|
apiKey
?
string
The API key for the admin client.
apiUrl
?
string
The API URL for the client.
appUrl
?
string
The app URL for the client.
functionsUrl
?
string
The functions URL for the client.
network
Cluster
The network for the client. Defaults to 'mainnet-beta'.
rpc
?
string
RPC URL for the client.
signer
?
Adapter
| Keypair
The signer used to sign transactions.
signTransaction
?
The function used to sign transactions. If provided, it will override the default signing method.
userClient
?
The user client for the user based API requests.