KomodoPlatform / komodo-docs-mdx

Komodo Platform Docs
https://komodoplatform.com/en/docs/
2 stars 8 forks source link

Add IBC Withdraw methods #100

Closed smk762 closed 1 month ago

smk762 commented 1 year ago

Rough example from API code:

     {
            "userpass": mm.userpass,
            "method": "ibc_withdraw",
            "mmrpc": "2.0",
            "params": {
                "ibc_source_channel": source_channel,
                "coin": coin,
                "to": to,
                "amount": amount
            }
        }

Related SDK PR: https://github.com/KomodoPlatform/komodo-defi-framework/pull/1636

smk762 commented 1 month ago

Closing, duplicate of https://github.com/KomodoPlatform/komodo-docs-mdx/issues/283