frostfs-contract/neofs/config.yml
Alex Vanin 9cdfcd438e [#48] Add contract names
It is required field in contract config for deployment.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-02-11 15:50:01 +03:00

56 lines
1.1 KiB
YAML

name: "NeoFS"
events:
- name: Deposit
parameters:
- name: from
type: Hash160
- name: amount
type: Integer
- name: receiver
type: Hash160
- name: txHash
type: Hash256
- name: Withdraw
parameters:
- name: user
type: ByteArray
- name: amount
type: Integer
- name: txHash
type: Hash256
- name: Cheque
parameters:
- name: id
type: ByteArray
- name: user
type: ByteArray
- name: amount
type: Integer
- name: lockAccount
type: ByteArray
- name: Bind
parameters:
- name: user
type: ByteArray
- name: keys
type: Array
- name: Unbind
parameters:
- name: user
type: ByteArray
- name: keys
type: Array
- name: InnerRingUpdate
parameters:
- name: id
type: ByteArray
- name: innerRingList
type: Array
- name: SetConfig
parameters:
- name: id
type: ByteArray
- name: key
type: ByteArray
- name: value
type: ByteArray