Welshman Docs / @welshman/signer / Decrypt
Type Alias: Decrypt() ​
Decrypt: (
pubkey
,message
) =>Promise
<string
>
Defined in: packages/signer/src/util.ts:49
Parameters ​
pubkey ​
string
message ​
string
Returns ​
Promise
<string
>
Welshman Docs / @welshman/signer / Decrypt
Decrypt: (
pubkey
,message
) =>Promise
<string
>
Defined in: packages/signer/src/util.ts:49
string
string
Promise
<string
>