# @seald-io/sdk
# Table of contents
# SDK Interfaces
# Helpers Interfaces
# SDK Constructor Type Aliases
# SDK Constructor Type Aliases
# AnonymousSDKConstructor
Ƭ AnonymousSDKConstructor: (args?
: { apiURL?
: string
}) => AnonymousSDK
# Type declaration
▸ (args?
): AnonymousSDK
# Parameters
Name | Type | Description |
---|---|---|
args? | Object | - |
args.apiURL? | string | The Seald server URL to use. Only change it if asked to by the Seald team. |