UNPKG

@steempro/dsteem

Version:
6 lines (5 loc) 290 B
import { PrivateKey, PublicKey } from './crypto'; export declare const Memo: { decode: (private_key: PrivateKey | string, memo: string) => string; encode: (private_key: PrivateKey | string, public_key: PublicKey | string, memo: string, testNonce?: string | undefined) => string; };