Type Alias: TorqueRequestOptions
Last updated
Last updated
@torque-labs/torque-ts-sdk • Docs
@torque-labs/torque-ts-sdk / TorqueRequestOptions
Options for the TorqueRequestClient.
Name | Type | Description |
---|---|---|
apiKey
?
string
The API key for the client.
apiUrl
?
string
The API URL for the client.
appUrl
?
string
The app URL for the client.
connection
?
Connection
The connection for the client.
functionsUrl
?
string
The functions 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.