canton-network-docs/Release NotesWallet SDK
1.3.0
1.3.0
Released on May 20th, 2026- plugin registration support in Wallet SDK v1
registerPlugins and SDKPlugin. This makes it easier to add project-specific
methods while still getting typed access to SDK context, logger and namespace functionality.
- fetch transaction by update id in v1 token namespace
transactionsById method has been added to sdk.token, allowing retrieval of parsed token-standard transaction details from
an updateId + partyId pair. This aligns with common post-submission lookup flows where you track from completion/update ids.
- quick preapproval fetch support
fetchQuick for a single non-retrying lookup against scan proxy. This is useful when you want a
fast current-state check without polling or wait semantics from fetchStatus.