UNPKG
@liuhlightning/wx-pay
Version:
latest (0.3.4)
0.3.4
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.1.1
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
communicate to wx pay
github.com/ZhoufangErqiangu/wx-pay
ZhoufangErqiangu/wx-pay
@liuhlightning/wx-pay
/
dist
/
lib
/
decrypto.d.ts
4 lines
•
267 B
TypeScript
View Raw
1
2
3
4
import
{
WxPay
}
from
".."
;
export
declare
function
decrypto
(
this
:
WxPay
,
nonce
:
string
,
ciphertext
:
string
,
associatedData
:
string
):
string
;
export
declare
function
decryptoByPrivateKey
(
this
:
WxPay
,
ciphertext
:
string
):
string
;
//# sourceMappingURL=decrypto.d.ts.map