TorqueSDKOptions

@torque-labs/sdk


@torque-labs/sdk / TorqueSDKOptions

Type Alias: TorqueSDKOptions

type TorqueSDKOptions = {
  apiUrl: string;
  rpcUrl: string;
  usePrivy: boolean;
};

Defined in: sdk/src/modules/main.ts:14arrow-up-right

Torque SDK options

Properties

apiUrl

apiUrl: string;

Defined in: sdk/src/modules/main.ts:18arrow-up-right

The URL of the Torque API server


rpcUrl

Defined in: sdk/src/modules/main.ts:23arrow-up-right

The RPC URL for the Solana network


usePrivy?

Defined in: sdk/src/modules/main.ts:28arrow-up-right

Whether to use Privy for authentication

Last updated