UNPKG

@xmr-core/xmr-mymonero-libs

Version:

A collection of utilities for building ontop of a MyMonero compatible API

3 lines 216 B
import { NetType } from "@xmr-core/xmr-crypto-utils"; export declare function getTargetPubViewKey(encPid: boolean, targetAddress: string, nettype: NetType): string | undefined; //# sourceMappingURL=key_utils.d.ts.map