ソースを参照

removed some params

tonyboylehub 7 ヶ月 前
コミット
44310e97db
1 ファイル変更0 行追加4 行削除
  1. 0 4
      src/pages/core/plugins/freeze-delegate.md

+ 0 - 4
src/pages/core/plugins/freeze-delegate.md

@@ -35,10 +35,6 @@ The Freeze Plugin will work in areas such as:
 
 The `addPlugin` command adds the Freeze Delegate Plugin to an Asset. This plugin allows the Asset to be frozen, preventing transfers and burns.
 
-Parameters:
-- `asset`: The public key of the Asset to add the plugin to
-- `plugin`: The plugin configuration with `type: 'FreezeDelegate'` and `frozen: boolean`
-
 {% dialect-switcher title="Adding a Freeze Plugin to an MPL Core Asset" %}
 {% dialect title="JavaScript" id="js" %}