diff --git a/neofs_config.yml b/neofs_config.yml new file mode 100644 index 0000000..84f5d00 --- /dev/null +++ b/neofs_config.yml @@ -0,0 +1,12 @@ +--- + +project: + author: Neo SPCC + email: ops@nspcc.ru + version: 0.99 + name: Neofs Smart Contract + hasstorage: true + hasdynamicinvocation: true + ispayable: true + returntype: ByteArray + parameters: ['String', 'Array']