frostfs-contract/balance/config.yml
Alex Vanin bf391b57dd [#18] Add sidechain contracts
Sidechain contracts include alphabet contracts for governance
and audit, balance, container, neofsid, netmap, reputation
contracts.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-10-27 17:33:56 +03:00

45 lines
No EOL
897 B
YAML

hasstorage: true
ispayable: false
events:
- name: Lock
parameters:
- name: txID
type: ByteString
- name: from
type: ByteString
- name: to
type: ByteString
- name: amount
type: Integer
- name: until
type: Integer
- name: transfer
parameters:
- name: from
type: ByteString
- name: to
type: ByteString
- name: amount
type: Integer
- name: transferX
parameters:
- name: from
type: ByteString
- name: to
type: ByteString
- name: amount
type: Integer
- name: details
type: ByteString
- name: Mint
parameters:
- name: from
type: ByteString
- name: amount
type: Integer
- name: Burn
parameters:
- name: to
type: ByteString
- name: amount
type: Integer