@fairmint/canton-node-sdk
Version:
Canton Node SDK
16 lines • 498 B
TypeScript
/**
* Get the current wallet balance including unlocked and locked quantities
*
* @example
* ```typescript
* const balance = await client.getWalletBalance();
*
* ```;
*/
export declare const GetWalletBalance: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<void, {
round: number;
effective_unlocked_qty: string;
effective_locked_qty: string;
total_holding_fees: string;
}>;
//# sourceMappingURL=get-balance.d.ts.map