[#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>
This commit is contained in:
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 - name: container
type: ByteArray type: ByteArray
- name: signature - name: signature
type: ByteArray type: Signature
- name: publicKey - name: publicKey
type: ByteArray type: PublicKey
- name: token - name: token
type: ByteArray type: ByteArray
- name: containerDelete - name: containerDelete
@ -16,7 +16,7 @@ events:
- name: containerID - name: containerID
type: ByteArray type: ByteArray
- name: signature - name: signature
type: ByteArray type: Signature
- name: token - name: token
type: ByteArray type: ByteArray
- name: setEACL - name: setEACL
@ -24,9 +24,9 @@ events:
- name: eACL - name: eACL
type: ByteArray type: ByteArray
- name: signature - name: signature
type: ByteArray type: Signature
- name: publicKey - name: publicKey
type: ByteArray type: PublicKey
- name: token - name: token
type: ByteArray type: ByteArray
- name: StartEstimation - name: StartEstimation

View file

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

View file

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