manage sub-module handles customer CRUD operations, search, and wallet linking. All operations are scoped to the instance bound to your API key.
Create a customer
Customers can be created with or without a wallet address. When no wallet is provided, the system generates areferenceKey that you can use to link a wallet later.
verified.
Search
The SDK provides typed search methods that map to different lookup strategies. Each returns a singleCustomer object or throws a TrussetError with code NOT_FOUND.
List customers
Update
Link a wallet
For customers created without a wallet address, link one using thereferenceKey:
verified automatically.
