@fairmint/canton-node-sdk
Version:
Canton Node SDK
13 lines • 377 B
TypeScript
/**
* Register a new user to the validator API (one-time operation)
*
* @example
* ```typescript
* const result = await client.registerNewUser();
*
* ```;
*/
export declare const RegisterNewUser: new (client: import("../../../../core").BaseClient) => import("../../../../core").ApiOperation<void, {
party_id: string;
}>;
//# sourceMappingURL=register.d.ts.map