@ledgerhq/hw-app-canton
Version:
Ledger Hardware Wallet Canton Application API
7 lines • 422 B
TypeScript
import type { Type } from "protobufjs";
export declare function decodeDeviceDamlTransaction(data: Uint8Array): any;
export declare function decodeDeviceMetadata(data: Uint8Array): any;
export declare function decodeNode(data: Uint8Array): any;
export declare function decodeInputContract(data: Uint8Array): any;
export declare function lookupType(typeName: string): Type | null;
//# sourceMappingURL=protobufUtils.d.ts.map