UNPKG

@signumjs/wallets

Version:

Wallets communication package for DApps in the Signum Network

7 lines (6 loc) 157 B
export interface SendEncryptedMessageArgs { recipientPublicKey: string; message?: string; hexMessage?: string; feeSigna?: string | number; }