👩‍💻
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_info
  • Usage example
Edit on GitHub
  1. FullOn Reference
  2. WASM Reference

chain::abi_bin_to_json

get_info

Get the latest information related to the node.

Usage example


## API
curl  https://t1.flon.network/v1/chain/abi_bin_to_json -X POST -d '{"code":"currency", "action":"transfer", "binargs":"000000008093dd74000000000094dd74e803000000000000"}'
Previouschain::abi_json_to_binNextchain::push_transaction

Last updated 3 months ago