mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
Forked from christroutner/bch-js
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
Mock data used for unit tests against the Encryption library.
|
||||
*/
|
||||
|
||||
const successMock = {
|
||||
success: true,
|
||||
publicKey:
|
||||
"03fcc37586d93af1e146238217989924e0ab1f011c34e1a23aec529354d5b28eb4"
|
||||
}
|
||||
|
||||
const failureMock = {
|
||||
success: false,
|
||||
publicKey: "not found"
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
successMock,
|
||||
failureMock
|
||||
}
|
||||
Reference in New Issue
Block a user