cooptypes 0.5.18 → 0.5.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,8 +29,11 @@ const api = new EosApi(options);
29
29
  const coopname = 'testcoop' - тестовое имя аккаунта кооператива
30
30
 
31
31
  const _scope = SovietContract.Tables.Boards.scope
32
+ ```
32
33
 
33
34
  Получив _scope, необходимо проверить его и подставить переменную:
35
+
36
+ ```
34
37
  let scope
35
38
 
36
39
  if (_scope === '_coopname' )