aboutsummaryrefslogtreecommitdiffstats
path: root/src/schemas/ec_signature_schema.ts
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-06-10 02:40:23 +0800
committerGitHub <noreply@github.com>2017-06-10 02:40:23 +0800
commit81e3b180a9f764989bc76e68a1d55006e2eff80e (patch)
tree28d63c1dd1599a495ce866141390c3a9b3c4a03d /src/schemas/ec_signature_schema.ts
parent3c58f07e014ac8de09c6b83654b233d8927c45db (diff)
parent1460966d8f03e5ec0012b21d4c4614c4c3ec44bc (diff)
downloaddexon-sol-tools-81e3b180a9f764989bc76e68a1d55006e2eff80e.tar
dexon-sol-tools-81e3b180a9f764989bc76e68a1d55006e2eff80e.tar.gz
dexon-sol-tools-81e3b180a9f764989bc76e68a1d55006e2eff80e.tar.bz2
dexon-sol-tools-81e3b180a9f764989bc76e68a1d55006e2eff80e.tar.lz
dexon-sol-tools-81e3b180a9f764989bc76e68a1d55006e2eff80e.tar.xz
dexon-sol-tools-81e3b180a9f764989bc76e68a1d55006e2eff80e.tar.zst
dexon-sol-tools-81e3b180a9f764989bc76e68a1d55006e2eff80e.zip
Merge branch 'master' into subscribe-async-tests
Diffstat (limited to 'src/schemas/ec_signature_schema.ts')
-rw-r--r--src/schemas/ec_signature_schema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schemas/ec_signature_schema.ts b/src/schemas/ec_signature_schema.ts
index e39a8bd70..df1121989 100644
--- a/src/schemas/ec_signature_schema.ts
+++ b/src/schemas/ec_signature_schema.ts
@@ -1,4 +1,4 @@
-export const ecSignatureParameter = {
+export const ecSignatureParameterSchema = {
id: '/ecSignatureParameter',
type: 'string',
pattern: '^0[xX][0-9A-Fa-f]{64}$',