Merge pull request #2 from sairajzero/master
This commit is contained in:
commit
2c6b422533
@ -73,8 +73,8 @@ This template contains standard operations that can be used for the following:
|
||||
2. privateKey - private key of the signer
|
||||
|
||||
#### Verify Signature
|
||||
floCrypto.decryptData(data, signature, publicKey)
|
||||
`decryptData` verifies signatue of the data using public-key
|
||||
floCrypto.verifySign(data, signature, publicKey)
|
||||
`verifySign` verifies signatue of the data using public-key
|
||||
1. data - data of the given signature
|
||||
2. signature - signature of the data
|
||||
3. publicKey - public key of the signer
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
FLO: ['https://explorer.mediciland.com/', 'https://livenet.flocha.in/', 'https://flosight.duckdns.org/', 'http://livenet-explorer.floexperiments.com/'],
|
||||
FLO_TEST: ['https://testnet-flosight.duckdns.org/', 'https://testnet.flocha.in/']
|
||||
},
|
||||
adminID: "oTZw3ydCRKDhcYC5Bp6mRJMGTTVv9JHtg8",
|
||||
adminID: "FMeiptdJNtYQEtzyYAVNP8fjsDJ1i4EPfE",
|
||||
sendAmt: 0.001,
|
||||
fee: 0.0005,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user