👩‍💻
Operators Guide
FullOn OfficialExplorerFullOn{Wallet}Users GuideDevelopers Guide
  • Welcome!
  • Quick Start
  • FullOn Reference
    • WASM Reference
      • wallet::create
      • wallet::open
      • wallet::lock_all
      • wallet::unlock
      • wallet::set_timeout
      • wallet::list
      • wallet::list_keys
      • wallet::get_public_keys
      • wallet::sign_transaction
      • chain::get_info
      • chain::get_block
      • chain::get_account
      • chain::get_code
      • chain::get_table_rows
      • chain::abi_json_to_bin
      • chain::abi_bin_to_json
      • chain::push_transaction
      • chain::get_required_keys
    • CLI Reference
      • wallet
      • account
      • contract
      • transaction
Powered by GitBook
On this page
  • get_code
  • Usage example
Edit on GitHub
  1. FullOn Reference
  2. WASM Reference

chain::get_code

get_code

Get smart contract code

Usage example


## API
curl  https://t1.flon.network/v1/chain/get_code -X POST -d '{"account_name":"flon.token"}'
Previouschain::get_accountNextchain::get_table_rows

Last updated 3 months ago