Skip to main content

TypeScript package

Wallet SDK

TypeScript client library reference for wallet integrations.

Generated from published @canton-network/wallet-sdk TypeDoc snapshots.

Table of Contents

Reference

Classes

AmuletNamespace

  • Kind: Class
  • Source: dist/wallet/namespace/amulet/namespace.d.ts:18
Members

AssetNamespace

  • Kind: Class
  • Source: dist/wallet/namespace/asset/index.d.ts:17
Members

CustomLogAdapter

  • Kind: Class
  • Source: dist/wallet/logger/adapter/custom.d.ts:16
CustomLogAdapter allows users to provide their own logging implementation. This adapter can be passed to SDKLogger to enable custom log handling logic, such as integrating with third-party logging services or frameworks. Members

ExtendedInitializedSDK

  • Kind: Class
  • Source: dist/wallet/init/initializedSDK.d.ts:30
Type Parameters Members

InitializedSDK

  • Kind: Class
  • Source: dist/wallet/init/initializedSDK.d.ts:13
Type Parameters Members

LedgerProvider

  • Kind: Class
  • Source: node_modules/@canton-network/core-provider-ledger/dist/LedgerProvider.d.ts:8
Members

OfflineInitializedSDK

  • Kind: Class
  • Source: dist/wallet/init/initializedSDK.d.ts:24
Members

PreapprovalNamespace

  • Kind: Class
  • Source: dist/wallet/namespace/amulet/preapproval.d.ts:6
Members

PreparedTransaction

  • Kind: Class
  • Source: dist/wallet/namespace/transactions/prepared.d.ts:6
Members

SDK

  • Kind: Class
  • Source: dist/wallet/sdk.d.ts:21
Members

SDKPlugin

  • Kind: Class
  • Source: dist/wallet/init/plugin.d.ts:3
Members

SignedTransaction

  • Kind: Class
  • Source: dist/wallet/namespace/transactions/signed.d.ts:5
Members

TokenNamespace

  • Kind: Class
  • Source: dist/wallet/namespace/token/namespace.d.ts:15
Members

Interfaces

FeaturedAppService

InterfaceAdded 1.3.1
  • Kind: Interface
  • Source: dist/wallet/namespace/amulet/types.d.ts:6
Signature
Members

LogAdapter

InterfaceAdded 1.4.0
  • Kind: Interface
  • Source: dist/wallet/logger/types.d.ts:40
Signature
Members

Type Aliases

AllowedLogAdapters

Type AliasAdded 1.4.0
  • Kind: Type Alias
  • Source: dist/wallet/logger/types.d.ts:44
Signature

AmuletConfig

  • Kind: Type Alias
  • Source: dist/wallet/init/types/config.d.ts:3
Signature

AmuletNamespaceConfig

  • Kind: Type Alias
  • Source: dist/wallet/namespace/amulet/namespace.d.ts:11
Signature

AssetBody

  • Kind: Type Alias
  • Source: dist/wallet/namespace/asset/index.d.ts:4
Signature

AssetConfig

  • Kind: Type Alias
  • Source: dist/wallet/init/types/config.d.ts:14
Signature

AssetContext

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/namespace/asset/index.d.ts:11
Signature

BasicSDKInterface

  • Kind: Type Alias
  • Source: dist/wallet/init/types/sdk.d.ts:47
Signature
Type Parameters

BasicSDKOptions

  • Kind: Type Alias
  • Source: dist/wallet/init/types/sdk.d.ts:24
Signature
Options for configuring the Wallet SDK instance. Type Parameters

CompletionEvent

Type AliasAdded 1.4.0
  • Kind: Type Alias
  • Source: dist/wallet/namespace/events/types.d.ts:30
Signature

DefaultLogAdapters

Type AliasAdded 1.4.0
  • Kind: Type Alias
  • Source: dist/wallet/logger/types.d.ts:43
Signature

Event

  • Kind: Type Alias
  • Source: dist/wallet/namespace/events/types.d.ts:31
Signature

EventsConfig

  • Kind: Type Alias
  • Source: dist/wallet/init/types/config.d.ts:18
Signature

ExecuteOptions

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/namespace/ledger/types.d.ts:11
Signature

ExtendedFullSDKInterface

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/init/types/sdk.d.ts:56
Signature

ExtendedSDKInterface

  • Kind: Type Alias
  • Source: dist/wallet/init/types/sdk.d.ts:65
Signature
Type Parameters

ExtendedSDKOptions

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/init/types/sdk.d.ts:37
Signature

FeaturedAppRight

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/namespace/amulet/types.d.ts:19
Signature

GetExtendedKeys

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/init/types/sdk.d.ts:44
Signature
Type Parameters

GrantFeaturedAppRightsOptions

  • Kind: Type Alias
  • Source: dist/wallet/namespace/amulet/types.d.ts:31
Signature

LedgerTypes

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/sdk.d.ts:16
Signature

LogContext

Type AliasAdded 1.4.0
  • Kind: Type Alias
  • Source: dist/wallet/logger/types.d.ts:18
Signature
Contextual metadata for log entries.

LogLevel

Type AliasAdded 1.4.0
  • Kind: Type Alias
  • Source: dist/wallet/logger/types.d.ts:32
Signature

LookupFeaturedAppRightsOptions

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/namespace/amulet/types.d.ts:26
Signature

NullableExtendedFullSDKInterface

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/init/types/sdk.d.ts:62
Signature

OfflineSDKContext

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/init/types/context.d.ts:11
Signature

OfflineSDKInterface

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/init/types/sdk.d.ts:72
Signature

PreapprovalParties

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/namespace/amulet/types.d.ts:2
Signature

PreparedCommand

  • Kind: Type Alias
  • Source: dist/wallet/namespace/transactions/types.d.ts:3
Signature
Type Parameters

PrepareOptions

  • Kind: Type Alias
  • Source: dist/wallet/namespace/ledger/types.d.ts:4
Signature

RegisteredPlugins

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/init/types/sdk.d.ts:76
Signature
Type Parameters

SDKContext

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/init/types/context.d.ts:4
Signature

SDKInterface

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/init/types/sdk.d.ts:71
Signature
Type Parameters

SDKOptions

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: dist/wallet/init/types/sdk.d.ts:43
Signature
Type Parameters

TokenConfig

  • Kind: Type Alias
  • Source: dist/wallet/init/types/config.d.ts:9
Signature

TokenNamespaceConfig

  • Kind: Type Alias
  • Source: dist/wallet/namespace/token/namespace.d.ts:9
Signature

TokenProviderConfig

Type AliasAdded 1.3.1
  • Kind: Type Alias
  • Source: node_modules/@canton-network/core-wallet-auth/dist/auth-token-provider.d.ts:4
Signature

UpdateEvent

Type AliasAdded 1.4.0
  • Kind: Type Alias
  • Source: dist/wallet/namespace/events/types.d.ts:29
Signature

Variables

EXTENDED_SDK_OPTION_KEYS

VariableAdded 1.3.1
  • Kind: Variable
  • Source: dist/wallet/init/types/sdk.d.ts:33
Signature

localNetStaticConfig

VariableAdded 1.3.1
  • Kind: Variable
  • Source: dist/config.d.ts:1
Signature

Functions

fetchAmulet

FunctionAdded 1.3.1
  • Kind: Function
  • Source: dist/wallet/namespace/amulet/namespace.d.ts:65
Signature
Call Signatures
Returns: Promise<AssetBody>

findAsset

  • Kind: Function
  • Source: dist/wallet/namespace/asset/index.d.ts:23
Signature
Call Signatures
Returns: AssetBody

getPublicKeyFromPrivate

FunctionAdded 1.3.1
  • Kind: Function
  • Source: node_modules/@canton-network/core-signing-lib/dist/index.d.ts:30
Signature
Call Signatures
Returns: string

getValidatorParty

FunctionAdded 1.4.0
  • Kind: Function
  • Source: dist/wallet/sdk.d.ts:31
Signature
Call Signatures
Returns: Promise<string>

signTransactionHash

FunctionAdded 1.3.1
  • Kind: Function
  • Source: node_modules/@canton-network/core-signing-lib/dist/index.d.ts:28
Signature
Call Signatures
Returns: string

History

Updated1.4.0

AssetNamespace: details updated

ExtendedInitializedSDK: details updated

InitializedSDK: type parameters added: CurrentlyExtended

SDK: details updated

SDKPlugin: members added: _ctx

AmuletConfig: signature updated

AmuletNamespaceConfig: signature updated

AssetBody: signature updated

AssetConfig: signature updated

BasicSDKInterface: signature updated

BasicSDKOptions: signature updated

Event: signature updated

EventsConfig: signature updated

ExtendedSDKInterface: signature updated

GrantFeaturedAppRightsOptions: signature updated

PreparedCommand: signature updated

PrepareOptions: signature updated

TokenConfig: signature updated

TokenNamespaceConfig: signature updated

findAsset: call signatures updated

Added1.4.0

9 exported symbols added.

Added1.3.1

50 exported symbols added.