[#94] *: Fix parameter types in notification manifest

neo-go v0.95.2+ has strict notification type checker
enabled by default.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
enable-notary-in-public-chains
Alex Vanin 2021-06-17 16:38:30 +03:00 committed by Alex Vanin
parent a2c985ae4b
commit 14382d701c
3 changed files with 8 additions and 8 deletions

View File

@ -6,9 +6,9 @@ events:
- name: container
type: ByteArray
- name: signature
type: ByteArray
type: Signature
- name: publicKey
type: ByteArray
type: PublicKey
- name: token
type: ByteArray
- name: containerDelete
@ -16,7 +16,7 @@ events:
- name: containerID
type: ByteArray
- name: signature
type: ByteArray
type: Signature
- name: token
type: ByteArray
- name: setEACL
@ -24,9 +24,9 @@ events:
- name: eACL
type: ByteArray
- name: signature
type: ByteArray
type: Signature
- name: publicKey
type: ByteArray
type: PublicKey
- name: token
type: ByteArray
- name: StartEstimation

View File

@ -14,7 +14,7 @@ events:
- name: Withdraw
parameters:
- name: user
type: ByteArray
type: Hash160
- name: amount
type: Integer
- name: txHash
@ -24,7 +24,7 @@ events:
- name: id
type: ByteArray
- name: user
type: ByteArray
type: Hash160
- name: amount
type: Integer
- name: lockAccount

View File

@ -10,7 +10,7 @@ events:
- name: state
type: Integer
- name: publicKey
type: ByteArray
type: PublicKey
- name: NewEpoch
parameters:
- name: epoch