@bcpros/crypto-wallet-core
Version:
A multi-currency support library for address derivation, private key creation, and transaction creation
13 lines • 369 B
TypeScript
export declare class TransactionsProxy {
get({ chain }: {
chain: any;
}): any;
create(params: any): any;
sign(params: any): string;
getSignature(params: any): string;
applySignature(params: any): any;
getHash(params: any): any;
}
declare const _default: TransactionsProxy;
export default _default;
//# sourceMappingURL=index.d.ts.map