export parseECSignature method

This commit is contained in:
Fabio Berger
2018-06-11 19:15:41 +02:00
parent 30d15a1438
commit e4afe603f9
2 changed files with 8 additions and 0 deletions

View File

@@ -1,4 +1,11 @@
[
{
"changes": [
{
"note": "Export parseECSignature method"
}
]
},
{
"version": "0.1.0",
"changes": [

View File

@@ -7,6 +7,7 @@ export {
isValidECSignature,
ecSignOrderHashAsync,
addSignedMessagePrefix,
parseECSignature,
} from './signature_utils';
export { orderFactory } from './order_factory';
export { constants } from './constants';