# @seald-io/sdk
# Table of contents
# SDK Interfaces
# Helpers Interfaces
# SDK Constructor Type Aliases
# SDK Constructor Type Aliases
# AnonymousSDKConstructor
Ƭ AnonymousSDKConstructor: (args?
: { apiURL?
: string
; sscrypto?
: SSCrypto
}) => AnonymousSDK
# Type declaration
▸ (args?
): AnonymousSDK
# Parameters
Name | Type | Description |
---|---|---|
args? | Object | - |
args.apiURL? | string | The Seald server URL to use. |
args.sscrypto? | SSCrypto | To manually pass an SSCrypto implementation to override the current SDK's default implementation. For advanced use only. |