Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
Changed activation_param definition to be a standard NftProvider object
  • Loading branch information
harsenyan3 committed Jul 10, 2024
1 parent 689cc92 commit 6e825b8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ The 'enable_nft' method activates NFT-like tokens on the platform. Before using
| parameter | Type | Description |
| ------------------------------------------ | ------- | -------------------------------------------------------------------------------------------------- |
| ticker | string | Ticker of the NFT-like token coin. |
| activation\_params | object | object encapsulating all parameters for activation. |
| activation\_params.provider | object | Defines available NFT providers and their configuration. |
| activation\_params | object | A standard [NftProvider](komodo-defi-framework/api/commonstructures/nfts/#nft-provider) object |
| proxy\_auth | object | Optional, defaults to false. Indicates if proxy authentication is needed when communicating with the specified NFT provider.|

<CodeGroup title="" tag="POST" label="enable_erc20" mm2MethodDecorate="true">
Expand Down

0 comments on commit 6e825b8

Please sign in to comment.