@ledgerhq/coin-canton
Version:
9 lines • 401 B
TypeScript
import { Balance } from "@ledgerhq/coin-module-framework/api/types";
import { CryptoCurrency } from "@ledgerhq/ledger-wallet-framework/types";
export type CantonBalance = Balance & {
utxoCount: number;
instrumentId: string;
adminId: string;
};
export declare function getBalance(currency: CryptoCurrency, partyId: string): Promise<CantonBalance[]>;
//# sourceMappingURL=getBalance.d.ts.map