├── .coderabbit.yaml ├── .editorconfig ├── .github ├── dependabot.yml └── workflows │ ├── add-to-project.yml │ ├── auto-fix-md.yml │ ├── auto-merge.yml │ ├── build.yml │ ├── bump-axoned-version.yml │ ├── capture-website.yml │ ├── follow-contributor.yml │ ├── generate-doc-bundles.yml │ ├── lint.yml │ ├── notify-release.yml │ └── update-versioned-docs.yml ├── .gitignore ├── .markdownlint.yaml ├── .prettierrc.js ├── .stylelintrc.json ├── .yamllint.yaml ├── LICENSE ├── LICENSE-doc ├── README.md ├── commands ├── axoned.md ├── axoned_comet.md ├── axoned_comet_bootstrap-state.md ├── axoned_comet_reset-state.md ├── axoned_comet_show-address.md ├── axoned_comet_show-node-id.md ├── axoned_comet_show-validator.md ├── axoned_comet_unsafe-reset-all.md ├── axoned_comet_version.md ├── axoned_config.md ├── axoned_config_diff.md ├── axoned_config_get.md ├── axoned_config_home.md ├── axoned_config_migrate.md ├── axoned_config_set.md ├── axoned_config_view.md ├── axoned_credential.md ├── axoned_credential_sign.md ├── axoned_debug.md ├── axoned_debug_addr.md ├── axoned_debug_codec.md ├── axoned_debug_codec_list-implementations.md ├── axoned_debug_codec_list-interfaces.md ├── axoned_debug_prefixes.md ├── axoned_debug_pubkey-raw.md ├── axoned_debug_pubkey.md ├── axoned_debug_raw-bytes.md ├── axoned_export.md ├── axoned_genesis.md ├── axoned_genesis_add-genesis-account.md ├── axoned_genesis_bulk-add-genesis-account.md ├── axoned_genesis_collect-gentxs.md ├── axoned_genesis_gentx.md ├── axoned_genesis_migrate.md ├── axoned_genesis_validate.md ├── axoned_init.md ├── axoned_keys.md ├── axoned_keys_add.md ├── axoned_keys_delete.md ├── axoned_keys_did.md ├── axoned_keys_export.md ├── axoned_keys_import-hex.md ├── axoned_keys_import.md ├── axoned_keys_list-key-types.md ├── axoned_keys_list.md ├── axoned_keys_migrate.md ├── axoned_keys_mnemonic.md ├── axoned_keys_parse.md ├── axoned_keys_rename.md ├── axoned_keys_show.md ├── axoned_module-hash-by-height.md ├── axoned_prune.md ├── axoned_query.md ├── axoned_query_auth.md ├── axoned_query_auth_account-info.md ├── axoned_query_auth_account.md ├── axoned_query_auth_accounts.md ├── axoned_query_auth_address-by-acc-num.md ├── axoned_query_auth_address-bytes-to-string.md ├── axoned_query_auth_address-string-to-bytes.md ├── axoned_query_auth_bech32-prefix.md ├── axoned_query_auth_module-account.md ├── axoned_query_auth_module-accounts.md ├── axoned_query_auth_params.md ├── axoned_query_authz.md ├── axoned_query_authz_grants-by-grantee.md ├── axoned_query_authz_grants-by-granter.md ├── axoned_query_authz_grants.md ├── axoned_query_bank.md ├── axoned_query_bank_balance.md ├── axoned_query_bank_balances.md ├── axoned_query_bank_denom-metadata-by-query-string.md ├── axoned_query_bank_denom-metadata.md ├── axoned_query_bank_denom-owners.md ├── axoned_query_bank_denoms-metadata.md ├── axoned_query_bank_params.md ├── axoned_query_bank_send-enabled.md ├── axoned_query_bank_spendable-balance.md ├── axoned_query_bank_spendable-balances.md ├── axoned_query_bank_total-supply-of.md ├── axoned_query_bank_total-supply.md ├── axoned_query_block-results.md ├── axoned_query_block.md ├── axoned_query_blocks.md ├── axoned_query_circuit.md ├── axoned_query_circuit_account.md ├── axoned_query_circuit_accounts.md ├── axoned_query_circuit_disabled-list.md ├── axoned_query_consensus.md ├── axoned_query_consensus_comet.md ├── axoned_query_consensus_comet_block-by-height.md ├── axoned_query_consensus_comet_block-latest.md ├── axoned_query_consensus_comet_node-info.md ├── axoned_query_consensus_comet_syncing.md ├── axoned_query_consensus_comet_validator-set-by-height.md ├── axoned_query_consensus_comet_validator-set.md ├── axoned_query_consensus_params.md ├── axoned_query_distribution.md ├── axoned_query_distribution_commission.md ├── axoned_query_distribution_community-pool.md ├── axoned_query_distribution_delegator-validators.md ├── axoned_query_distribution_delegator-withdraw-address.md ├── axoned_query_distribution_params.md ├── axoned_query_distribution_rewards-by-validator.md ├── axoned_query_distribution_rewards.md ├── axoned_query_distribution_slashes.md ├── axoned_query_distribution_validator-distribution-info.md ├── axoned_query_distribution_validator-outstanding-rewards.md ├── axoned_query_evidence.md ├── axoned_query_evidence_evidence.md ├── axoned_query_evidence_list.md ├── axoned_query_feegrant.md ├── axoned_query_feegrant_grant.md ├── axoned_query_feegrant_grants-by-grantee.md ├── axoned_query_feegrant_grants-by-granter.md ├── axoned_query_gov.md ├── axoned_query_gov_constitution.md ├── axoned_query_gov_deposit.md ├── axoned_query_gov_deposits.md ├── axoned_query_gov_params.md ├── axoned_query_gov_proposal.md ├── axoned_query_gov_proposals.md ├── axoned_query_gov_tally.md ├── axoned_query_gov_vote.md ├── axoned_query_gov_votes.md ├── axoned_query_group.md ├── axoned_query_group_group-info.md ├── axoned_query_group_group-members.md ├── axoned_query_group_group-policies-by-admin.md ├── axoned_query_group_group-policies-by-group.md ├── axoned_query_group_group-policy-info.md ├── axoned_query_group_groups-by-admin.md ├── axoned_query_group_groups-by-member.md ├── axoned_query_group_groups.md ├── axoned_query_group_proposal.md ├── axoned_query_group_proposals-by-group-policy.md ├── axoned_query_group_tally-result.md ├── axoned_query_group_vote.md ├── axoned_query_group_votes-by-proposal.md ├── axoned_query_group_votes-by-voter.md ├── axoned_query_ibc-fee.md ├── axoned_query_ibc-fee_channel.md ├── axoned_query_ibc-fee_channels.md ├── axoned_query_ibc-fee_counterparty-payee.md ├── axoned_query_ibc-fee_packet.md ├── axoned_query_ibc-fee_packets-for-channel.md ├── axoned_query_ibc-fee_packets.md ├── axoned_query_ibc-fee_payee.md ├── axoned_query_ibc-fee_total-ack-fees.md ├── axoned_query_ibc-fee_total-recv-fees.md ├── axoned_query_ibc-fee_total-timeout-fees.md ├── axoned_query_ibc-transfer.md ├── axoned_query_ibc-transfer_denom-hash.md ├── axoned_query_ibc-transfer_denom-trace.md ├── axoned_query_ibc-transfer_denom-traces.md ├── axoned_query_ibc-transfer_escrow-address.md ├── axoned_query_ibc-transfer_params.md ├── axoned_query_ibc-transfer_total-escrow.md ├── axoned_query_ibc.md ├── axoned_query_ibc_channel.md ├── axoned_query_ibc_channel_channels.md ├── axoned_query_ibc_channel_client-state.md ├── axoned_query_ibc_channel_connections.md ├── axoned_query_ibc_channel_end.md ├── axoned_query_ibc_channel_next-sequence-receive.md ├── axoned_query_ibc_channel_next-sequence-send.md ├── axoned_query_ibc_channel_packet-ack.md ├── axoned_query_ibc_channel_packet-commitment.md ├── axoned_query_ibc_channel_packet-commitments.md ├── axoned_query_ibc_channel_packet-receipt.md ├── axoned_query_ibc_channel_params.md ├── axoned_query_ibc_channel_unreceived-acks.md ├── axoned_query_ibc_channel_unreceived-packets.md ├── axoned_query_ibc_channel_upgrade-error.md ├── axoned_query_ibc_channel_upgrade.md ├── axoned_query_ibc_client.md ├── axoned_query_ibc_client_consensus-state-heights.md ├── axoned_query_ibc_client_consensus-state.md ├── axoned_query_ibc_client_consensus-states.md ├── axoned_query_ibc_client_header.md ├── axoned_query_ibc_client_params.md ├── axoned_query_ibc_client_self-consensus-state.md ├── axoned_query_ibc_client_state.md ├── axoned_query_ibc_client_states.md ├── axoned_query_ibc_client_status.md ├── axoned_query_ibc_connection.md ├── axoned_query_ibc_connection_connections.md ├── axoned_query_ibc_connection_end.md ├── axoned_query_ibc_connection_params.md ├── axoned_query_ibc_connection_path.md ├── axoned_query_interchain-accounts.md ├── axoned_query_interchain-accounts_controller.md ├── axoned_query_interchain-accounts_controller_interchain-account.md ├── axoned_query_interchain-accounts_controller_params.md ├── axoned_query_interchain-accounts_host.md ├── axoned_query_interchain-accounts_host_packet-events.md ├── axoned_query_interchain-accounts_host_params.md ├── axoned_query_logic.md ├── axoned_query_logic_ask.md ├── axoned_query_logic_params.md ├── axoned_query_mint.md ├── axoned_query_mint_annual-provisions.md ├── axoned_query_mint_inflation.md ├── axoned_query_mint_params.md ├── axoned_query_params.md ├── axoned_query_params_subspace.md ├── axoned_query_params_subspaces.md ├── axoned_query_slashing.md ├── axoned_query_slashing_params.md ├── axoned_query_slashing_signing-info.md ├── axoned_query_slashing_signing-infos.md ├── axoned_query_staking.md ├── axoned_query_staking_delegation.md ├── axoned_query_staking_delegations-to.md ├── axoned_query_staking_delegations.md ├── axoned_query_staking_delegator-validator.md ├── axoned_query_staking_delegator-validators.md ├── axoned_query_staking_historical-info.md ├── axoned_query_staking_params.md ├── axoned_query_staking_pool.md ├── axoned_query_staking_redelegation.md ├── axoned_query_staking_unbonding-delegation.md ├── axoned_query_staking_unbonding-delegations-from.md ├── axoned_query_staking_unbonding-delegations.md ├── axoned_query_staking_validator.md ├── axoned_query_staking_validators.md ├── axoned_query_tx.md ├── axoned_query_txs.md ├── axoned_query_upgrade.md ├── axoned_query_upgrade_applied.md ├── axoned_query_upgrade_authority.md ├── axoned_query_upgrade_module-versions.md ├── axoned_query_upgrade_plan.md ├── axoned_query_wait-tx.md ├── axoned_query_wasm.md ├── axoned_query_wasm_build-address.md ├── axoned_query_wasm_code-info.md ├── axoned_query_wasm_code.md ├── axoned_query_wasm_contract-history.md ├── axoned_query_wasm_contract-state.md ├── axoned_query_wasm_contract-state_all.md ├── axoned_query_wasm_contract-state_raw.md ├── axoned_query_wasm_contract-state_smart.md ├── axoned_query_wasm_contract.md ├── axoned_query_wasm_libwasmvm-version.md ├── axoned_query_wasm_list-code.md ├── axoned_query_wasm_list-contract-by-code.md ├── axoned_query_wasm_list-contracts-by-creator.md ├── axoned_query_wasm_params.md ├── axoned_query_wasm_pinned.md ├── axoned_rollback.md ├── axoned_snapshots.md ├── axoned_snapshots_delete.md ├── axoned_snapshots_dump.md ├── axoned_snapshots_export.md ├── axoned_snapshots_list.md ├── axoned_snapshots_load.md ├── axoned_snapshots_restore.md ├── axoned_start.md ├── axoned_status.md ├── axoned_tx.md ├── axoned_tx_auth.md ├── axoned_tx_authz.md ├── axoned_tx_authz_exec.md ├── axoned_tx_authz_grant.md ├── axoned_tx_authz_revoke.md ├── axoned_tx_bank.md ├── axoned_tx_bank_multi-send.md ├── axoned_tx_bank_send.md ├── axoned_tx_broadcast.md ├── axoned_tx_circuit.md ├── axoned_tx_circuit_authorize.md ├── axoned_tx_circuit_disable.md ├── axoned_tx_circuit_reset.md ├── axoned_tx_consensus.md ├── axoned_tx_crisis.md ├── axoned_tx_crisis_invariant-broken.md ├── axoned_tx_decode.md ├── axoned_tx_distribution.md ├── axoned_tx_distribution_fund-community-pool.md ├── axoned_tx_distribution_fund-validator-rewards-pool.md ├── axoned_tx_distribution_set-withdraw-addr.md ├── axoned_tx_distribution_withdraw-all-rewards.md ├── axoned_tx_distribution_withdraw-rewards.md ├── axoned_tx_encode.md ├── axoned_tx_evidence.md ├── axoned_tx_feegrant.md ├── axoned_tx_feegrant_grant.md ├── axoned_tx_feegrant_prune.md ├── axoned_tx_feegrant_revoke.md ├── axoned_tx_gov.md ├── axoned_tx_gov_cancel-proposal.md ├── axoned_tx_gov_deposit.md ├── axoned_tx_gov_draft-proposal.md ├── axoned_tx_gov_submit-legacy-proposal.md ├── axoned_tx_gov_submit-proposal.md ├── axoned_tx_gov_vote.md ├── axoned_tx_gov_weighted-vote.md ├── axoned_tx_group.md ├── axoned_tx_group_create-group-policy.md ├── axoned_tx_group_create-group-with-policy.md ├── axoned_tx_group_create-group.md ├── axoned_tx_group_draft-proposal.md ├── axoned_tx_group_exec.md ├── axoned_tx_group_leave-group.md ├── axoned_tx_group_submit-proposal.md ├── axoned_tx_group_update-group-admin.md ├── axoned_tx_group_update-group-members.md ├── axoned_tx_group_update-group-metadata.md ├── axoned_tx_group_update-group-policy-admin.md ├── axoned_tx_group_update-group-policy-decision-policy.md ├── axoned_tx_group_update-group-policy-metadata.md ├── axoned_tx_group_vote.md ├── axoned_tx_group_withdraw-proposal.md ├── axoned_tx_ibc-fee.md ├── axoned_tx_ibc-fee_pay-packet-fee.md ├── axoned_tx_ibc-fee_register-counterparty-payee.md ├── axoned_tx_ibc-fee_register-payee.md ├── axoned_tx_ibc-transfer.md ├── axoned_tx_ibc-transfer_transfer.md ├── axoned_tx_ibc.md ├── axoned_tx_ibc_channel.md ├── axoned_tx_ibc_channel_prune-acknowledgements.md ├── axoned_tx_ibc_channel_upgrade-channels.md ├── axoned_tx_ibc_client.md ├── axoned_tx_ibc_client_create.md ├── axoned_tx_ibc_client_misbehaviour.md ├── axoned_tx_ibc_client_recover-client.md ├── axoned_tx_ibc_client_schedule-ibc-upgrade.md ├── axoned_tx_ibc_client_update.md ├── axoned_tx_ibc_client_upgrade.md ├── axoned_tx_interchain-accounts.md ├── axoned_tx_interchain-accounts_controller.md ├── axoned_tx_interchain-accounts_controller_register.md ├── axoned_tx_interchain-accounts_controller_send-tx.md ├── axoned_tx_interchain-accounts_host.md ├── axoned_tx_interchain-accounts_host_generate-packet-data.md ├── axoned_tx_logic.md ├── axoned_tx_logic_update-params.md ├── axoned_tx_mint.md ├── axoned_tx_mint_update-params.md ├── axoned_tx_multi-sign.md ├── axoned_tx_multisign-batch.md ├── axoned_tx_sign-batch.md ├── axoned_tx_sign.md ├── axoned_tx_simulate.md ├── axoned_tx_slashing.md ├── axoned_tx_slashing_unjail.md ├── axoned_tx_staking.md ├── axoned_tx_staking_cancel-unbond.md ├── axoned_tx_staking_create-validator.md ├── axoned_tx_staking_delegate.md ├── axoned_tx_staking_edit-validator.md ├── axoned_tx_staking_redelegate.md ├── axoned_tx_staking_unbond.md ├── axoned_tx_upgrade.md ├── axoned_tx_upgrade_cancel-software-upgrade.md ├── axoned_tx_upgrade_software-upgrade.md ├── axoned_tx_validate-signatures.md ├── axoned_tx_vesting.md ├── axoned_tx_vesting_create-cliff-vesting-account.md ├── axoned_tx_vesting_create-periodic-vesting-account.md ├── axoned_tx_vesting_create-permanent-locked-account.md ├── axoned_tx_vesting_create-vesting-account.md ├── axoned_tx_wasm.md ├── axoned_tx_wasm_clear-contract-admin.md ├── axoned_tx_wasm_execute.md ├── axoned_tx_wasm_grant.md ├── axoned_tx_wasm_grant_contract.md ├── axoned_tx_wasm_grant_store-code.md ├── axoned_tx_wasm_instantiate.md ├── axoned_tx_wasm_instantiate2.md ├── axoned_tx_wasm_migrate.md ├── axoned_tx_wasm_set-contract-admin.md ├── axoned_tx_wasm_set-contract-label.md ├── axoned_tx_wasm_store.md ├── axoned_tx_wasm_submit-proposal.md ├── axoned_tx_wasm_submit-proposal_add-code-upload-params-addresses.md ├── axoned_tx_wasm_submit-proposal_clear-contract-admin.md ├── axoned_tx_wasm_submit-proposal_execute-contract.md ├── axoned_tx_wasm_submit-proposal_instantiate-contract-2.md ├── axoned_tx_wasm_submit-proposal_instantiate-contract.md ├── axoned_tx_wasm_submit-proposal_migrate-contract.md ├── axoned_tx_wasm_submit-proposal_pin-codes.md ├── axoned_tx_wasm_submit-proposal_remove-code-upload-params-addresses.md ├── axoned_tx_wasm_submit-proposal_set-contract-admin.md ├── axoned_tx_wasm_submit-proposal_store-instantiate.md ├── axoned_tx_wasm_submit-proposal_store-migrate.md ├── axoned_tx_wasm_submit-proposal_sudo-contract.md ├── axoned_tx_wasm_submit-proposal_unpin-codes.md ├── axoned_tx_wasm_submit-proposal_update-instantiate-config.md ├── axoned_tx_wasm_submit-proposal_wasm-store.md ├── axoned_tx_wasm_update-instantiate-config.md └── axoned_version.md ├── commands_versioned_docs ├── version-v10.0.0 │ ├── axoned.md │ ├── axoned_comet.md │ ├── axoned_comet_bootstrap-state.md │ ├── axoned_comet_reset-state.md │ ├── axoned_comet_show-address.md │ ├── axoned_comet_show-node-id.md │ ├── axoned_comet_show-validator.md │ ├── axoned_comet_unsafe-reset-all.md │ ├── axoned_comet_version.md │ ├── axoned_config.md │ ├── axoned_config_diff.md │ ├── axoned_config_get.md │ ├── axoned_config_home.md │ ├── axoned_config_migrate.md │ ├── axoned_config_set.md │ ├── axoned_config_view.md │ ├── axoned_credential.md │ ├── axoned_credential_sign.md │ ├── axoned_debug.md │ ├── axoned_debug_addr.md │ ├── axoned_debug_codec.md │ ├── axoned_debug_codec_list-implementations.md │ ├── axoned_debug_codec_list-interfaces.md │ ├── axoned_debug_prefixes.md │ ├── axoned_debug_pubkey-raw.md │ ├── axoned_debug_pubkey.md │ ├── axoned_debug_raw-bytes.md │ ├── axoned_export.md │ ├── axoned_genesis.md │ ├── axoned_genesis_add-genesis-account.md │ ├── axoned_genesis_collect-gentxs.md │ ├── axoned_genesis_gentx.md │ ├── axoned_genesis_migrate.md │ ├── axoned_genesis_validate.md │ ├── axoned_init.md │ ├── axoned_keys.md │ ├── axoned_keys_add.md │ ├── axoned_keys_delete.md │ ├── axoned_keys_did.md │ ├── axoned_keys_export.md │ ├── axoned_keys_import-hex.md │ ├── axoned_keys_import.md │ ├── axoned_keys_list-key-types.md │ ├── axoned_keys_list.md │ ├── axoned_keys_migrate.md │ ├── axoned_keys_mnemonic.md │ ├── axoned_keys_parse.md │ ├── axoned_keys_rename.md │ ├── axoned_keys_show.md │ ├── axoned_prune.md │ ├── axoned_query.md │ ├── axoned_query_auth.md │ ├── axoned_query_auth_account-info.md │ ├── axoned_query_auth_account.md │ ├── axoned_query_auth_accounts.md │ ├── axoned_query_auth_address-by-acc-num.md │ ├── axoned_query_auth_address-bytes-to-string.md │ ├── axoned_query_auth_address-string-to-bytes.md │ ├── axoned_query_auth_bech32-prefix.md │ ├── axoned_query_auth_module-account.md │ ├── axoned_query_auth_module-accounts.md │ ├── axoned_query_auth_params.md │ ├── axoned_query_authz.md │ ├── axoned_query_authz_grants-by-grantee.md │ ├── axoned_query_authz_grants-by-granter.md │ ├── axoned_query_authz_grants.md │ ├── axoned_query_bank.md │ ├── axoned_query_bank_balance.md │ ├── axoned_query_bank_balances.md │ ├── axoned_query_bank_denom-metadata-by-query-string.md │ ├── axoned_query_bank_denom-metadata.md │ ├── axoned_query_bank_denom-owners.md │ ├── axoned_query_bank_denoms-metadata.md │ ├── axoned_query_bank_params.md │ ├── axoned_query_bank_send-enabled.md │ ├── axoned_query_bank_spendable-balance.md │ ├── axoned_query_bank_spendable-balances.md │ ├── axoned_query_bank_total-supply-of.md │ ├── axoned_query_bank_total-supply.md │ ├── axoned_query_block-results.md │ ├── axoned_query_block.md │ ├── axoned_query_blocks.md │ ├── axoned_query_circuit.md │ ├── axoned_query_circuit_account.md │ ├── axoned_query_circuit_accounts.md │ ├── axoned_query_circuit_disabled-list.md │ ├── axoned_query_consensus.md │ ├── axoned_query_consensus_comet.md │ ├── axoned_query_consensus_comet_block-by-height.md │ ├── axoned_query_consensus_comet_block-latest.md │ ├── axoned_query_consensus_comet_node-info.md │ ├── axoned_query_consensus_comet_syncing.md │ ├── axoned_query_consensus_comet_validator-set-by-height.md │ ├── axoned_query_consensus_comet_validator-set.md │ ├── axoned_query_consensus_params.md │ ├── axoned_query_distribution.md │ ├── axoned_query_distribution_commission.md │ ├── axoned_query_distribution_community-pool.md │ ├── axoned_query_distribution_delegator-validators.md │ ├── axoned_query_distribution_delegator-withdraw-address.md │ ├── axoned_query_distribution_params.md │ ├── axoned_query_distribution_rewards-by-validator.md │ ├── axoned_query_distribution_rewards.md │ ├── axoned_query_distribution_slashes.md │ ├── axoned_query_distribution_validator-distribution-info.md │ ├── axoned_query_distribution_validator-outstanding-rewards.md │ ├── axoned_query_evidence.md │ ├── axoned_query_evidence_evidence.md │ ├── axoned_query_evidence_list.md │ ├── axoned_query_feegrant.md │ ├── axoned_query_feegrant_grant.md │ ├── axoned_query_feegrant_grants-by-grantee.md │ ├── axoned_query_feegrant_grants-by-granter.md │ ├── axoned_query_gov.md │ ├── axoned_query_gov_constitution.md │ ├── axoned_query_gov_deposit.md │ ├── axoned_query_gov_deposits.md │ ├── axoned_query_gov_params.md │ ├── axoned_query_gov_proposal.md │ ├── axoned_query_gov_proposals.md │ ├── axoned_query_gov_tally.md │ ├── axoned_query_gov_vote.md │ ├── axoned_query_gov_votes.md │ ├── axoned_query_group.md │ ├── axoned_query_group_group-info.md │ ├── axoned_query_group_group-members.md │ ├── axoned_query_group_group-policies-by-admin.md │ ├── axoned_query_group_group-policies-by-group.md │ ├── axoned_query_group_group-policy-info.md │ ├── axoned_query_group_groups-by-admin.md │ ├── axoned_query_group_groups-by-member.md │ ├── axoned_query_group_groups.md │ ├── axoned_query_group_proposal.md │ ├── axoned_query_group_proposals-by-group-policy.md │ ├── axoned_query_group_tally-result.md │ ├── axoned_query_group_vote.md │ ├── axoned_query_group_votes-by-proposal.md │ ├── axoned_query_group_votes-by-voter.md │ ├── axoned_query_ibc-fee.md │ ├── axoned_query_ibc-fee_channel.md │ ├── axoned_query_ibc-fee_channels.md │ ├── axoned_query_ibc-fee_counterparty-payee.md │ ├── axoned_query_ibc-fee_packet.md │ ├── axoned_query_ibc-fee_packets-for-channel.md │ ├── axoned_query_ibc-fee_packets.md │ ├── axoned_query_ibc-fee_payee.md │ ├── axoned_query_ibc-fee_total-ack-fees.md │ ├── axoned_query_ibc-fee_total-recv-fees.md │ ├── axoned_query_ibc-fee_total-timeout-fees.md │ ├── axoned_query_ibc-transfer.md │ ├── axoned_query_ibc-transfer_denom-hash.md │ ├── axoned_query_ibc-transfer_denom-trace.md │ ├── axoned_query_ibc-transfer_denom-traces.md │ ├── axoned_query_ibc-transfer_escrow-address.md │ ├── axoned_query_ibc-transfer_params.md │ ├── axoned_query_ibc-transfer_total-escrow.md │ ├── axoned_query_ibc.md │ ├── axoned_query_ibc_channel.md │ ├── axoned_query_ibc_channel_channels.md │ ├── axoned_query_ibc_channel_client-state.md │ ├── axoned_query_ibc_channel_connections.md │ ├── axoned_query_ibc_channel_end.md │ ├── axoned_query_ibc_channel_next-sequence-receive.md │ ├── axoned_query_ibc_channel_next-sequence-send.md │ ├── axoned_query_ibc_channel_packet-ack.md │ ├── axoned_query_ibc_channel_packet-commitment.md │ ├── axoned_query_ibc_channel_packet-commitments.md │ ├── axoned_query_ibc_channel_packet-receipt.md │ ├── axoned_query_ibc_channel_params.md │ ├── axoned_query_ibc_channel_unreceived-acks.md │ ├── axoned_query_ibc_channel_unreceived-packets.md │ ├── axoned_query_ibc_channel_upgrade-error.md │ ├── axoned_query_ibc_channel_upgrade.md │ ├── axoned_query_ibc_client.md │ ├── axoned_query_ibc_client_consensus-state-heights.md │ ├── axoned_query_ibc_client_consensus-state.md │ ├── axoned_query_ibc_client_consensus-states.md │ ├── axoned_query_ibc_client_header.md │ ├── axoned_query_ibc_client_params.md │ ├── axoned_query_ibc_client_self-consensus-state.md │ ├── axoned_query_ibc_client_state.md │ ├── axoned_query_ibc_client_states.md │ ├── axoned_query_ibc_client_status.md │ ├── axoned_query_ibc_connection.md │ ├── axoned_query_ibc_connection_connections.md │ ├── axoned_query_ibc_connection_end.md │ ├── axoned_query_ibc_connection_params.md │ ├── axoned_query_ibc_connection_path.md │ ├── axoned_query_interchain-accounts.md │ ├── axoned_query_interchain-accounts_controller.md │ ├── axoned_query_interchain-accounts_controller_interchain-account.md │ ├── axoned_query_interchain-accounts_controller_params.md │ ├── axoned_query_interchain-accounts_host.md │ ├── axoned_query_interchain-accounts_host_packet-events.md │ ├── axoned_query_interchain-accounts_host_params.md │ ├── axoned_query_logic.md │ ├── axoned_query_logic_ask.md │ ├── axoned_query_logic_params.md │ ├── axoned_query_mint.md │ ├── axoned_query_mint_annual-provisions.md │ ├── axoned_query_mint_inflation.md │ ├── axoned_query_mint_params.md │ ├── axoned_query_params.md │ ├── axoned_query_params_subspace.md │ ├── axoned_query_params_subspaces.md │ ├── axoned_query_slashing.md │ ├── axoned_query_slashing_params.md │ ├── axoned_query_slashing_signing-info.md │ ├── axoned_query_slashing_signing-infos.md │ ├── axoned_query_staking.md │ ├── axoned_query_staking_delegation.md │ ├── axoned_query_staking_delegations-to.md │ ├── axoned_query_staking_delegations.md │ ├── axoned_query_staking_delegator-validator.md │ ├── axoned_query_staking_delegator-validators.md │ ├── axoned_query_staking_historical-info.md │ ├── axoned_query_staking_params.md │ ├── axoned_query_staking_pool.md │ ├── axoned_query_staking_redelegation.md │ ├── axoned_query_staking_unbonding-delegation.md │ ├── axoned_query_staking_unbonding-delegations-from.md │ ├── axoned_query_staking_unbonding-delegations.md │ ├── axoned_query_staking_validator.md │ ├── axoned_query_staking_validators.md │ ├── axoned_query_tx.md │ ├── axoned_query_txs.md │ ├── axoned_query_upgrade.md │ ├── axoned_query_upgrade_applied.md │ ├── axoned_query_upgrade_authority.md │ ├── axoned_query_upgrade_module-versions.md │ ├── axoned_query_upgrade_plan.md │ ├── axoned_query_wait-tx.md │ ├── axoned_query_wasm.md │ ├── axoned_query_wasm_build-address.md │ ├── axoned_query_wasm_code-info.md │ ├── axoned_query_wasm_code.md │ ├── axoned_query_wasm_contract-history.md │ ├── axoned_query_wasm_contract-state.md │ ├── axoned_query_wasm_contract-state_all.md │ ├── axoned_query_wasm_contract-state_raw.md │ ├── axoned_query_wasm_contract-state_smart.md │ ├── axoned_query_wasm_contract.md │ ├── axoned_query_wasm_libwasmvm-version.md │ ├── axoned_query_wasm_list-code.md │ ├── axoned_query_wasm_list-contract-by-code.md │ ├── axoned_query_wasm_list-contracts-by-creator.md │ ├── axoned_query_wasm_params.md │ ├── axoned_query_wasm_pinned.md │ ├── axoned_rollback.md │ ├── axoned_snapshots.md │ ├── axoned_snapshots_delete.md │ ├── axoned_snapshots_dump.md │ ├── axoned_snapshots_export.md │ ├── axoned_snapshots_list.md │ ├── axoned_snapshots_load.md │ ├── axoned_snapshots_restore.md │ ├── axoned_start.md │ ├── axoned_status.md │ ├── axoned_tx.md │ ├── axoned_tx_auth.md │ ├── axoned_tx_authz.md │ ├── axoned_tx_authz_exec.md │ ├── axoned_tx_authz_grant.md │ ├── axoned_tx_authz_revoke.md │ ├── axoned_tx_bank.md │ ├── axoned_tx_bank_multi-send.md │ ├── axoned_tx_bank_send.md │ ├── axoned_tx_broadcast.md │ ├── axoned_tx_circuit.md │ ├── axoned_tx_circuit_authorize.md │ ├── axoned_tx_circuit_disable.md │ ├── axoned_tx_circuit_reset.md │ ├── axoned_tx_consensus.md │ ├── axoned_tx_crisis.md │ ├── axoned_tx_crisis_invariant-broken.md │ ├── axoned_tx_decode.md │ ├── axoned_tx_distribution.md │ ├── axoned_tx_distribution_fund-community-pool.md │ ├── axoned_tx_distribution_fund-validator-rewards-pool.md │ ├── axoned_tx_distribution_set-withdraw-addr.md │ ├── axoned_tx_distribution_withdraw-all-rewards.md │ ├── axoned_tx_distribution_withdraw-rewards.md │ ├── axoned_tx_encode.md │ ├── axoned_tx_evidence.md │ ├── axoned_tx_feegrant.md │ ├── axoned_tx_feegrant_grant.md │ ├── axoned_tx_feegrant_prune.md │ ├── axoned_tx_feegrant_revoke.md │ ├── axoned_tx_gov.md │ ├── axoned_tx_gov_cancel-proposal.md │ ├── axoned_tx_gov_deposit.md │ ├── axoned_tx_gov_draft-proposal.md │ ├── axoned_tx_gov_submit-legacy-proposal.md │ ├── axoned_tx_gov_submit-proposal.md │ ├── axoned_tx_gov_vote.md │ ├── axoned_tx_gov_weighted-vote.md │ ├── axoned_tx_group.md │ ├── axoned_tx_group_create-group-policy.md │ ├── axoned_tx_group_create-group-with-policy.md │ ├── axoned_tx_group_create-group.md │ ├── axoned_tx_group_draft-proposal.md │ ├── axoned_tx_group_exec.md │ ├── axoned_tx_group_leave-group.md │ ├── axoned_tx_group_submit-proposal.md │ ├── axoned_tx_group_update-group-admin.md │ ├── axoned_tx_group_update-group-members.md │ ├── axoned_tx_group_update-group-metadata.md │ ├── axoned_tx_group_update-group-policy-admin.md │ ├── axoned_tx_group_update-group-policy-decision-policy.md │ ├── axoned_tx_group_update-group-policy-metadata.md │ ├── axoned_tx_group_vote.md │ ├── axoned_tx_group_withdraw-proposal.md │ ├── axoned_tx_ibc-fee.md │ ├── axoned_tx_ibc-fee_pay-packet-fee.md │ ├── axoned_tx_ibc-fee_register-counterparty-payee.md │ ├── axoned_tx_ibc-fee_register-payee.md │ ├── axoned_tx_ibc-transfer.md │ ├── axoned_tx_ibc-transfer_transfer.md │ ├── axoned_tx_ibc.md │ ├── axoned_tx_ibc_channel.md │ ├── axoned_tx_ibc_channel_prune-acknowledgements.md │ ├── axoned_tx_ibc_channel_upgrade-channels.md │ ├── axoned_tx_ibc_client.md │ ├── axoned_tx_ibc_client_create.md │ ├── axoned_tx_ibc_client_misbehaviour.md │ ├── axoned_tx_ibc_client_recover-client.md │ ├── axoned_tx_ibc_client_schedule-ibc-upgrade.md │ ├── axoned_tx_ibc_client_update.md │ ├── axoned_tx_ibc_client_upgrade.md │ ├── axoned_tx_interchain-accounts.md │ ├── axoned_tx_interchain-accounts_controller.md │ ├── axoned_tx_interchain-accounts_controller_register.md │ ├── axoned_tx_interchain-accounts_controller_send-tx.md │ ├── axoned_tx_interchain-accounts_host.md │ ├── axoned_tx_interchain-accounts_host_generate-packet-data.md │ ├── axoned_tx_logic.md │ ├── axoned_tx_logic_update-params.md │ ├── axoned_tx_mint.md │ ├── axoned_tx_mint_update-params.md │ ├── axoned_tx_multi-sign.md │ ├── axoned_tx_multisign-batch.md │ ├── axoned_tx_sign-batch.md │ ├── axoned_tx_sign.md │ ├── axoned_tx_simulate.md │ ├── axoned_tx_slashing.md │ ├── axoned_tx_slashing_unjail.md │ ├── axoned_tx_staking.md │ ├── axoned_tx_staking_cancel-unbond.md │ ├── axoned_tx_staking_create-validator.md │ ├── axoned_tx_staking_delegate.md │ ├── axoned_tx_staking_edit-validator.md │ ├── axoned_tx_staking_redelegate.md │ ├── axoned_tx_staking_unbond.md │ ├── axoned_tx_upgrade.md │ ├── axoned_tx_upgrade_cancel-software-upgrade.md │ ├── axoned_tx_upgrade_software-upgrade.md │ ├── axoned_tx_validate-signatures.md │ ├── axoned_tx_vesting.md │ ├── axoned_tx_vesting_create-cliff-vesting-account.md │ ├── axoned_tx_vesting_create-periodic-vesting-account.md │ ├── axoned_tx_vesting_create-permanent-locked-account.md │ ├── axoned_tx_vesting_create-vesting-account.md │ ├── axoned_tx_wasm.md │ ├── axoned_tx_wasm_clear-contract-admin.md │ ├── axoned_tx_wasm_execute.md │ ├── axoned_tx_wasm_grant.md │ ├── axoned_tx_wasm_grant_contract.md │ ├── axoned_tx_wasm_grant_store-code.md │ ├── axoned_tx_wasm_instantiate.md │ ├── axoned_tx_wasm_instantiate2.md │ ├── axoned_tx_wasm_migrate.md │ ├── axoned_tx_wasm_set-contract-admin.md │ ├── axoned_tx_wasm_set-contract-label.md │ ├── axoned_tx_wasm_store.md │ ├── axoned_tx_wasm_submit-proposal.md │ ├── axoned_tx_wasm_submit-proposal_add-code-upload-params-addresses.md │ ├── axoned_tx_wasm_submit-proposal_clear-contract-admin.md │ ├── axoned_tx_wasm_submit-proposal_execute-contract.md │ ├── axoned_tx_wasm_submit-proposal_instantiate-contract-2.md │ ├── axoned_tx_wasm_submit-proposal_instantiate-contract.md │ ├── axoned_tx_wasm_submit-proposal_migrate-contract.md │ ├── axoned_tx_wasm_submit-proposal_pin-codes.md │ ├── axoned_tx_wasm_submit-proposal_remove-code-upload-params-addresses.md │ ├── axoned_tx_wasm_submit-proposal_set-contract-admin.md │ ├── axoned_tx_wasm_submit-proposal_store-instantiate.md │ ├── axoned_tx_wasm_submit-proposal_store-migrate.md │ ├── axoned_tx_wasm_submit-proposal_sudo-contract.md │ ├── axoned_tx_wasm_submit-proposal_unpin-codes.md │ ├── axoned_tx_wasm_submit-proposal_update-instantiate-config.md │ ├── axoned_tx_wasm_submit-proposal_wasm-store.md │ ├── axoned_tx_wasm_update-instantiate-config.md │ └── axoned_version.md ├── version-v11.0.0 │ ├── axoned.md │ ├── axoned_comet.md │ ├── axoned_comet_bootstrap-state.md │ ├── axoned_comet_reset-state.md │ ├── axoned_comet_show-address.md │ ├── axoned_comet_show-node-id.md │ ├── axoned_comet_show-validator.md │ ├── axoned_comet_unsafe-reset-all.md │ ├── axoned_comet_version.md │ ├── axoned_config.md │ ├── axoned_config_diff.md │ ├── axoned_config_get.md │ ├── axoned_config_home.md │ ├── axoned_config_migrate.md │ ├── axoned_config_set.md │ ├── axoned_config_view.md │ ├── axoned_credential.md │ ├── axoned_credential_sign.md │ ├── axoned_debug.md │ ├── axoned_debug_addr.md │ ├── axoned_debug_codec.md │ ├── axoned_debug_codec_list-implementations.md │ ├── axoned_debug_codec_list-interfaces.md │ ├── axoned_debug_prefixes.md │ ├── axoned_debug_pubkey-raw.md │ ├── axoned_debug_pubkey.md │ ├── axoned_debug_raw-bytes.md │ ├── axoned_export.md │ ├── axoned_genesis.md │ ├── axoned_genesis_add-genesis-account.md │ ├── axoned_genesis_bulk-add-genesis-account.md │ ├── axoned_genesis_collect-gentxs.md │ ├── axoned_genesis_gentx.md │ ├── axoned_genesis_migrate.md │ ├── axoned_genesis_validate.md │ ├── axoned_init.md │ ├── axoned_keys.md │ ├── axoned_keys_add.md │ ├── axoned_keys_delete.md │ ├── axoned_keys_did.md │ ├── axoned_keys_export.md │ ├── axoned_keys_import-hex.md │ ├── axoned_keys_import.md │ ├── axoned_keys_list-key-types.md │ ├── axoned_keys_list.md │ ├── axoned_keys_migrate.md │ ├── axoned_keys_mnemonic.md │ ├── axoned_keys_parse.md │ ├── axoned_keys_rename.md │ ├── axoned_keys_show.md │ ├── axoned_module-hash-by-height.md │ ├── axoned_prune.md │ ├── axoned_query.md │ ├── axoned_query_auth.md │ ├── axoned_query_auth_account-info.md │ ├── axoned_query_auth_account.md │ ├── axoned_query_auth_accounts.md │ ├── axoned_query_auth_address-by-acc-num.md │ ├── axoned_query_auth_address-bytes-to-string.md │ ├── axoned_query_auth_address-string-to-bytes.md │ ├── axoned_query_auth_bech32-prefix.md │ ├── axoned_query_auth_module-account.md │ ├── axoned_query_auth_module-accounts.md │ ├── axoned_query_auth_params.md │ ├── axoned_query_authz.md │ ├── axoned_query_authz_grants-by-grantee.md │ ├── axoned_query_authz_grants-by-granter.md │ ├── axoned_query_authz_grants.md │ ├── axoned_query_bank.md │ ├── axoned_query_bank_balance.md │ ├── axoned_query_bank_balances.md │ ├── axoned_query_bank_denom-metadata-by-query-string.md │ ├── axoned_query_bank_denom-metadata.md │ ├── axoned_query_bank_denom-owners.md │ ├── axoned_query_bank_denoms-metadata.md │ ├── axoned_query_bank_params.md │ ├── axoned_query_bank_send-enabled.md │ ├── axoned_query_bank_spendable-balance.md │ ├── axoned_query_bank_spendable-balances.md │ ├── axoned_query_bank_total-supply-of.md │ ├── axoned_query_bank_total-supply.md │ ├── axoned_query_block-results.md │ ├── axoned_query_block.md │ ├── axoned_query_blocks.md │ ├── axoned_query_circuit.md │ ├── axoned_query_circuit_account.md │ ├── axoned_query_circuit_accounts.md │ ├── axoned_query_circuit_disabled-list.md │ ├── axoned_query_consensus.md │ ├── axoned_query_consensus_comet.md │ ├── axoned_query_consensus_comet_block-by-height.md │ ├── axoned_query_consensus_comet_block-latest.md │ ├── axoned_query_consensus_comet_node-info.md │ ├── axoned_query_consensus_comet_syncing.md │ ├── axoned_query_consensus_comet_validator-set-by-height.md │ ├── axoned_query_consensus_comet_validator-set.md │ ├── axoned_query_consensus_params.md │ ├── axoned_query_distribution.md │ ├── axoned_query_distribution_commission.md │ ├── axoned_query_distribution_community-pool.md │ ├── axoned_query_distribution_delegator-validators.md │ ├── axoned_query_distribution_delegator-withdraw-address.md │ ├── axoned_query_distribution_params.md │ ├── axoned_query_distribution_rewards-by-validator.md │ ├── axoned_query_distribution_rewards.md │ ├── axoned_query_distribution_slashes.md │ ├── axoned_query_distribution_validator-distribution-info.md │ ├── axoned_query_distribution_validator-outstanding-rewards.md │ ├── axoned_query_evidence.md │ ├── axoned_query_evidence_evidence.md │ ├── axoned_query_evidence_list.md │ ├── axoned_query_feegrant.md │ ├── axoned_query_feegrant_grant.md │ ├── axoned_query_feegrant_grants-by-grantee.md │ ├── axoned_query_feegrant_grants-by-granter.md │ ├── axoned_query_gov.md │ ├── axoned_query_gov_constitution.md │ ├── axoned_query_gov_deposit.md │ ├── axoned_query_gov_deposits.md │ ├── axoned_query_gov_params.md │ ├── axoned_query_gov_proposal.md │ ├── axoned_query_gov_proposals.md │ ├── axoned_query_gov_tally.md │ ├── axoned_query_gov_vote.md │ ├── axoned_query_gov_votes.md │ ├── axoned_query_group.md │ ├── axoned_query_group_group-info.md │ ├── axoned_query_group_group-members.md │ ├── axoned_query_group_group-policies-by-admin.md │ ├── axoned_query_group_group-policies-by-group.md │ ├── axoned_query_group_group-policy-info.md │ ├── axoned_query_group_groups-by-admin.md │ ├── axoned_query_group_groups-by-member.md │ ├── axoned_query_group_groups.md │ ├── axoned_query_group_proposal.md │ ├── axoned_query_group_proposals-by-group-policy.md │ ├── axoned_query_group_tally-result.md │ ├── axoned_query_group_vote.md │ ├── axoned_query_group_votes-by-proposal.md │ ├── axoned_query_group_votes-by-voter.md │ ├── axoned_query_ibc-fee.md │ ├── axoned_query_ibc-fee_channel.md │ ├── axoned_query_ibc-fee_channels.md │ ├── axoned_query_ibc-fee_counterparty-payee.md │ ├── axoned_query_ibc-fee_packet.md │ ├── axoned_query_ibc-fee_packets-for-channel.md │ ├── axoned_query_ibc-fee_packets.md │ ├── axoned_query_ibc-fee_payee.md │ ├── axoned_query_ibc-fee_total-ack-fees.md │ ├── axoned_query_ibc-fee_total-recv-fees.md │ ├── axoned_query_ibc-fee_total-timeout-fees.md │ ├── axoned_query_ibc-transfer.md │ ├── axoned_query_ibc-transfer_denom-hash.md │ ├── axoned_query_ibc-transfer_denom-trace.md │ ├── axoned_query_ibc-transfer_denom-traces.md │ ├── axoned_query_ibc-transfer_escrow-address.md │ ├── axoned_query_ibc-transfer_params.md │ ├── axoned_query_ibc-transfer_total-escrow.md │ ├── axoned_query_ibc.md │ ├── axoned_query_ibc_channel.md │ ├── axoned_query_ibc_channel_channels.md │ ├── axoned_query_ibc_channel_client-state.md │ ├── axoned_query_ibc_channel_connections.md │ ├── axoned_query_ibc_channel_end.md │ ├── axoned_query_ibc_channel_next-sequence-receive.md │ ├── axoned_query_ibc_channel_next-sequence-send.md │ ├── axoned_query_ibc_channel_packet-ack.md │ ├── axoned_query_ibc_channel_packet-commitment.md │ ├── axoned_query_ibc_channel_packet-commitments.md │ ├── axoned_query_ibc_channel_packet-receipt.md │ ├── axoned_query_ibc_channel_params.md │ ├── axoned_query_ibc_channel_unreceived-acks.md │ ├── axoned_query_ibc_channel_unreceived-packets.md │ ├── axoned_query_ibc_channel_upgrade-error.md │ ├── axoned_query_ibc_channel_upgrade.md │ ├── axoned_query_ibc_client.md │ ├── axoned_query_ibc_client_consensus-state-heights.md │ ├── axoned_query_ibc_client_consensus-state.md │ ├── axoned_query_ibc_client_consensus-states.md │ ├── axoned_query_ibc_client_header.md │ ├── axoned_query_ibc_client_params.md │ ├── axoned_query_ibc_client_self-consensus-state.md │ ├── axoned_query_ibc_client_state.md │ ├── axoned_query_ibc_client_states.md │ ├── axoned_query_ibc_client_status.md │ ├── axoned_query_ibc_connection.md │ ├── axoned_query_ibc_connection_connections.md │ ├── axoned_query_ibc_connection_end.md │ ├── axoned_query_ibc_connection_params.md │ ├── axoned_query_ibc_connection_path.md │ ├── axoned_query_interchain-accounts.md │ ├── axoned_query_interchain-accounts_controller.md │ ├── axoned_query_interchain-accounts_controller_interchain-account.md │ ├── axoned_query_interchain-accounts_controller_params.md │ ├── axoned_query_interchain-accounts_host.md │ ├── axoned_query_interchain-accounts_host_packet-events.md │ ├── axoned_query_interchain-accounts_host_params.md │ ├── axoned_query_logic.md │ ├── axoned_query_logic_ask.md │ ├── axoned_query_logic_params.md │ ├── axoned_query_mint.md │ ├── axoned_query_mint_annual-provisions.md │ ├── axoned_query_mint_inflation.md │ ├── axoned_query_mint_params.md │ ├── axoned_query_params.md │ ├── axoned_query_params_subspace.md │ ├── axoned_query_params_subspaces.md │ ├── axoned_query_slashing.md │ ├── axoned_query_slashing_params.md │ ├── axoned_query_slashing_signing-info.md │ ├── axoned_query_slashing_signing-infos.md │ ├── axoned_query_staking.md │ ├── axoned_query_staking_delegation.md │ ├── axoned_query_staking_delegations-to.md │ ├── axoned_query_staking_delegations.md │ ├── axoned_query_staking_delegator-validator.md │ ├── axoned_query_staking_delegator-validators.md │ ├── axoned_query_staking_historical-info.md │ ├── axoned_query_staking_params.md │ ├── axoned_query_staking_pool.md │ ├── axoned_query_staking_redelegation.md │ ├── axoned_query_staking_unbonding-delegation.md │ ├── axoned_query_staking_unbonding-delegations-from.md │ ├── axoned_query_staking_unbonding-delegations.md │ ├── axoned_query_staking_validator.md │ ├── axoned_query_staking_validators.md │ ├── axoned_query_tx.md │ ├── axoned_query_txs.md │ ├── axoned_query_upgrade.md │ ├── axoned_query_upgrade_applied.md │ ├── axoned_query_upgrade_authority.md │ ├── axoned_query_upgrade_module-versions.md │ ├── axoned_query_upgrade_plan.md │ ├── axoned_query_wait-tx.md │ ├── axoned_query_wasm.md │ ├── axoned_query_wasm_build-address.md │ ├── axoned_query_wasm_code-info.md │ ├── axoned_query_wasm_code.md │ ├── axoned_query_wasm_contract-history.md │ ├── axoned_query_wasm_contract-state.md │ ├── axoned_query_wasm_contract-state_all.md │ ├── axoned_query_wasm_contract-state_raw.md │ ├── axoned_query_wasm_contract-state_smart.md │ ├── axoned_query_wasm_contract.md │ ├── axoned_query_wasm_libwasmvm-version.md │ ├── axoned_query_wasm_list-code.md │ ├── axoned_query_wasm_list-contract-by-code.md │ ├── axoned_query_wasm_list-contracts-by-creator.md │ ├── axoned_query_wasm_params.md │ ├── axoned_query_wasm_pinned.md │ ├── axoned_rollback.md │ ├── axoned_snapshots.md │ ├── axoned_snapshots_delete.md │ ├── axoned_snapshots_dump.md │ ├── axoned_snapshots_export.md │ ├── axoned_snapshots_list.md │ ├── axoned_snapshots_load.md │ ├── axoned_snapshots_restore.md │ ├── axoned_start.md │ ├── axoned_status.md │ ├── axoned_tx.md │ ├── axoned_tx_auth.md │ ├── axoned_tx_authz.md │ ├── axoned_tx_authz_exec.md │ ├── axoned_tx_authz_grant.md │ ├── axoned_tx_authz_revoke.md │ ├── axoned_tx_bank.md │ ├── axoned_tx_bank_multi-send.md │ ├── axoned_tx_bank_send.md │ ├── axoned_tx_broadcast.md │ ├── axoned_tx_circuit.md │ ├── axoned_tx_circuit_authorize.md │ ├── axoned_tx_circuit_disable.md │ ├── axoned_tx_circuit_reset.md │ ├── axoned_tx_consensus.md │ ├── axoned_tx_crisis.md │ ├── axoned_tx_crisis_invariant-broken.md │ ├── axoned_tx_decode.md │ ├── axoned_tx_distribution.md │ ├── axoned_tx_distribution_fund-community-pool.md │ ├── axoned_tx_distribution_fund-validator-rewards-pool.md │ ├── axoned_tx_distribution_set-withdraw-addr.md │ ├── axoned_tx_distribution_withdraw-all-rewards.md │ ├── axoned_tx_distribution_withdraw-rewards.md │ ├── axoned_tx_encode.md │ ├── axoned_tx_evidence.md │ ├── axoned_tx_feegrant.md │ ├── axoned_tx_feegrant_grant.md │ ├── axoned_tx_feegrant_prune.md │ ├── axoned_tx_feegrant_revoke.md │ ├── axoned_tx_gov.md │ ├── axoned_tx_gov_cancel-proposal.md │ ├── axoned_tx_gov_deposit.md │ ├── axoned_tx_gov_draft-proposal.md │ ├── axoned_tx_gov_submit-legacy-proposal.md │ ├── axoned_tx_gov_submit-proposal.md │ ├── axoned_tx_gov_vote.md │ ├── axoned_tx_gov_weighted-vote.md │ ├── axoned_tx_group.md │ ├── axoned_tx_group_create-group-policy.md │ ├── axoned_tx_group_create-group-with-policy.md │ ├── axoned_tx_group_create-group.md │ ├── axoned_tx_group_draft-proposal.md │ ├── axoned_tx_group_exec.md │ ├── axoned_tx_group_leave-group.md │ ├── axoned_tx_group_submit-proposal.md │ ├── axoned_tx_group_update-group-admin.md │ ├── axoned_tx_group_update-group-members.md │ ├── axoned_tx_group_update-group-metadata.md │ ├── axoned_tx_group_update-group-policy-admin.md │ ├── axoned_tx_group_update-group-policy-decision-policy.md │ ├── axoned_tx_group_update-group-policy-metadata.md │ ├── axoned_tx_group_vote.md │ ├── axoned_tx_group_withdraw-proposal.md │ ├── axoned_tx_ibc-fee.md │ ├── axoned_tx_ibc-fee_pay-packet-fee.md │ ├── axoned_tx_ibc-fee_register-counterparty-payee.md │ ├── axoned_tx_ibc-fee_register-payee.md │ ├── axoned_tx_ibc-transfer.md │ ├── axoned_tx_ibc-transfer_transfer.md │ ├── axoned_tx_ibc.md │ ├── axoned_tx_ibc_channel.md │ ├── axoned_tx_ibc_channel_prune-acknowledgements.md │ ├── axoned_tx_ibc_channel_upgrade-channels.md │ ├── axoned_tx_ibc_client.md │ ├── axoned_tx_ibc_client_create.md │ ├── axoned_tx_ibc_client_misbehaviour.md │ ├── axoned_tx_ibc_client_recover-client.md │ ├── axoned_tx_ibc_client_schedule-ibc-upgrade.md │ ├── axoned_tx_ibc_client_update.md │ ├── axoned_tx_ibc_client_upgrade.md │ ├── axoned_tx_interchain-accounts.md │ ├── axoned_tx_interchain-accounts_controller.md │ ├── axoned_tx_interchain-accounts_controller_register.md │ ├── axoned_tx_interchain-accounts_controller_send-tx.md │ ├── axoned_tx_interchain-accounts_host.md │ ├── axoned_tx_interchain-accounts_host_generate-packet-data.md │ ├── axoned_tx_logic.md │ ├── axoned_tx_logic_update-params.md │ ├── axoned_tx_mint.md │ ├── axoned_tx_mint_update-params.md │ ├── axoned_tx_multi-sign.md │ ├── axoned_tx_multisign-batch.md │ ├── axoned_tx_sign-batch.md │ ├── axoned_tx_sign.md │ ├── axoned_tx_simulate.md │ ├── axoned_tx_slashing.md │ ├── axoned_tx_slashing_unjail.md │ ├── axoned_tx_staking.md │ ├── axoned_tx_staking_cancel-unbond.md │ ├── axoned_tx_staking_create-validator.md │ ├── axoned_tx_staking_delegate.md │ ├── axoned_tx_staking_edit-validator.md │ ├── axoned_tx_staking_redelegate.md │ ├── axoned_tx_staking_unbond.md │ ├── axoned_tx_upgrade.md │ ├── axoned_tx_upgrade_cancel-software-upgrade.md │ ├── axoned_tx_upgrade_software-upgrade.md │ ├── axoned_tx_validate-signatures.md │ ├── axoned_tx_vesting.md │ ├── axoned_tx_vesting_create-cliff-vesting-account.md │ ├── axoned_tx_vesting_create-periodic-vesting-account.md │ ├── axoned_tx_vesting_create-permanent-locked-account.md │ ├── axoned_tx_vesting_create-vesting-account.md │ ├── axoned_tx_wasm.md │ ├── axoned_tx_wasm_clear-contract-admin.md │ ├── axoned_tx_wasm_execute.md │ ├── axoned_tx_wasm_grant.md │ ├── axoned_tx_wasm_grant_contract.md │ ├── axoned_tx_wasm_grant_store-code.md │ ├── axoned_tx_wasm_instantiate.md │ ├── axoned_tx_wasm_instantiate2.md │ ├── axoned_tx_wasm_migrate.md │ ├── axoned_tx_wasm_set-contract-admin.md │ ├── axoned_tx_wasm_set-contract-label.md │ ├── axoned_tx_wasm_store.md │ ├── axoned_tx_wasm_submit-proposal.md │ ├── axoned_tx_wasm_submit-proposal_add-code-upload-params-addresses.md │ ├── axoned_tx_wasm_submit-proposal_clear-contract-admin.md │ ├── axoned_tx_wasm_submit-proposal_execute-contract.md │ ├── axoned_tx_wasm_submit-proposal_instantiate-contract-2.md │ ├── axoned_tx_wasm_submit-proposal_instantiate-contract.md │ ├── axoned_tx_wasm_submit-proposal_migrate-contract.md │ ├── axoned_tx_wasm_submit-proposal_pin-codes.md │ ├── axoned_tx_wasm_submit-proposal_remove-code-upload-params-addresses.md │ ├── axoned_tx_wasm_submit-proposal_set-contract-admin.md │ ├── axoned_tx_wasm_submit-proposal_store-instantiate.md │ ├── axoned_tx_wasm_submit-proposal_store-migrate.md │ ├── axoned_tx_wasm_submit-proposal_sudo-contract.md │ ├── axoned_tx_wasm_submit-proposal_unpin-codes.md │ ├── axoned_tx_wasm_submit-proposal_update-instantiate-config.md │ ├── axoned_tx_wasm_submit-proposal_wasm-store.md │ ├── axoned_tx_wasm_update-instantiate-config.md │ └── axoned_version.md └── version-v11.0.1 │ ├── axoned.md │ ├── axoned_comet.md │ ├── axoned_comet_bootstrap-state.md │ ├── axoned_comet_reset-state.md │ ├── axoned_comet_show-address.md │ ├── axoned_comet_show-node-id.md │ ├── axoned_comet_show-validator.md │ ├── axoned_comet_unsafe-reset-all.md │ ├── axoned_comet_version.md │ ├── axoned_config.md │ ├── axoned_config_diff.md │ ├── axoned_config_get.md │ ├── axoned_config_home.md │ ├── axoned_config_migrate.md │ ├── axoned_config_set.md │ ├── axoned_config_view.md │ ├── axoned_credential.md │ ├── axoned_credential_sign.md │ ├── axoned_debug.md │ ├── axoned_debug_addr.md │ ├── axoned_debug_codec.md │ ├── axoned_debug_codec_list-implementations.md │ ├── axoned_debug_codec_list-interfaces.md │ ├── axoned_debug_prefixes.md │ ├── axoned_debug_pubkey-raw.md │ ├── axoned_debug_pubkey.md │ ├── axoned_debug_raw-bytes.md │ ├── axoned_export.md │ ├── axoned_genesis.md │ ├── axoned_genesis_add-genesis-account.md │ ├── axoned_genesis_bulk-add-genesis-account.md │ ├── axoned_genesis_collect-gentxs.md │ ├── axoned_genesis_gentx.md │ ├── axoned_genesis_migrate.md │ ├── axoned_genesis_validate.md │ ├── axoned_init.md │ ├── axoned_keys.md │ ├── axoned_keys_add.md │ ├── axoned_keys_delete.md │ ├── axoned_keys_did.md │ ├── axoned_keys_export.md │ ├── axoned_keys_import-hex.md │ ├── axoned_keys_import.md │ ├── axoned_keys_list-key-types.md │ ├── axoned_keys_list.md │ ├── axoned_keys_migrate.md │ ├── axoned_keys_mnemonic.md │ ├── axoned_keys_parse.md │ ├── axoned_keys_rename.md │ ├── axoned_keys_show.md │ ├── axoned_module-hash-by-height.md │ ├── axoned_prune.md │ ├── axoned_query.md │ ├── axoned_query_auth.md │ ├── axoned_query_auth_account-info.md │ ├── axoned_query_auth_account.md │ ├── axoned_query_auth_accounts.md │ ├── axoned_query_auth_address-by-acc-num.md │ ├── axoned_query_auth_address-bytes-to-string.md │ ├── axoned_query_auth_address-string-to-bytes.md │ ├── axoned_query_auth_bech32-prefix.md │ ├── axoned_query_auth_module-account.md │ ├── axoned_query_auth_module-accounts.md │ ├── axoned_query_auth_params.md │ ├── axoned_query_authz.md │ ├── axoned_query_authz_grants-by-grantee.md │ ├── axoned_query_authz_grants-by-granter.md │ ├── axoned_query_authz_grants.md │ ├── axoned_query_bank.md │ ├── axoned_query_bank_balance.md │ ├── axoned_query_bank_balances.md │ ├── axoned_query_bank_denom-metadata-by-query-string.md │ ├── axoned_query_bank_denom-metadata.md │ ├── axoned_query_bank_denom-owners.md │ ├── axoned_query_bank_denoms-metadata.md │ ├── axoned_query_bank_params.md │ ├── axoned_query_bank_send-enabled.md │ ├── axoned_query_bank_spendable-balance.md │ ├── axoned_query_bank_spendable-balances.md │ ├── axoned_query_bank_total-supply-of.md │ ├── axoned_query_bank_total-supply.md │ ├── axoned_query_block-results.md │ ├── axoned_query_block.md │ ├── axoned_query_blocks.md │ ├── axoned_query_circuit.md │ ├── axoned_query_circuit_account.md │ ├── axoned_query_circuit_accounts.md │ ├── axoned_query_circuit_disabled-list.md │ ├── axoned_query_consensus.md │ ├── axoned_query_consensus_comet.md │ ├── axoned_query_consensus_comet_block-by-height.md │ ├── axoned_query_consensus_comet_block-latest.md │ ├── axoned_query_consensus_comet_node-info.md │ ├── axoned_query_consensus_comet_syncing.md │ ├── axoned_query_consensus_comet_validator-set-by-height.md │ ├── axoned_query_consensus_comet_validator-set.md │ ├── axoned_query_consensus_params.md │ ├── axoned_query_distribution.md │ ├── axoned_query_distribution_commission.md │ ├── axoned_query_distribution_community-pool.md │ ├── axoned_query_distribution_delegator-validators.md │ ├── axoned_query_distribution_delegator-withdraw-address.md │ ├── axoned_query_distribution_params.md │ ├── axoned_query_distribution_rewards-by-validator.md │ ├── axoned_query_distribution_rewards.md │ ├── axoned_query_distribution_slashes.md │ ├── axoned_query_distribution_validator-distribution-info.md │ ├── axoned_query_distribution_validator-outstanding-rewards.md │ ├── axoned_query_evidence.md │ ├── axoned_query_evidence_evidence.md │ ├── axoned_query_evidence_list.md │ ├── axoned_query_feegrant.md │ ├── axoned_query_feegrant_grant.md │ ├── axoned_query_feegrant_grants-by-grantee.md │ ├── axoned_query_feegrant_grants-by-granter.md │ ├── axoned_query_gov.md │ ├── axoned_query_gov_constitution.md │ ├── axoned_query_gov_deposit.md │ ├── axoned_query_gov_deposits.md │ ├── axoned_query_gov_params.md │ ├── axoned_query_gov_proposal.md │ ├── axoned_query_gov_proposals.md │ ├── axoned_query_gov_tally.md │ ├── axoned_query_gov_vote.md │ ├── axoned_query_gov_votes.md │ ├── axoned_query_group.md │ ├── axoned_query_group_group-info.md │ ├── axoned_query_group_group-members.md │ ├── axoned_query_group_group-policies-by-admin.md │ ├── axoned_query_group_group-policies-by-group.md │ ├── axoned_query_group_group-policy-info.md │ ├── axoned_query_group_groups-by-admin.md │ ├── axoned_query_group_groups-by-member.md │ ├── axoned_query_group_groups.md │ ├── axoned_query_group_proposal.md │ ├── axoned_query_group_proposals-by-group-policy.md │ ├── axoned_query_group_tally-result.md │ ├── axoned_query_group_vote.md │ ├── axoned_query_group_votes-by-proposal.md │ ├── axoned_query_group_votes-by-voter.md │ ├── axoned_query_ibc-fee.md │ ├── axoned_query_ibc-fee_channel.md │ ├── axoned_query_ibc-fee_channels.md │ ├── axoned_query_ibc-fee_counterparty-payee.md │ ├── axoned_query_ibc-fee_packet.md │ ├── axoned_query_ibc-fee_packets-for-channel.md │ ├── axoned_query_ibc-fee_packets.md │ ├── axoned_query_ibc-fee_payee.md │ ├── axoned_query_ibc-fee_total-ack-fees.md │ ├── axoned_query_ibc-fee_total-recv-fees.md │ ├── axoned_query_ibc-fee_total-timeout-fees.md │ ├── axoned_query_ibc-transfer.md │ ├── axoned_query_ibc-transfer_denom-hash.md │ ├── axoned_query_ibc-transfer_denom-trace.md │ ├── axoned_query_ibc-transfer_denom-traces.md │ ├── axoned_query_ibc-transfer_escrow-address.md │ ├── axoned_query_ibc-transfer_params.md │ ├── axoned_query_ibc-transfer_total-escrow.md │ ├── axoned_query_ibc.md │ ├── axoned_query_ibc_channel.md │ ├── axoned_query_ibc_channel_channels.md │ ├── axoned_query_ibc_channel_client-state.md │ ├── axoned_query_ibc_channel_connections.md │ ├── axoned_query_ibc_channel_end.md │ ├── axoned_query_ibc_channel_next-sequence-receive.md │ ├── axoned_query_ibc_channel_next-sequence-send.md │ ├── axoned_query_ibc_channel_packet-ack.md │ ├── axoned_query_ibc_channel_packet-commitment.md │ ├── axoned_query_ibc_channel_packet-commitments.md │ ├── axoned_query_ibc_channel_packet-receipt.md │ ├── axoned_query_ibc_channel_params.md │ ├── axoned_query_ibc_channel_unreceived-acks.md │ ├── axoned_query_ibc_channel_unreceived-packets.md │ ├── axoned_query_ibc_channel_upgrade-error.md │ ├── axoned_query_ibc_channel_upgrade.md │ ├── axoned_query_ibc_client.md │ ├── axoned_query_ibc_client_consensus-state-heights.md │ ├── axoned_query_ibc_client_consensus-state.md │ ├── axoned_query_ibc_client_consensus-states.md │ ├── axoned_query_ibc_client_header.md │ ├── axoned_query_ibc_client_params.md │ ├── axoned_query_ibc_client_self-consensus-state.md │ ├── axoned_query_ibc_client_state.md │ ├── axoned_query_ibc_client_states.md │ ├── axoned_query_ibc_client_status.md │ ├── axoned_query_ibc_connection.md │ ├── axoned_query_ibc_connection_connections.md │ ├── axoned_query_ibc_connection_end.md │ ├── axoned_query_ibc_connection_params.md │ ├── axoned_query_ibc_connection_path.md │ ├── axoned_query_interchain-accounts.md │ ├── axoned_query_interchain-accounts_controller.md │ ├── axoned_query_interchain-accounts_controller_interchain-account.md │ ├── axoned_query_interchain-accounts_controller_params.md │ ├── axoned_query_interchain-accounts_host.md │ ├── axoned_query_interchain-accounts_host_packet-events.md │ ├── axoned_query_interchain-accounts_host_params.md │ ├── axoned_query_logic.md │ ├── axoned_query_logic_ask.md │ ├── axoned_query_logic_params.md │ ├── axoned_query_mint.md │ ├── axoned_query_mint_annual-provisions.md │ ├── axoned_query_mint_inflation.md │ ├── axoned_query_mint_params.md │ ├── axoned_query_params.md │ ├── axoned_query_params_subspace.md │ ├── axoned_query_params_subspaces.md │ ├── axoned_query_slashing.md │ ├── axoned_query_slashing_params.md │ ├── axoned_query_slashing_signing-info.md │ ├── axoned_query_slashing_signing-infos.md │ ├── axoned_query_staking.md │ ├── axoned_query_staking_delegation.md │ ├── axoned_query_staking_delegations-to.md │ ├── axoned_query_staking_delegations.md │ ├── axoned_query_staking_delegator-validator.md │ ├── axoned_query_staking_delegator-validators.md │ ├── axoned_query_staking_historical-info.md │ ├── axoned_query_staking_params.md │ ├── axoned_query_staking_pool.md │ ├── axoned_query_staking_redelegation.md │ ├── axoned_query_staking_unbonding-delegation.md │ ├── axoned_query_staking_unbonding-delegations-from.md │ ├── axoned_query_staking_unbonding-delegations.md │ ├── axoned_query_staking_validator.md │ ├── axoned_query_staking_validators.md │ ├── axoned_query_tx.md │ ├── axoned_query_txs.md │ ├── axoned_query_upgrade.md │ ├── axoned_query_upgrade_applied.md │ ├── axoned_query_upgrade_authority.md │ ├── axoned_query_upgrade_module-versions.md │ ├── axoned_query_upgrade_plan.md │ ├── axoned_query_wait-tx.md │ ├── axoned_query_wasm.md │ ├── axoned_query_wasm_build-address.md │ ├── axoned_query_wasm_code-info.md │ ├── axoned_query_wasm_code.md │ ├── axoned_query_wasm_contract-history.md │ ├── axoned_query_wasm_contract-state.md │ ├── axoned_query_wasm_contract-state_all.md │ ├── axoned_query_wasm_contract-state_raw.md │ ├── axoned_query_wasm_contract-state_smart.md │ ├── axoned_query_wasm_contract.md │ ├── axoned_query_wasm_libwasmvm-version.md │ ├── axoned_query_wasm_list-code.md │ ├── axoned_query_wasm_list-contract-by-code.md │ ├── axoned_query_wasm_list-contracts-by-creator.md │ ├── axoned_query_wasm_params.md │ ├── axoned_query_wasm_pinned.md │ ├── axoned_rollback.md │ ├── axoned_snapshots.md │ ├── axoned_snapshots_delete.md │ ├── axoned_snapshots_dump.md │ ├── axoned_snapshots_export.md │ ├── axoned_snapshots_list.md │ ├── axoned_snapshots_load.md │ ├── axoned_snapshots_restore.md │ ├── axoned_start.md │ ├── axoned_status.md │ ├── axoned_tx.md │ ├── axoned_tx_auth.md │ ├── axoned_tx_authz.md │ ├── axoned_tx_authz_exec.md │ ├── axoned_tx_authz_grant.md │ ├── axoned_tx_authz_revoke.md │ ├── axoned_tx_bank.md │ ├── axoned_tx_bank_multi-send.md │ ├── axoned_tx_bank_send.md │ ├── axoned_tx_broadcast.md │ ├── axoned_tx_circuit.md │ ├── axoned_tx_circuit_authorize.md │ ├── axoned_tx_circuit_disable.md │ ├── axoned_tx_circuit_reset.md │ ├── axoned_tx_consensus.md │ ├── axoned_tx_crisis.md │ ├── axoned_tx_crisis_invariant-broken.md │ ├── axoned_tx_decode.md │ ├── axoned_tx_distribution.md │ ├── axoned_tx_distribution_fund-community-pool.md │ ├── axoned_tx_distribution_fund-validator-rewards-pool.md │ ├── axoned_tx_distribution_set-withdraw-addr.md │ ├── axoned_tx_distribution_withdraw-all-rewards.md │ ├── axoned_tx_distribution_withdraw-rewards.md │ ├── axoned_tx_encode.md │ ├── axoned_tx_evidence.md │ ├── axoned_tx_feegrant.md │ ├── axoned_tx_feegrant_grant.md │ ├── axoned_tx_feegrant_prune.md │ ├── axoned_tx_feegrant_revoke.md │ ├── axoned_tx_gov.md │ ├── axoned_tx_gov_cancel-proposal.md │ ├── axoned_tx_gov_deposit.md │ ├── axoned_tx_gov_draft-proposal.md │ ├── axoned_tx_gov_submit-legacy-proposal.md │ ├── axoned_tx_gov_submit-proposal.md │ ├── axoned_tx_gov_vote.md │ ├── axoned_tx_gov_weighted-vote.md │ ├── axoned_tx_group.md │ ├── axoned_tx_group_create-group-policy.md │ ├── axoned_tx_group_create-group-with-policy.md │ ├── axoned_tx_group_create-group.md │ ├── axoned_tx_group_draft-proposal.md │ ├── axoned_tx_group_exec.md │ ├── axoned_tx_group_leave-group.md │ ├── axoned_tx_group_submit-proposal.md │ ├── axoned_tx_group_update-group-admin.md │ ├── axoned_tx_group_update-group-members.md │ ├── axoned_tx_group_update-group-metadata.md │ ├── axoned_tx_group_update-group-policy-admin.md │ ├── axoned_tx_group_update-group-policy-decision-policy.md │ ├── axoned_tx_group_update-group-policy-metadata.md │ ├── axoned_tx_group_vote.md │ ├── axoned_tx_group_withdraw-proposal.md │ ├── axoned_tx_ibc-fee.md │ ├── axoned_tx_ibc-fee_pay-packet-fee.md │ ├── axoned_tx_ibc-fee_register-counterparty-payee.md │ ├── axoned_tx_ibc-fee_register-payee.md │ ├── axoned_tx_ibc-transfer.md │ ├── axoned_tx_ibc-transfer_transfer.md │ ├── axoned_tx_ibc.md │ ├── axoned_tx_ibc_channel.md │ ├── axoned_tx_ibc_channel_prune-acknowledgements.md │ ├── axoned_tx_ibc_channel_upgrade-channels.md │ ├── axoned_tx_ibc_client.md │ ├── axoned_tx_ibc_client_create.md │ ├── axoned_tx_ibc_client_misbehaviour.md │ ├── axoned_tx_ibc_client_recover-client.md │ ├── axoned_tx_ibc_client_schedule-ibc-upgrade.md │ ├── axoned_tx_ibc_client_update.md │ ├── axoned_tx_ibc_client_upgrade.md │ ├── axoned_tx_interchain-accounts.md │ ├── axoned_tx_interchain-accounts_controller.md │ ├── axoned_tx_interchain-accounts_controller_register.md │ ├── axoned_tx_interchain-accounts_controller_send-tx.md │ ├── axoned_tx_interchain-accounts_host.md │ ├── axoned_tx_interchain-accounts_host_generate-packet-data.md │ ├── axoned_tx_logic.md │ ├── axoned_tx_logic_update-params.md │ ├── axoned_tx_mint.md │ ├── axoned_tx_mint_update-params.md │ ├── axoned_tx_multi-sign.md │ ├── axoned_tx_multisign-batch.md │ ├── axoned_tx_sign-batch.md │ ├── axoned_tx_sign.md │ ├── axoned_tx_simulate.md │ ├── axoned_tx_slashing.md │ ├── axoned_tx_slashing_unjail.md │ ├── axoned_tx_staking.md │ ├── axoned_tx_staking_cancel-unbond.md │ ├── axoned_tx_staking_create-validator.md │ ├── axoned_tx_staking_delegate.md │ ├── axoned_tx_staking_edit-validator.md │ ├── axoned_tx_staking_redelegate.md │ ├── axoned_tx_staking_unbond.md │ ├── axoned_tx_upgrade.md │ ├── axoned_tx_upgrade_cancel-software-upgrade.md │ ├── axoned_tx_upgrade_software-upgrade.md │ ├── axoned_tx_validate-signatures.md │ ├── axoned_tx_vesting.md │ ├── axoned_tx_vesting_create-cliff-vesting-account.md │ ├── axoned_tx_vesting_create-periodic-vesting-account.md │ ├── axoned_tx_vesting_create-permanent-locked-account.md │ ├── axoned_tx_vesting_create-vesting-account.md │ ├── axoned_tx_wasm.md │ ├── axoned_tx_wasm_clear-contract-admin.md │ ├── axoned_tx_wasm_execute.md │ ├── axoned_tx_wasm_grant.md │ ├── axoned_tx_wasm_grant_contract.md │ ├── axoned_tx_wasm_grant_store-code.md │ ├── axoned_tx_wasm_instantiate.md │ ├── axoned_tx_wasm_instantiate2.md │ ├── axoned_tx_wasm_migrate.md │ ├── axoned_tx_wasm_set-contract-admin.md │ ├── axoned_tx_wasm_set-contract-label.md │ ├── axoned_tx_wasm_store.md │ ├── axoned_tx_wasm_submit-proposal.md │ ├── axoned_tx_wasm_submit-proposal_add-code-upload-params-addresses.md │ ├── axoned_tx_wasm_submit-proposal_clear-contract-admin.md │ ├── axoned_tx_wasm_submit-proposal_execute-contract.md │ ├── axoned_tx_wasm_submit-proposal_instantiate-contract-2.md │ ├── axoned_tx_wasm_submit-proposal_instantiate-contract.md │ ├── axoned_tx_wasm_submit-proposal_migrate-contract.md │ ├── axoned_tx_wasm_submit-proposal_pin-codes.md │ ├── axoned_tx_wasm_submit-proposal_remove-code-upload-params-addresses.md │ ├── axoned_tx_wasm_submit-proposal_set-contract-admin.md │ ├── axoned_tx_wasm_submit-proposal_store-instantiate.md │ ├── axoned_tx_wasm_submit-proposal_store-migrate.md │ ├── axoned_tx_wasm_submit-proposal_sudo-contract.md │ ├── axoned_tx_wasm_submit-proposal_unpin-codes.md │ ├── axoned_tx_wasm_submit-proposal_update-instantiate-config.md │ ├── axoned_tx_wasm_submit-proposal_wasm-store.md │ ├── axoned_tx_wasm_update-instantiate-config.md │ └── axoned_version.md ├── commands_versioned_sidebars ├── version-v10.0.0-sidebars.json ├── version-v11.0.0-sidebars.json └── version-v11.0.1-sidebars.json ├── commands_versions.json ├── contracts ├── axone-cognitarium.md ├── axone-dataverse.md ├── axone-law-stone.md └── axone-objectarium.md ├── contracts_versioned_docs ├── version-v6.0.0 │ ├── axone-cognitarium.md │ ├── axone-dataverse.md │ ├── axone-law-stone.md │ └── axone-objectarium.md └── version-v7.0.0 │ ├── axone-cognitarium.md │ ├── axone-dataverse.md │ ├── axone-law-stone.md │ └── axone-objectarium.md ├── contracts_versioned_sidebars ├── version-v6.0.0-sidebars.json └── version-v7.0.0-sidebars.json ├── contracts_versions.json ├── data └── chain.json ├── docs ├── api-reference │ ├── _category_.json │ └── api-reference.mdx ├── architecture │ ├── _category_.json │ ├── governance │ │ ├── _category_.json │ │ ├── amendment-process.md │ │ ├── decentralized-identity.mdx │ │ ├── governance-extent.md │ │ ├── hierarchy-of-norms.md │ │ ├── introduction.md │ │ ├── rule-of-form.md │ │ ├── sources.md │ │ └── verifiable-claims.mdx │ ├── ontology │ │ ├── _category_.json │ │ ├── axone-ontology.md │ │ ├── the-power-of-ontologies.md │ │ └── what-are-ontologies.md │ └── overview.mdx ├── connectors │ ├── _category_.json │ ├── connectors.mdx │ └── storage.mdx ├── contribute │ ├── _category_.json │ └── contribute.mdx ├── faq │ ├── _category_.json │ └── faq.md ├── getting-started │ ├── _category_.json │ └── core-concepts │ │ ├── _category_.json │ │ ├── ai-factory.mdx │ │ ├── protocol-concepts.md │ │ ├── resources.mdx │ │ ├── rules.mdx │ │ ├── who-is-it-for.mdx │ │ └── workflows.mdx ├── index.mdx ├── nodes │ ├── _category_.json │ └── installation.md ├── tutorials │ ├── _category_.json │ ├── cli-1.mdx │ ├── explorer-sc.md │ ├── keplr-1.mdx │ └── prolog-1.mdx └── whitepaper │ ├── _category_.json │ ├── abstract.md │ ├── architecture.mdx │ ├── axone-protocol.md │ ├── introduction.md │ ├── protocol-economy.md │ ├── token-model.mdx │ └── token-model.tsx ├── docusaurus.config.js ├── i18n ├── en │ └── code.json └── fr │ └── code.json ├── modules ├── logic.md ├── mint.md └── vesting.md ├── modules_versioned_docs ├── version-v10.0.0 │ ├── logic.md │ ├── mint.md │ └── vesting.md ├── version-v11.0.0 │ ├── logic.md │ ├── mint.md │ └── vesting.md └── version-v11.0.1 │ ├── logic.md │ ├── mint.md │ └── vesting.md ├── modules_versioned_sidebars ├── version-v10.0.0-sidebars.json ├── version-v11.0.0-sidebars.json └── version-v11.0.1-sidebars.json ├── modules_versions.json ├── ontology └── schemas │ ├── credential-dataset-description.md │ ├── credential-digital-resource-publication.md │ ├── credential-digital-resource-rights.md │ ├── credential-digital-service-authentication.md │ ├── credential-digital-service-description.md │ ├── credential-governance-declaration.md │ ├── credential-orchestration-service-execution-order.md │ ├── credential-orchestration-service-execution.md │ ├── credential-proof-participation.md │ ├── credential-zone-description.md │ └── credential-zone-membership.md ├── ontology_versioned_docs └── version-v4.0.0 │ └── schemas │ ├── credential-dataset-description.md │ ├── credential-digital-resource-publication.md │ ├── credential-digital-resource-rights.md │ ├── credential-digital-service-authentication.md │ ├── credential-digital-service-description.md │ ├── credential-governance-text.md │ ├── credential-orchestration-service-execution-order.md │ ├── credential-orchestration-service-execution.md │ └── credential-zone-description.md ├── ontology_versioned_sidebars └── version-v4.0.0-sidebars.json ├── ontology_versions.json ├── package.json ├── predicates ├── abolish_1.md ├── asserta_1.md ├── assertz_1.md ├── atomic_list_concat_2.md ├── atomic_list_concat_3.md ├── bank_balances_2.md ├── bank_locked_balances_2.md ├── bank_spendable_balances_2.md ├── base64_2.md ├── base64_encoded_3.md ├── base64_url_2.md ├── bech32_address_2.md ├── block_header_1.md ├── block_height_1.md ├── block_time_1.md ├── chain_id_1.md ├── consult_1.md ├── crypto_data_hash_3.md ├── current_output_1.md ├── did_components_2.md ├── ecdsa_verify_4.md ├── eddsa_verify_4.md ├── hex_bytes_2.md ├── json_prolog_2.md ├── json_read_2.md ├── json_write_2.md ├── open_3.md ├── open_4.md ├── read_string_3.md ├── read_term_3.md ├── retract_1.md ├── source_file_1.md ├── string_bytes_3.md ├── term_to_atom_2.md ├── uri_encoded_3.md └── write_term_3.md ├── predicates_versioned_docs ├── version-v10.0.0 │ ├── bank_balances_2.md │ ├── bank_locked_balances_2.md │ ├── bank_spendable_balances_2.md │ ├── bech32_address_2.md │ ├── block_height_1.md │ ├── block_time_1.md │ ├── chain_id_1.md │ ├── consult_1.md │ ├── crypto_data_hash_3.md │ ├── current_output_1.md │ ├── did_components_2.md │ ├── ecdsa_verify_4.md │ ├── eddsa_verify_4.md │ ├── hex_bytes_2.md │ ├── json_prolog_2.md │ ├── open_3.md │ ├── open_4.md │ ├── read_string_3.md │ ├── source_file_1.md │ ├── string_bytes_3.md │ └── uri_encoded_3.md ├── version-v11.0.0 │ ├── abolish_1.md │ ├── asserta_1.md │ ├── assertz_1.md │ ├── atomic_list_concat_2.md │ ├── atomic_list_concat_3.md │ ├── bank_balances_2.md │ ├── bank_locked_balances_2.md │ ├── bank_spendable_balances_2.md │ ├── bech32_address_2.md │ ├── block_header_1.md │ ├── block_height_1.md │ ├── block_time_1.md │ ├── chain_id_1.md │ ├── consult_1.md │ ├── crypto_data_hash_3.md │ ├── current_output_1.md │ ├── did_components_2.md │ ├── ecdsa_verify_4.md │ ├── eddsa_verify_4.md │ ├── hex_bytes_2.md │ ├── json_prolog_2.md │ ├── json_read_2.md │ ├── json_write_2.md │ ├── open_3.md │ ├── open_4.md │ ├── read_string_3.md │ ├── read_term_3.md │ ├── retract_1.md │ ├── source_file_1.md │ ├── string_bytes_3.md │ ├── term_to_atom_2.md │ ├── uri_encoded_3.md │ └── write_term_3.md └── version-v11.0.1 │ ├── abolish_1.md │ ├── asserta_1.md │ ├── assertz_1.md │ ├── atomic_list_concat_2.md │ ├── atomic_list_concat_3.md │ ├── bank_balances_2.md │ ├── bank_locked_balances_2.md │ ├── bank_spendable_balances_2.md │ ├── bech32_address_2.md │ ├── block_header_1.md │ ├── block_height_1.md │ ├── block_time_1.md │ ├── chain_id_1.md │ ├── consult_1.md │ ├── crypto_data_hash_3.md │ ├── current_output_1.md │ ├── did_components_2.md │ ├── ecdsa_verify_4.md │ ├── eddsa_verify_4.md │ ├── hex_bytes_2.md │ ├── json_prolog_2.md │ ├── json_read_2.md │ ├── json_write_2.md │ ├── open_3.md │ ├── open_4.md │ ├── read_string_3.md │ ├── read_term_3.md │ ├── retract_1.md │ ├── source_file_1.md │ ├── string_bytes_3.md │ ├── term_to_atom_2.md │ ├── uri_encoded_3.md │ └── write_term_3.md ├── predicates_versioned_sidebars ├── version-v10.0.0-sidebars.json ├── version-v11.0.0-sidebars.json └── version-v11.0.1-sidebars.json ├── predicates_versions.json ├── screenshot.webp ├── sidebars.js ├── src ├── components │ └── .keepme ├── example │ └── config │ │ ├── app.toml │ │ ├── client.toml │ │ └── config.toml ├── graphs │ └── index.js ├── pages │ └── .keepme ├── scss │ ├── animation.scss │ ├── card.scss │ ├── community.scss │ ├── custom.scss │ └── main.scss └── theme │ └── NavbarItem │ └── DocsVersionDropdownNavbarItem.js ├── static ├── .nojekyll ├── fonts │ ├── Helvetica │ │ ├── HelveticaNeueBlack.otf │ │ ├── HelveticaNeueBlackItalic.otf │ │ ├── HelveticaNeueBold.otf │ │ ├── HelveticaNeueBoldItalic.otf │ │ ├── HelveticaNeueHeavy.otf │ │ ├── HelveticaNeueHeavyItalic.otf │ │ ├── HelveticaNeueItalic.ttf │ │ ├── HelveticaNeueLight.otf │ │ ├── HelveticaNeueLightItalic.otf │ │ ├── HelveticaNeueMedium.otf │ │ ├── HelveticaNeueMediumItalic.otf │ │ ├── HelveticaNeueRoman.otf │ │ ├── HelveticaNeueThin.otf │ │ ├── HelveticaNeueThinItalic.otf │ │ ├── HelveticaNeueUltraLight.otf │ │ └── HelveticaNeueUltraLightItalic.otf │ └── VanguardCF │ │ └── VanguardCF-Bold.otf ├── img │ ├── content │ │ ├── core-concepts │ │ │ ├── ai-factory-1.webp │ │ │ ├── ai-factory-3.webp │ │ │ ├── ai-factory-4.webp │ │ │ ├── ai-factory-5.webp │ │ │ ├── protocol-concept-1.webp │ │ │ ├── resources-1.webp │ │ │ ├── resources-2.webp │ │ │ ├── resources-3.webp │ │ │ ├── rules-1.webp │ │ │ ├── rules-2.webp │ │ │ ├── workflows-1.webp │ │ │ ├── workflows-2.webp │ │ │ └── workflows-3.webp │ │ ├── technical-documentation │ │ │ ├── decentralized-identity-1.webp │ │ │ ├── decentralized-identity-2.webp │ │ │ ├── decentralized-identity-3.webp │ │ │ ├── governance-hierarchy-of-norms.webp │ │ │ ├── ontology-construction-process.webp │ │ │ ├── ontology_equation.webp │ │ │ ├── semantic-stack.webp │ │ │ ├── verifiable-claims-1.webp │ │ │ ├── verifiable-claims-2.webp │ │ │ ├── verifiable-claims-3.webp │ │ │ └── verifiable-claims-4.webp │ │ ├── tutorials │ │ │ ├── cli.webp │ │ │ ├── explorer-0.webp │ │ │ ├── explorer-1.webp │ │ │ ├── explorer-2.webp │ │ │ ├── explorer-3.webp │ │ │ ├── explorer-4.webp │ │ │ ├── explorer-5.webp │ │ │ ├── explorer-6.webp │ │ │ ├── explorer-7.webp │ │ │ ├── explorer-8.webp │ │ │ ├── explorer-9.webp │ │ │ ├── explorermaj-1.webp │ │ │ ├── keplr-0.webp │ │ │ ├── keplr-1.webp │ │ │ ├── keplr-10.webp │ │ │ ├── keplr-11.webp │ │ │ ├── keplr-12.webp │ │ │ ├── keplr-13.webp │ │ │ ├── keplr-2.webp │ │ │ ├── keplr-3.webp │ │ │ ├── keplr-4.webp │ │ │ ├── keplr-5.webp │ │ │ ├── keplr-7.webp │ │ │ ├── keplr-8.webp │ │ │ ├── keplr-9.webp │ │ │ ├── ontology-1.webp │ │ │ └── prolog.webp │ │ └── whitepaper │ │ │ ├── arch-3pillars.webp │ │ │ ├── arch-basic.webp │ │ │ ├── arch-overview.webp │ │ │ ├── intro-1-knowledge.webp │ │ │ ├── intro-2-balance.webp │ │ │ ├── intro-3-silot.webp │ │ │ ├── intro-4-solution.webp │ │ │ ├── intro-5-connect.webp │ │ │ ├── intro-6.webp │ │ │ ├── solution-1.webp │ │ │ ├── solution-2.webp │ │ │ ├── solution-3.webp │ │ │ ├── solution-4.webp │ │ │ ├── solution-5.webp │ │ │ ├── solution-6.webp │ │ │ ├── solution-7.webp │ │ │ ├── solution-8.webp │ │ │ └── solution-9.webp │ ├── favicon.ico │ ├── grain.webp │ ├── logo-axone-dark.webp │ ├── logo-axone-light.webp │ └── socials │ │ ├── discord.inline.svg │ │ ├── github.inline.svg │ │ ├── linkedin.inline.svg │ │ ├── logo-axone-round.svg │ │ ├── medium.inline.svg │ │ ├── telegram.inline.svg │ │ └── twitter.inline.svg └── js │ ├── matomo.js │ └── redirect.js ├── vercel.json └── yarn.lock /.coderabbit.yaml: -------------------------------------------------------------------------------- 1 | reviews: 2 | path_filters: 3 | - "!modules/**/*.md" 4 | - "!modules_versioned_docs/**/*.md" 5 | - "!predicates/**/*.md" 6 | - "!predicates_versioned_docs/**/*.md" 7 | - "!commands/**/*.md" 8 | - "!commands_versioned_docs/**/*.md" 9 | - "!contracts/**/*.md" 10 | - "!contracts_versioned_docs/**/*.md" 11 | - "!ontology/**/*.md" 12 | - "!ontology_versioned_docs/**/*.md" 13 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | indent_style = space 5 | indent_size = 4 6 | insert_final_newline = true 7 | trim_trailing_whitespace = true 8 | end_of_line = lf 9 | charset = utf-8 10 | 11 | [*.{md,mdx}] 12 | trim_trailing_whitespace = false 13 | indent_size = 2 14 | 15 | [*.{yml,yaml}] 16 | trim_trailing_whitespace = false 17 | indent_size = 2 18 | 19 | [*.json] 20 | trim_trailing_whitespace = false 21 | indent_size = 2 22 | 23 | [*.scss] 24 | trim_trailing_whitespace = false 25 | indent_size = 2 26 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: github-actions 4 | directory: / 5 | schedule: 6 | interval: weekly 7 | reviewers: 8 | - amimart 9 | - ccamel 10 | assignees: 11 | - amimart 12 | - ccamel 13 | open-pull-requests-limit: 5 14 | - package-ecosystem: npm 15 | directory: / 16 | schedule: 17 | interval: weekly 18 | reviewers: 19 | - amimart 20 | - ccamel 21 | assignees: 22 | - amimart 23 | - ccamel 24 | open-pull-requests-limit: 5 25 | -------------------------------------------------------------------------------- /.github/workflows/add-to-project.yml: -------------------------------------------------------------------------------- 1 | name: Add to project 2 | 3 | on: 4 | issues: 5 | types: 6 | - opened 7 | 8 | jobs: 9 | add-to-project: 10 | name: Add issue to project 11 | runs-on: ubuntu-latest 12 | steps: 13 | - uses: actions/add-to-project@v1.0.2 14 | with: 15 | project-url: https://github.com/orgs/axone-protocol/projects/2 16 | github-token: ${{ secrets.OPS_TOKEN }} 17 | -------------------------------------------------------------------------------- /.github/workflows/auto-merge.yml: -------------------------------------------------------------------------------- 1 | name: Auto merge 2 | 3 | on: 4 | pull_request: 5 | branches: [main] 6 | 7 | jobs: 8 | auto-merge-dependabot: 9 | runs-on: ubuntu-22.04 10 | if: github.actor == 'dependabot[bot]' 11 | steps: 12 | - name: Auto merge PR 13 | uses: ahmadnassri/action-dependabot-auto-merge@v2 14 | with: 15 | target: minor 16 | github-token: ${{ secrets.OPS_TOKEN }} 17 | -------------------------------------------------------------------------------- /.github/workflows/follow-contributor.yml: -------------------------------------------------------------------------------- 1 | name: Follow contributor 2 | 3 | on: 4 | pull_request: 5 | branches: [main] 6 | 7 | jobs: 8 | follow-user: 9 | runs-on: ubuntu-22.04 10 | steps: 11 | - name: Follow user 12 | uses: okp4/follow-contributor-action@v1.1.0 13 | with: 14 | username: ${{ github.event.pull_request.user.login }} 15 | token: ${{ secrets.OPS_TOKEN }} 16 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Dependencies 2 | /node_modules 3 | 4 | # Production 5 | /build 6 | 7 | # Generated files 8 | .docusaurus 9 | .cache-loader 10 | 11 | # Misc 12 | .DS_Store 13 | .env.local 14 | .env.development.local 15 | .env.test.local 16 | .env.production.local 17 | .idea 18 | 19 | npm-debug.log* 20 | yarn-debug.log* 21 | yarn-error.log* 22 | 23 | # misc 24 | engine.bin 25 | -------------------------------------------------------------------------------- /.markdownlint.yaml: -------------------------------------------------------------------------------- 1 | line-length: false 2 | no-hard-tabs: false 3 | no-inline-html: false 4 | no-emphasis-as-header: false 5 | no-duplicate-header: false 6 | ol-prefix: false 7 | no-emphasis-as-heading: false 8 | -------------------------------------------------------------------------------- /.prettierrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | printWidth: 100, 3 | tabWidth: 2, 4 | semi: false, 5 | singleQuote: true, 6 | trailingComma: 'none', 7 | bracketSpacing: true, 8 | jsxBracketSameLine: false, 9 | arrowParens: 'avoid', 10 | proseWrap: 'preserve', 11 | jsxSingleQuote: false, 12 | useTabs: false, 13 | htmlWhitespaceSensitivity: 'css', 14 | endOfLine: 'auto', 15 | quoteProps: 'as-needed', 16 | overrides: [ 17 | { 18 | files: ['**/*.scss'], 19 | options: { 20 | singleQuote: false 21 | } 22 | } 23 | ] 24 | } 25 | -------------------------------------------------------------------------------- /.stylelintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": ["stylelint-config-standard", "stylelint-config-standard-scss"], 3 | "plugins": ["stylelint-scss"], 4 | "rules": { 5 | "indentation": 2, 6 | "color-hex-length": "long", 7 | "color-named": ["always-where-possible"], 8 | "max-nesting-depth": 6, 9 | "color-no-invalid-hex": true, 10 | "function-parentheses-space-inside": ["never-single-line"], 11 | "declaration-colon-newline-after": null, 12 | "selector-class-pattern": null 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /.yamllint.yaml: -------------------------------------------------------------------------------- 1 | extends: default 2 | rules: 3 | document-start: disable 4 | line-length: 5 | max: 160 6 | level: warning 7 | brackets: 8 | min-spaces-inside: 0 9 | max-spaces-inside: 1 10 | -------------------------------------------------------------------------------- /commands/axoned_comet_bootstrap-state.md: -------------------------------------------------------------------------------- 1 | ## axoned comet bootstrap-state 2 | 3 | Bootstrap CometBFT state at an arbitrary block height using a light client 4 | 5 | ``` 6 | axoned comet bootstrap-state [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --height int Block height to bootstrap state at, if not provided it uses the latest block height in app state 13 | -h, --help help for bootstrap-state 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 19 | -------------------------------------------------------------------------------- /commands/axoned_comet_reset-state.md: -------------------------------------------------------------------------------- 1 | ## axoned comet reset-state 2 | 3 | Remove all the data and WAL 4 | 5 | ``` 6 | axoned comet reset-state [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for reset-state 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands/axoned_comet_show-address.md: -------------------------------------------------------------------------------- 1 | ## axoned comet show-address 2 | 3 | Shows this node's CometBFT validator consensus address 4 | 5 | ``` 6 | axoned comet show-address [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for show-address 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands/axoned_comet_show-node-id.md: -------------------------------------------------------------------------------- 1 | ## axoned comet show-node-id 2 | 3 | Show this node's ID 4 | 5 | ``` 6 | axoned comet show-node-id [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for show-node-id 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands/axoned_comet_show-validator.md: -------------------------------------------------------------------------------- 1 | ## axoned comet show-validator 2 | 3 | Show this node's CometBFT validator info 4 | 5 | ``` 6 | axoned comet show-validator [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for show-validator 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands/axoned_comet_unsafe-reset-all.md: -------------------------------------------------------------------------------- 1 | ## axoned comet unsafe-reset-all 2 | 3 | (unsafe) Remove all the data and WAL, reset this node's validator to genesis state 4 | 5 | ``` 6 | axoned comet unsafe-reset-all [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for unsafe-reset-all 13 | --keep-addr-book keep the address book intact 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 19 | -------------------------------------------------------------------------------- /commands/axoned_comet_version.md: -------------------------------------------------------------------------------- 1 | ## axoned comet version 2 | 3 | Print CometBFT libraries' version 4 | 5 | ### Synopsis 6 | 7 | Print protocols' and libraries' version numbers against which this app has been compiled. 8 | 9 | ``` 10 | axoned comet version [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for version 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 22 | -------------------------------------------------------------------------------- /commands/axoned_config_diff.md: -------------------------------------------------------------------------------- 1 | ## axoned config diff 2 | 3 | Outputs all config values that are different from the app.toml defaults. 4 | 5 | ``` 6 | axoned config diff [target-version] [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for diff 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 18 | -------------------------------------------------------------------------------- /commands/axoned_config_get.md: -------------------------------------------------------------------------------- 1 | ## axoned config get 2 | 3 | Get an application config value 4 | 5 | ### Synopsis 6 | 7 | Get an application config value. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension. 8 | 9 | ``` 10 | axoned config get [config] [key] [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for get 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 22 | -------------------------------------------------------------------------------- /commands/axoned_config_home.md: -------------------------------------------------------------------------------- 1 | ## axoned config home 2 | 3 | Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone. 4 | 5 | ### Synopsis 6 | 7 | Outputs the folder used as the binary home. In order to change the home directory path, set the $APPD_HOME environment variable, or use the "--home" flag. 8 | 9 | ``` 10 | axoned config home [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for home 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 22 | -------------------------------------------------------------------------------- /commands/axoned_config_view.md: -------------------------------------------------------------------------------- 1 | ## axoned config view 2 | 3 | View the config file 4 | 5 | ### Synopsis 6 | 7 | View the config file. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension. 8 | 9 | ``` 10 | axoned config view [config] [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for view 17 | --output-format string Output format (json|toml) (default "toml") 18 | ``` 19 | 20 | ### SEE ALSO 21 | 22 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 23 | -------------------------------------------------------------------------------- /commands/axoned_credential.md: -------------------------------------------------------------------------------- 1 | ## axoned credential 2 | 3 | W3C Verifiable Credential 4 | 5 | ### Synopsis 6 | 7 | W3C Verifiable Credentials management commands. 8 | 9 | This command provides a set of sub-commands to manage W3C Verifiable Credentials, including signing and verification operations. 10 | 11 | ### Options 12 | 13 | ``` 14 | -h, --help help for credential 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned](axoned.md) - Axone - Orchestration Layer for AI 20 | * [axoned credential sign](axoned_credential_sign.md) - Sign a W3C Verifiable Credential provided as a file or stdin 21 | -------------------------------------------------------------------------------- /commands/axoned_debug_addr.md: -------------------------------------------------------------------------------- 1 | ## axoned debug addr 2 | 3 | Convert an address between hex and bech32 4 | 5 | ### Synopsis 6 | 7 | Convert an address between hex encoding and bech32. 8 | 9 | Example: 10 | $ axoned debug addr cosmos1e0jnq2sun3dzjh8p2xq95kk0expwmd7shwjpfg 11 | 12 | ``` 13 | axoned debug addr [address] [flags] 14 | ``` 15 | 16 | ### Options 17 | 18 | ``` 19 | -h, --help help for addr 20 | ``` 21 | 22 | ### SEE ALSO 23 | 24 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 25 | -------------------------------------------------------------------------------- /commands/axoned_debug_codec.md: -------------------------------------------------------------------------------- 1 | ## axoned debug codec 2 | 3 | Tool for helping with debugging your application codec 4 | 5 | ``` 6 | axoned debug codec [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for codec 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 18 | * [axoned debug codec list-implementations](axoned_debug_codec_list-implementations.md) - List the registered type URLs for the provided interface 19 | * [axoned debug codec list-interfaces](axoned_debug_codec_list-interfaces.md) - List all registered interface type URLs 20 | -------------------------------------------------------------------------------- /commands/axoned_debug_codec_list-implementations.md: -------------------------------------------------------------------------------- 1 | ## axoned debug codec list-implementations 2 | 3 | List the registered type URLs for the provided interface 4 | 5 | ### Synopsis 6 | 7 | List the registered type URLs that can be used for the provided interface name using the application codec 8 | 9 | ``` 10 | axoned debug codec list-implementations [interface] [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for list-implementations 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned debug codec](axoned_debug_codec.md) - Tool for helping with debugging your application codec 22 | -------------------------------------------------------------------------------- /commands/axoned_debug_codec_list-interfaces.md: -------------------------------------------------------------------------------- 1 | ## axoned debug codec list-interfaces 2 | 3 | List all registered interface type URLs 4 | 5 | ### Synopsis 6 | 7 | List all registered interface type URLs using the application codec 8 | 9 | ``` 10 | axoned debug codec list-interfaces [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for list-interfaces 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned debug codec](axoned_debug_codec.md) - Tool for helping with debugging your application codec 22 | -------------------------------------------------------------------------------- /commands/axoned_debug_prefixes.md: -------------------------------------------------------------------------------- 1 | ## axoned debug prefixes 2 | 3 | List prefixes used for Human-Readable Part (HRP) in Bech32 4 | 5 | ### Synopsis 6 | 7 | List prefixes used in Bech32 addresses. 8 | 9 | ``` 10 | axoned debug prefixes [flags] 11 | ``` 12 | 13 | ### Examples 14 | 15 | ``` 16 | $ axoned debug prefixes 17 | ``` 18 | 19 | ### Options 20 | 21 | ``` 22 | -h, --help help for prefixes 23 | ``` 24 | 25 | ### SEE ALSO 26 | 27 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 28 | -------------------------------------------------------------------------------- /commands/axoned_debug_pubkey.md: -------------------------------------------------------------------------------- 1 | ## axoned debug pubkey 2 | 3 | Decode a pubkey from proto JSON 4 | 5 | ### Synopsis 6 | 7 | Decode a pubkey from proto JSON and display it's address. 8 | 9 | Example: 10 | $ axoned debug pubkey '\{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"\}' 11 | 12 | ``` 13 | axoned debug pubkey [pubkey] [flags] 14 | ``` 15 | 16 | ### Options 17 | 18 | ``` 19 | -h, --help help for pubkey 20 | ``` 21 | 22 | ### SEE ALSO 23 | 24 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 25 | -------------------------------------------------------------------------------- /commands/axoned_debug_raw-bytes.md: -------------------------------------------------------------------------------- 1 | ## axoned debug raw-bytes 2 | 3 | Convert raw bytes output (eg. [10 21 13 255]) to hex 4 | 5 | ### Synopsis 6 | 7 | Convert raw-bytes to hex. 8 | 9 | ``` 10 | axoned debug raw-bytes [flags] 11 | ``` 12 | 13 | ### Examples 14 | 15 | ``` 16 | axoned debug raw-bytes '[72 101 108 108 111 44 32 112 108 97 121 103 114 111 117 110 100]' 17 | ``` 18 | 19 | ### Options 20 | 21 | ``` 22 | -h, --help help for raw-bytes 23 | ``` 24 | 25 | ### SEE ALSO 26 | 27 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 28 | -------------------------------------------------------------------------------- /commands/axoned_genesis_collect-gentxs.md: -------------------------------------------------------------------------------- 1 | ## axoned genesis collect-gentxs 2 | 3 | Collect genesis txs and output a genesis.json file 4 | 5 | ``` 6 | axoned genesis collect-gentxs [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/ 13 | -h, --help help for collect-gentxs 14 | --home string The application home directory (default "/home/john/.axoned") 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned genesis](axoned_genesis.md) - Application's genesis-related subcommands 20 | -------------------------------------------------------------------------------- /commands/axoned_genesis_validate.md: -------------------------------------------------------------------------------- 1 | ## axoned genesis validate 2 | 3 | Validates the genesis file at the default location or at the location passed as an arg 4 | 5 | ``` 6 | axoned genesis validate [file] [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for validate 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned genesis](axoned_genesis.md) - Application's genesis-related subcommands 18 | -------------------------------------------------------------------------------- /commands/axoned_query_authz.md: -------------------------------------------------------------------------------- 1 | ## axoned query authz 2 | 3 | Querying commands for the authz module 4 | 5 | ``` 6 | axoned query authz [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for authz 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query authz grants](axoned_query_authz_grants.md) - Query grants for a granter-grantee pair and optionally a msg-type-url 19 | * [axoned query authz grants-by-grantee](axoned_query_authz_grants-by-grantee.md) - Query authorization grants granted to a grantee 20 | * [axoned query authz grants-by-granter](axoned_query_authz_grants-by-granter.md) - Query authorization grants granted by granter 21 | -------------------------------------------------------------------------------- /commands/axoned_query_circuit.md: -------------------------------------------------------------------------------- 1 | ## axoned query circuit 2 | 3 | Querying commands for the circuit module 4 | 5 | ``` 6 | axoned query circuit [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for circuit 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query circuit account](axoned_query_circuit_account.md) - Query a specific account's permissions 19 | * [axoned query circuit accounts](axoned_query_circuit_accounts.md) - Query all account permissions 20 | * [axoned query circuit disabled-list](axoned_query_circuit_disabled-list.md) - Query a list of all disabled message types 21 | -------------------------------------------------------------------------------- /commands/axoned_query_consensus.md: -------------------------------------------------------------------------------- 1 | ## axoned query consensus 2 | 3 | Querying commands for the consensus module 4 | 5 | ``` 6 | axoned query consensus [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for consensus 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query consensus comet](axoned_query_consensus_comet.md) - Querying commands for the cosmos.base.tendermint.v1beta1.Service service 19 | * [axoned query consensus params](axoned_query_consensus_params.md) - Query the current consensus parameters 20 | -------------------------------------------------------------------------------- /commands/axoned_query_evidence.md: -------------------------------------------------------------------------------- 1 | ## axoned query evidence 2 | 3 | Querying commands for the evidence module 4 | 5 | ``` 6 | axoned query evidence [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for evidence 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query evidence evidence](axoned_query_evidence_evidence.md) - Query for evidence by hash 19 | * [axoned query evidence list](axoned_query_evidence_list.md) - Query all (paginated) submitted evidence 20 | -------------------------------------------------------------------------------- /commands/axoned_query_feegrant.md: -------------------------------------------------------------------------------- 1 | ## axoned query feegrant 2 | 3 | Querying commands for the feegrant module 4 | 5 | ``` 6 | axoned query feegrant [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for feegrant 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query feegrant grant](axoned_query_feegrant_grant.md) - Query details of a single grant 19 | * [axoned query feegrant grants-by-grantee](axoned_query_feegrant_grants-by-grantee.md) - Query all grants of a grantee 20 | * [axoned query feegrant grants-by-granter](axoned_query_feegrant_grants-by-granter.md) - Query all grants by a granter 21 | -------------------------------------------------------------------------------- /commands/axoned_query_ibc.md: -------------------------------------------------------------------------------- 1 | ## axoned query ibc 2 | 3 | Querying commands for the IBC module 4 | 5 | ``` 6 | axoned query ibc [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query ibc channel](axoned_query_ibc_channel.md) - IBC channel query subcommands 19 | * [axoned query ibc client](axoned_query_ibc_client.md) - IBC client query subcommands 20 | * [axoned query ibc connection](axoned_query_ibc_connection.md) - IBC connection query subcommands 21 | -------------------------------------------------------------------------------- /commands/axoned_query_interchain-accounts.md: -------------------------------------------------------------------------------- 1 | ## axoned query interchain-accounts 2 | 3 | IBC interchain accounts query subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for interchain-accounts 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned query](axoned_query.md) - Querying subcommands 14 | * [axoned query interchain-accounts controller](axoned_query_interchain-accounts_controller.md) - IBC interchain accounts controller query subcommands 15 | * [axoned query interchain-accounts host](axoned_query_interchain-accounts_host.md) - IBC interchain accounts host query subcommands 16 | -------------------------------------------------------------------------------- /commands/axoned_query_interchain-accounts_host.md: -------------------------------------------------------------------------------- 1 | ## axoned query interchain-accounts host 2 | 3 | IBC interchain accounts host query subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for host 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned query interchain-accounts](axoned_query_interchain-accounts.md) - IBC interchain accounts query subcommands 14 | * [axoned query interchain-accounts host packet-events](axoned_query_interchain-accounts_host_packet-events.md) - Query the interchain-accounts host submodule packet events 15 | * [axoned query interchain-accounts host params](axoned_query_interchain-accounts_host_params.md) - Query the current interchain-accounts host submodule parameters 16 | -------------------------------------------------------------------------------- /commands/axoned_query_logic.md: -------------------------------------------------------------------------------- 1 | ## axoned query logic 2 | 3 | Querying commands for the logic module 4 | 5 | ``` 6 | axoned query logic [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for logic 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query logic ask](axoned_query_logic_ask.md) - executes a logic query and returns the solutions found. 19 | * [axoned query logic params](axoned_query_logic_params.md) - shows the parameters of the module 20 | -------------------------------------------------------------------------------- /commands/axoned_query_mint.md: -------------------------------------------------------------------------------- 1 | ## axoned query mint 2 | 3 | Querying commands for the mint module 4 | 5 | ``` 6 | axoned query mint [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for mint 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query mint annual-provisions](axoned_query_mint_annual-provisions.md) - Execute the AnnualProvisions RPC method 19 | * [axoned query mint inflation](axoned_query_mint_inflation.md) - Execute the Inflation RPC method 20 | * [axoned query mint params](axoned_query_mint_params.md) - Execute the Params RPC method 21 | -------------------------------------------------------------------------------- /commands/axoned_query_params.md: -------------------------------------------------------------------------------- 1 | ## axoned query params 2 | 3 | Querying commands for the params module 4 | 5 | ``` 6 | axoned query params [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for params 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query params subspace](axoned_query_params_subspace.md) - Query for raw parameters by subspace and key 19 | * [axoned query params subspaces](axoned_query_params_subspaces.md) - Query for all registered subspaces and all keys for a subspace 20 | -------------------------------------------------------------------------------- /commands/axoned_query_slashing.md: -------------------------------------------------------------------------------- 1 | ## axoned query slashing 2 | 3 | Querying commands for the slashing module 4 | 5 | ``` 6 | axoned query slashing [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for slashing 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query slashing params](axoned_query_slashing_params.md) - Query the current slashing parameters 19 | * [axoned query slashing signing-info](axoned_query_slashing_signing-info.md) - Query a validator's signing information 20 | * [axoned query slashing signing-infos](axoned_query_slashing_signing-infos.md) - Query signing information of all validators 21 | -------------------------------------------------------------------------------- /commands/axoned_query_wasm_build-address.md: -------------------------------------------------------------------------------- 1 | ## axoned query wasm build-address 2 | 3 | build contract address 4 | 5 | ``` 6 | axoned query wasm build-address [code-hash] [creator-address] [salt-hex-encoded] [json_encoded_init_args (required when set as fixed)] [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --ascii ascii encoded salt 13 | --b64 base64 encoded salt 14 | -h, --help help for build-address 15 | --hex hex encoded salt 16 | ``` 17 | 18 | ### SEE ALSO 19 | 20 | * [axoned query wasm](axoned_query_wasm.md) - Querying commands for the wasm module 21 | -------------------------------------------------------------------------------- /commands/axoned_query_wasm_libwasmvm-version.md: -------------------------------------------------------------------------------- 1 | ## axoned query wasm libwasmvm-version 2 | 3 | Get libwasmvm version 4 | 5 | ### Synopsis 6 | 7 | Get libwasmvm version 8 | 9 | ``` 10 | axoned query wasm libwasmvm-version [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for libwasmvm-version 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned query wasm](axoned_query_wasm.md) - Querying commands for the wasm module 22 | -------------------------------------------------------------------------------- /commands/axoned_snapshots_delete.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots delete 2 | 3 | Delete a local snapshot 4 | 5 | ``` 6 | axoned snapshots delete [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for delete 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 18 | -------------------------------------------------------------------------------- /commands/axoned_snapshots_dump.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots dump 2 | 3 | Dump the snapshot as portable archive format 4 | 5 | ``` 6 | axoned snapshots dump [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for dump 13 | -o, --output string output file 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 19 | -------------------------------------------------------------------------------- /commands/axoned_snapshots_export.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots export 2 | 3 | Export app state to snapshot store 4 | 5 | ``` 6 | axoned snapshots export [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --height int Height to export, default to latest state height 13 | -h, --help help for export 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 19 | -------------------------------------------------------------------------------- /commands/axoned_snapshots_list.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots list 2 | 3 | List local snapshots 4 | 5 | ``` 6 | axoned snapshots list [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for list 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 18 | -------------------------------------------------------------------------------- /commands/axoned_snapshots_load.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots load 2 | 3 | Load a snapshot archive file (.tar.gz) into snapshot store 4 | 5 | ``` 6 | axoned snapshots load [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for load 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 18 | -------------------------------------------------------------------------------- /commands/axoned_snapshots_restore.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots restore 2 | 3 | Restore app state from local snapshot 4 | 5 | ### Synopsis 6 | 7 | Restore app state from local snapshot 8 | 9 | ``` 10 | axoned snapshots restore [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for restore 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 22 | -------------------------------------------------------------------------------- /commands/axoned_status.md: -------------------------------------------------------------------------------- 1 | ## axoned status 2 | 3 | Query remote node for status 4 | 5 | ``` 6 | axoned status [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for status 13 | -n, --node string Node to connect to (default "tcp://localhost:26657") 14 | -o, --output string Output format (text|json) (default "json") 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned](axoned.md) - Axone - Orchestration Layer for AI 20 | -------------------------------------------------------------------------------- /commands/axoned_tx_auth.md: -------------------------------------------------------------------------------- 1 | ## axoned tx auth 2 | 3 | Transactions commands for the auth module 4 | 5 | ``` 6 | axoned tx auth [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for auth 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | -------------------------------------------------------------------------------- /commands/axoned_tx_authz.md: -------------------------------------------------------------------------------- 1 | ## axoned tx authz 2 | 3 | Authorization transactions subcommands 4 | 5 | ### Synopsis 6 | 7 | Authorize and revoke access to execute transactions on behalf of your address 8 | 9 | ``` 10 | axoned tx authz [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for authz 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned tx](axoned_tx.md) - Transactions subcommands 22 | * [axoned tx authz exec](axoned_tx_authz_exec.md) - execute tx on behalf of granter account 23 | * [axoned tx authz grant](axoned_tx_authz_grant.md) - Grant authorization to an address 24 | * [axoned tx authz revoke](axoned_tx_authz_revoke.md) - revoke authorization 25 | -------------------------------------------------------------------------------- /commands/axoned_tx_bank.md: -------------------------------------------------------------------------------- 1 | ## axoned tx bank 2 | 3 | Bank transaction subcommands 4 | 5 | ``` 6 | axoned tx bank [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for bank 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx bank multi-send](axoned_tx_bank_multi-send.md) - Send funds from one account to two or more accounts. 19 | * [axoned tx bank send](axoned_tx_bank_send.md) - Send funds from one account to another. 20 | -------------------------------------------------------------------------------- /commands/axoned_tx_circuit.md: -------------------------------------------------------------------------------- 1 | ## axoned tx circuit 2 | 3 | Transactions commands for the circuit module 4 | 5 | ``` 6 | axoned tx circuit [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for circuit 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx circuit authorize](axoned_tx_circuit_authorize.md) - Authorize an account to trip the circuit breaker. 19 | * [axoned tx circuit disable](axoned_tx_circuit_disable.md) - Disable a message from being executed 20 | * [axoned tx circuit reset](axoned_tx_circuit_reset.md) - Enable a message to be executed 21 | -------------------------------------------------------------------------------- /commands/axoned_tx_consensus.md: -------------------------------------------------------------------------------- 1 | ## axoned tx consensus 2 | 3 | Transactions commands for the consensus module 4 | 5 | ``` 6 | axoned tx consensus [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for consensus 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | -------------------------------------------------------------------------------- /commands/axoned_tx_crisis.md: -------------------------------------------------------------------------------- 1 | ## axoned tx crisis 2 | 3 | Transactions commands for the crisis module 4 | 5 | ``` 6 | axoned tx crisis [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for crisis 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx crisis invariant-broken](axoned_tx_crisis_invariant-broken.md) - Submit proof that an invariant broken 19 | -------------------------------------------------------------------------------- /commands/axoned_tx_evidence.md: -------------------------------------------------------------------------------- 1 | ## axoned tx evidence 2 | 3 | Evidence transaction subcommands 4 | 5 | ``` 6 | axoned tx evidence [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for evidence 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | -------------------------------------------------------------------------------- /commands/axoned_tx_feegrant.md: -------------------------------------------------------------------------------- 1 | ## axoned tx feegrant 2 | 3 | Feegrant transactions sub-commands 4 | 5 | ### Synopsis 6 | 7 | Grant and revoke fee allowance for a grantee by a granter 8 | 9 | ``` 10 | axoned tx feegrant [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for feegrant 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned tx](axoned_tx.md) - Transactions subcommands 22 | * [axoned tx feegrant grant](axoned_tx_feegrant_grant.md) - Grant Fee allowance to an address 23 | * [axoned tx feegrant prune](axoned_tx_feegrant_prune.md) - Prune expired allowances 24 | * [axoned tx feegrant revoke](axoned_tx_feegrant_revoke.md) - Revoke a fee grant 25 | -------------------------------------------------------------------------------- /commands/axoned_tx_ibc-fee.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc-fee 2 | 3 | IBC relayer incentivization transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc-fee [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc-fee 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx ibc-fee pay-packet-fee](axoned_tx_ibc-fee_pay-packet-fee.md) - Pay a fee to incentivize an existing IBC packet 19 | * [axoned tx ibc-fee register-counterparty-payee](axoned_tx_ibc-fee_register-counterparty-payee.md) - Register a counterparty payee address on a given channel. 20 | * [axoned tx ibc-fee register-payee](axoned_tx_ibc-fee_register-payee.md) - Register a payee on a given channel. 21 | -------------------------------------------------------------------------------- /commands/axoned_tx_ibc-transfer.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc-transfer 2 | 3 | IBC fungible token transfer transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc-transfer [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc-transfer 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx ibc-transfer transfer](axoned_tx_ibc-transfer_transfer.md) - Transfer a fungible token through IBC 19 | -------------------------------------------------------------------------------- /commands/axoned_tx_ibc.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc 2 | 3 | IBC transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx ibc channel](axoned_tx_ibc_channel.md) - IBC channel transaction subcommands 19 | * [axoned tx ibc client](axoned_tx_ibc_client.md) - IBC client transaction subcommands 20 | -------------------------------------------------------------------------------- /commands/axoned_tx_ibc_channel.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc channel 2 | 3 | IBC channel transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc channel [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for channel 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx ibc](axoned_tx_ibc.md) - IBC transaction subcommands 18 | * [axoned tx ibc channel prune-acknowledgements](axoned_tx_ibc_channel_prune-acknowledgements.md) - Prune expired packet acknowledgements stored in IBC state 19 | * [axoned tx ibc channel upgrade-channels](axoned_tx_ibc_channel_upgrade-channels.md) - Upgrade IBC channels 20 | -------------------------------------------------------------------------------- /commands/axoned_tx_interchain-accounts.md: -------------------------------------------------------------------------------- 1 | ## axoned tx interchain-accounts 2 | 3 | IBC interchain accounts transaction subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for interchain-accounts 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned tx](axoned_tx.md) - Transactions subcommands 14 | * [axoned tx interchain-accounts controller](axoned_tx_interchain-accounts_controller.md) - IBC interchain accounts controller transaction subcommands 15 | * [axoned tx interchain-accounts host](axoned_tx_interchain-accounts_host.md) - IBC interchain accounts host transaction subcommands 16 | -------------------------------------------------------------------------------- /commands/axoned_tx_interchain-accounts_host.md: -------------------------------------------------------------------------------- 1 | ## axoned tx interchain-accounts host 2 | 3 | IBC interchain accounts host transaction subcommands 4 | 5 | ``` 6 | axoned tx interchain-accounts host [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for host 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx interchain-accounts](axoned_tx_interchain-accounts.md) - IBC interchain accounts transaction subcommands 18 | * [axoned tx interchain-accounts host generate-packet-data](axoned_tx_interchain-accounts_host_generate-packet-data.md) - Generates protobuf or proto3 JSON encoded ICA packet data. 19 | -------------------------------------------------------------------------------- /commands/axoned_tx_logic.md: -------------------------------------------------------------------------------- 1 | ## axoned tx logic 2 | 3 | Transactions commands for the logic module 4 | 5 | ``` 6 | axoned tx logic [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for logic 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx logic update-params](axoned_tx_logic_update-params.md) - Execute the UpdateParams RPC method 19 | -------------------------------------------------------------------------------- /commands/axoned_tx_mint.md: -------------------------------------------------------------------------------- 1 | ## axoned tx mint 2 | 3 | Transactions commands for the mint module 4 | 5 | ``` 6 | axoned tx mint [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for mint 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx mint update-params](axoned_tx_mint_update-params.md) - Execute the UpdateParams RPC method 19 | -------------------------------------------------------------------------------- /commands/axoned_tx_slashing.md: -------------------------------------------------------------------------------- 1 | ## axoned tx slashing 2 | 3 | Transactions commands for the slashing module 4 | 5 | ``` 6 | axoned tx slashing [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for slashing 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx slashing unjail](axoned_tx_slashing_unjail.md) - Unjail a jailed validator 19 | -------------------------------------------------------------------------------- /commands/axoned_tx_upgrade.md: -------------------------------------------------------------------------------- 1 | ## axoned tx upgrade 2 | 3 | Upgrade transaction subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for upgrade 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned tx](axoned_tx.md) - Transactions subcommands 14 | * [axoned tx upgrade cancel-software-upgrade](axoned_tx_upgrade_cancel-software-upgrade.md) - Cancel the current software upgrade proposal 15 | * [axoned tx upgrade software-upgrade](axoned_tx_upgrade_software-upgrade.md) - Submit a software upgrade proposal 16 | -------------------------------------------------------------------------------- /commands/axoned_tx_wasm_grant.md: -------------------------------------------------------------------------------- 1 | ## axoned tx wasm grant 2 | 3 | Grant a authz permission 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for grant 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned tx wasm](axoned_tx_wasm.md) - Wasm transaction subcommands 14 | * [axoned tx wasm grant contract](axoned_tx_wasm_grant_contract.md) - Grant authorization to interact with a contract on behalf of you 15 | * [axoned tx wasm grant store-code](axoned_tx_wasm_grant_store-code.md) - Grant authorization to upload contract code on behalf of you 16 | -------------------------------------------------------------------------------- /commands/axoned_version.md: -------------------------------------------------------------------------------- 1 | ## axoned version 2 | 3 | Print the application binary version information 4 | 5 | ``` 6 | axoned version [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for version 13 | --long Print long version information 14 | -o, --output string Output format (text|json) (default "text") 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned](axoned.md) - Axone - Orchestration Layer for AI 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_comet_bootstrap-state.md: -------------------------------------------------------------------------------- 1 | ## axoned comet bootstrap-state 2 | 3 | Bootstrap CometBFT state at an arbitrary block height using a light client 4 | 5 | ``` 6 | axoned comet bootstrap-state [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --height int Block height to bootstrap state at, if not provided it uses the latest block height in app state 13 | -h, --help help for bootstrap-state 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_comet_reset-state.md: -------------------------------------------------------------------------------- 1 | ## axoned comet reset-state 2 | 3 | Remove all the data and WAL 4 | 5 | ``` 6 | axoned comet reset-state [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for reset-state 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_comet_show-address.md: -------------------------------------------------------------------------------- 1 | ## axoned comet show-address 2 | 3 | Shows this node's CometBFT validator consensus address 4 | 5 | ``` 6 | axoned comet show-address [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for show-address 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_comet_show-node-id.md: -------------------------------------------------------------------------------- 1 | ## axoned comet show-node-id 2 | 3 | Show this node's ID 4 | 5 | ``` 6 | axoned comet show-node-id [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for show-node-id 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_comet_show-validator.md: -------------------------------------------------------------------------------- 1 | ## axoned comet show-validator 2 | 3 | Show this node's CometBFT validator info 4 | 5 | ``` 6 | axoned comet show-validator [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for show-validator 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_comet_unsafe-reset-all.md: -------------------------------------------------------------------------------- 1 | ## axoned comet unsafe-reset-all 2 | 3 | (unsafe) Remove all the data and WAL, reset this node's validator to genesis state 4 | 5 | ``` 6 | axoned comet unsafe-reset-all [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for unsafe-reset-all 13 | --keep-addr-book keep the address book intact 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_comet_version.md: -------------------------------------------------------------------------------- 1 | ## axoned comet version 2 | 3 | Print CometBFT libraries' version 4 | 5 | ### Synopsis 6 | 7 | Print protocols' and libraries' version numbers against which this app has been compiled. 8 | 9 | ``` 10 | axoned comet version [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for version 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_config_diff.md: -------------------------------------------------------------------------------- 1 | ## axoned config diff 2 | 3 | Outputs all config values that are different from the app.toml defaults. 4 | 5 | ``` 6 | axoned config diff [target-version] [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for diff 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_config_get.md: -------------------------------------------------------------------------------- 1 | ## axoned config get 2 | 3 | Get an application config value 4 | 5 | ### Synopsis 6 | 7 | Get an application config value. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension. 8 | 9 | ``` 10 | axoned config get [config] [key] [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for get 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_config_home.md: -------------------------------------------------------------------------------- 1 | ## axoned config home 2 | 3 | Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone. 4 | 5 | ### Synopsis 6 | 7 | Outputs the folder used as the binary home. In order to change the home directory path, set the $APPD_HOME environment variable, or use the "--home" flag. 8 | 9 | ``` 10 | axoned config home [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for home 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_config_view.md: -------------------------------------------------------------------------------- 1 | ## axoned config view 2 | 3 | View the config file 4 | 5 | ### Synopsis 6 | 7 | View the config file. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension. 8 | 9 | ``` 10 | axoned config view [config] [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for view 17 | --output-format string Output format (json|toml) (default "toml") 18 | ``` 19 | 20 | ### SEE ALSO 21 | 22 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 23 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_credential.md: -------------------------------------------------------------------------------- 1 | ## axoned credential 2 | 3 | W3C Verifiable Credential 4 | 5 | ### Synopsis 6 | 7 | W3C Verifiable Credentials management commands. 8 | 9 | This command provides a set of sub-commands to manage W3C Verifiable Credentials, including signing and verification operations. 10 | 11 | ### Options 12 | 13 | ``` 14 | -h, --help help for credential 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned](axoned.md) - Axone - Orchestration Layer for AI 20 | * [axoned credential sign](axoned_credential_sign.md) - Sign a W3C Verifiable Credential provided as a file or stdin 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_debug_addr.md: -------------------------------------------------------------------------------- 1 | ## axoned debug addr 2 | 3 | Convert an address between hex and bech32 4 | 5 | ### Synopsis 6 | 7 | Convert an address between hex encoding and bech32. 8 | 9 | Example: 10 | $ axoned debug addr cosmos1e0jnq2sun3dzjh8p2xq95kk0expwmd7shwjpfg 11 | 12 | ``` 13 | axoned debug addr [address] [flags] 14 | ``` 15 | 16 | ### Options 17 | 18 | ``` 19 | -h, --help help for addr 20 | ``` 21 | 22 | ### SEE ALSO 23 | 24 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_debug_codec.md: -------------------------------------------------------------------------------- 1 | ## axoned debug codec 2 | 3 | Tool for helping with debugging your application codec 4 | 5 | ``` 6 | axoned debug codec [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for codec 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 18 | * [axoned debug codec list-implementations](axoned_debug_codec_list-implementations.md) - List the registered type URLs for the provided interface 19 | * [axoned debug codec list-interfaces](axoned_debug_codec_list-interfaces.md) - List all registered interface type URLs 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_debug_codec_list-implementations.md: -------------------------------------------------------------------------------- 1 | ## axoned debug codec list-implementations 2 | 3 | List the registered type URLs for the provided interface 4 | 5 | ### Synopsis 6 | 7 | List the registered type URLs that can be used for the provided interface name using the application codec 8 | 9 | ``` 10 | axoned debug codec list-implementations [interface] [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for list-implementations 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned debug codec](axoned_debug_codec.md) - Tool for helping with debugging your application codec 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_debug_codec_list-interfaces.md: -------------------------------------------------------------------------------- 1 | ## axoned debug codec list-interfaces 2 | 3 | List all registered interface type URLs 4 | 5 | ### Synopsis 6 | 7 | List all registered interface type URLs using the application codec 8 | 9 | ``` 10 | axoned debug codec list-interfaces [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for list-interfaces 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned debug codec](axoned_debug_codec.md) - Tool for helping with debugging your application codec 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_debug_prefixes.md: -------------------------------------------------------------------------------- 1 | ## axoned debug prefixes 2 | 3 | List prefixes used for Human-Readable Part (HRP) in Bech32 4 | 5 | ### Synopsis 6 | 7 | List prefixes used in Bech32 addresses. 8 | 9 | ``` 10 | axoned debug prefixes [flags] 11 | ``` 12 | 13 | ### Examples 14 | 15 | ``` 16 | $ axoned debug prefixes 17 | ``` 18 | 19 | ### Options 20 | 21 | ``` 22 | -h, --help help for prefixes 23 | ``` 24 | 25 | ### SEE ALSO 26 | 27 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 28 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_debug_pubkey.md: -------------------------------------------------------------------------------- 1 | ## axoned debug pubkey 2 | 3 | Decode a pubkey from proto JSON 4 | 5 | ### Synopsis 6 | 7 | Decode a pubkey from proto JSON and display it's address. 8 | 9 | Example: 10 | $ axoned debug pubkey '\{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"\}' 11 | 12 | ``` 13 | axoned debug pubkey [pubkey] [flags] 14 | ``` 15 | 16 | ### Options 17 | 18 | ``` 19 | -h, --help help for pubkey 20 | ``` 21 | 22 | ### SEE ALSO 23 | 24 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_debug_raw-bytes.md: -------------------------------------------------------------------------------- 1 | ## axoned debug raw-bytes 2 | 3 | Convert raw bytes output (eg. [10 21 13 255]) to hex 4 | 5 | ### Synopsis 6 | 7 | Convert raw-bytes to hex. 8 | 9 | Example: 10 | $ axoned debug raw-bytes [72 101 108 108 111 44 32 112 108 97 121 103 114 111 117 110 100] 11 | 12 | ``` 13 | axoned debug raw-bytes [raw-bytes] [flags] 14 | ``` 15 | 16 | ### Options 17 | 18 | ``` 19 | -h, --help help for raw-bytes 20 | ``` 21 | 22 | ### SEE ALSO 23 | 24 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_genesis_collect-gentxs.md: -------------------------------------------------------------------------------- 1 | ## axoned genesis collect-gentxs 2 | 3 | Collect genesis txs and output a genesis.json file 4 | 5 | ``` 6 | axoned genesis collect-gentxs [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/ 13 | -h, --help help for collect-gentxs 14 | --home string The application home directory (default "/home/john/.axoned") 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned genesis](axoned_genesis.md) - Application's genesis-related subcommands 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_genesis_validate.md: -------------------------------------------------------------------------------- 1 | ## axoned genesis validate 2 | 3 | Validates the genesis file at the default location or at the location passed as an arg 4 | 5 | ``` 6 | axoned genesis validate [file] [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for validate 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned genesis](axoned_genesis.md) - Application's genesis-related subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_query_circuit.md: -------------------------------------------------------------------------------- 1 | ## axoned query circuit 2 | 3 | Querying commands for the circuit module 4 | 5 | ``` 6 | axoned query circuit [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for circuit 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query circuit account](axoned_query_circuit_account.md) - Query a specific account's permissions 19 | * [axoned query circuit accounts](axoned_query_circuit_accounts.md) - Query all account permissions 20 | * [axoned query circuit disabled-list](axoned_query_circuit_disabled-list.md) - Query a list of all disabled message types 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_query_consensus.md: -------------------------------------------------------------------------------- 1 | ## axoned query consensus 2 | 3 | Querying commands for the consensus module 4 | 5 | ``` 6 | axoned query consensus [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for consensus 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query consensus comet](axoned_query_consensus_comet.md) - Querying commands for the cosmos.base.tendermint.v1beta1.Service service 19 | * [axoned query consensus params](axoned_query_consensus_params.md) - Query the current consensus parameters 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_query_evidence.md: -------------------------------------------------------------------------------- 1 | ## axoned query evidence 2 | 3 | Querying commands for the evidence module 4 | 5 | ``` 6 | axoned query evidence [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for evidence 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query evidence evidence](axoned_query_evidence_evidence.md) - Query for evidence by hash 19 | * [axoned query evidence list](axoned_query_evidence_list.md) - Query all (paginated) submitted evidence 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_query_feegrant.md: -------------------------------------------------------------------------------- 1 | ## axoned query feegrant 2 | 3 | Querying commands for the feegrant module 4 | 5 | ``` 6 | axoned query feegrant [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for feegrant 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query feegrant grant](axoned_query_feegrant_grant.md) - Query details of a single grant 19 | * [axoned query feegrant grants-by-grantee](axoned_query_feegrant_grants-by-grantee.md) - Query all grants of a grantee 20 | * [axoned query feegrant grants-by-granter](axoned_query_feegrant_grants-by-granter.md) - Query all grants by a granter 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_query_ibc.md: -------------------------------------------------------------------------------- 1 | ## axoned query ibc 2 | 3 | Querying commands for the IBC module 4 | 5 | ``` 6 | axoned query ibc [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query ibc channel](axoned_query_ibc_channel.md) - IBC channel query subcommands 19 | * [axoned query ibc client](axoned_query_ibc_client.md) - IBC client query subcommands 20 | * [axoned query ibc connection](axoned_query_ibc_connection.md) - IBC connection query subcommands 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_query_interchain-accounts.md: -------------------------------------------------------------------------------- 1 | ## axoned query interchain-accounts 2 | 3 | IBC interchain accounts query subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for interchain-accounts 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned query](axoned_query.md) - Querying subcommands 14 | * [axoned query interchain-accounts controller](axoned_query_interchain-accounts_controller.md) - IBC interchain accounts controller query subcommands 15 | * [axoned query interchain-accounts host](axoned_query_interchain-accounts_host.md) - IBC interchain accounts host query subcommands 16 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_query_logic.md: -------------------------------------------------------------------------------- 1 | ## axoned query logic 2 | 3 | Querying commands for the logic module 4 | 5 | ``` 6 | axoned query logic [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for logic 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query logic ask](axoned_query_logic_ask.md) - executes a logic query and returns the solutions found. 19 | * [axoned query logic params](axoned_query_logic_params.md) - shows the parameters of the module 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_query_mint.md: -------------------------------------------------------------------------------- 1 | ## axoned query mint 2 | 3 | Querying commands for the mint module 4 | 5 | ``` 6 | axoned query mint [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for mint 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query mint annual-provisions](axoned_query_mint_annual-provisions.md) - Execute the AnnualProvisions RPC method 19 | * [axoned query mint inflation](axoned_query_mint_inflation.md) - Execute the Inflation RPC method 20 | * [axoned query mint params](axoned_query_mint_params.md) - Execute the Params RPC method 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_query_params.md: -------------------------------------------------------------------------------- 1 | ## axoned query params 2 | 3 | Querying commands for the params module 4 | 5 | ``` 6 | axoned query params [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for params 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query params subspace](axoned_query_params_subspace.md) - Query for raw parameters by subspace and key 19 | * [axoned query params subspaces](axoned_query_params_subspaces.md) - Query for all registered subspaces and all keys for a subspace 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_query_slashing.md: -------------------------------------------------------------------------------- 1 | ## axoned query slashing 2 | 3 | Querying commands for the slashing module 4 | 5 | ``` 6 | axoned query slashing [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for slashing 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query slashing params](axoned_query_slashing_params.md) - Query the current slashing parameters 19 | * [axoned query slashing signing-info](axoned_query_slashing_signing-info.md) - Query a validator's signing information 20 | * [axoned query slashing signing-infos](axoned_query_slashing_signing-infos.md) - Query signing information of all validators 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_query_wasm_build-address.md: -------------------------------------------------------------------------------- 1 | ## axoned query wasm build-address 2 | 3 | build contract address 4 | 5 | ``` 6 | axoned query wasm build-address [code-hash] [creator-address] [salt-hex-encoded] [json_encoded_init_args (required when set as fixed)] [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --ascii ascii encoded salt 13 | --b64 base64 encoded salt 14 | -h, --help help for build-address 15 | --hex hex encoded salt 16 | ``` 17 | 18 | ### SEE ALSO 19 | 20 | * [axoned query wasm](axoned_query_wasm.md) - Querying commands for the wasm module 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_query_wasm_libwasmvm-version.md: -------------------------------------------------------------------------------- 1 | ## axoned query wasm libwasmvm-version 2 | 3 | Get libwasmvm version 4 | 5 | ### Synopsis 6 | 7 | Get libwasmvm version 8 | 9 | ``` 10 | axoned query wasm libwasmvm-version [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for libwasmvm-version 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned query wasm](axoned_query_wasm.md) - Querying commands for the wasm module 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_snapshots_delete.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots delete 2 | 3 | Delete a local snapshot 4 | 5 | ``` 6 | axoned snapshots delete [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for delete 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_snapshots_dump.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots dump 2 | 3 | Dump the snapshot as portable archive format 4 | 5 | ``` 6 | axoned snapshots dump [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for dump 13 | -o, --output string output file 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_snapshots_export.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots export 2 | 3 | Export app state to snapshot store 4 | 5 | ``` 6 | axoned snapshots export [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --height int Height to export, default to latest state height 13 | -h, --help help for export 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_snapshots_list.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots list 2 | 3 | List local snapshots 4 | 5 | ``` 6 | axoned snapshots list [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for list 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_snapshots_load.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots load 2 | 3 | Load a snapshot archive file (.tar.gz) into snapshot store 4 | 5 | ``` 6 | axoned snapshots load [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for load 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_snapshots_restore.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots restore 2 | 3 | Restore app state from local snapshot 4 | 5 | ### Synopsis 6 | 7 | Restore app state from local snapshot 8 | 9 | ``` 10 | axoned snapshots restore [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for restore 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_status.md: -------------------------------------------------------------------------------- 1 | ## axoned status 2 | 3 | Query remote node for status 4 | 5 | ``` 6 | axoned status [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for status 13 | -n, --node string Node to connect to (default "tcp://localhost:26657") 14 | -o, --output string Output format (text|json) (default "json") 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned](axoned.md) - Axone - Orchestration Layer for AI 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_auth.md: -------------------------------------------------------------------------------- 1 | ## axoned tx auth 2 | 3 | Transactions commands for the auth module 4 | 5 | ``` 6 | axoned tx auth [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for auth 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_authz.md: -------------------------------------------------------------------------------- 1 | ## axoned tx authz 2 | 3 | Authorization transactions subcommands 4 | 5 | ### Synopsis 6 | 7 | Authorize and revoke access to execute transactions on behalf of your address 8 | 9 | ``` 10 | axoned tx authz [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for authz 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned tx](axoned_tx.md) - Transactions subcommands 22 | * [axoned tx authz exec](axoned_tx_authz_exec.md) - execute tx on behalf of granter account 23 | * [axoned tx authz grant](axoned_tx_authz_grant.md) - Grant authorization to an address 24 | * [axoned tx authz revoke](axoned_tx_authz_revoke.md) - revoke authorization 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_bank.md: -------------------------------------------------------------------------------- 1 | ## axoned tx bank 2 | 3 | Bank transaction subcommands 4 | 5 | ``` 6 | axoned tx bank [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for bank 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx bank multi-send](axoned_tx_bank_multi-send.md) - Send funds from one account to two or more accounts. 19 | * [axoned tx bank send](axoned_tx_bank_send.md) - Send funds from one account to another. 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_circuit.md: -------------------------------------------------------------------------------- 1 | ## axoned tx circuit 2 | 3 | Transactions commands for the circuit module 4 | 5 | ``` 6 | axoned tx circuit [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for circuit 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx circuit authorize](axoned_tx_circuit_authorize.md) - Authorize an account to trip the circuit breaker. 19 | * [axoned tx circuit disable](axoned_tx_circuit_disable.md) - Disable a message from being executed 20 | * [axoned tx circuit reset](axoned_tx_circuit_reset.md) - Enable a message to be executed 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_consensus.md: -------------------------------------------------------------------------------- 1 | ## axoned tx consensus 2 | 3 | Transactions commands for the consensus module 4 | 5 | ``` 6 | axoned tx consensus [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for consensus 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_crisis.md: -------------------------------------------------------------------------------- 1 | ## axoned tx crisis 2 | 3 | Transactions commands for the crisis module 4 | 5 | ``` 6 | axoned tx crisis [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for crisis 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx crisis invariant-broken](axoned_tx_crisis_invariant-broken.md) - Submit proof that an invariant broken 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_evidence.md: -------------------------------------------------------------------------------- 1 | ## axoned tx evidence 2 | 3 | Evidence transaction subcommands 4 | 5 | ``` 6 | axoned tx evidence [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for evidence 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_feegrant.md: -------------------------------------------------------------------------------- 1 | ## axoned tx feegrant 2 | 3 | Feegrant transactions sub-commands 4 | 5 | ### Synopsis 6 | 7 | Grant and revoke fee allowance for a grantee by a granter 8 | 9 | ``` 10 | axoned tx feegrant [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for feegrant 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned tx](axoned_tx.md) - Transactions subcommands 22 | * [axoned tx feegrant grant](axoned_tx_feegrant_grant.md) - Grant Fee allowance to an address 23 | * [axoned tx feegrant prune](axoned_tx_feegrant_prune.md) - Prune expired allowances 24 | * [axoned tx feegrant revoke](axoned_tx_feegrant_revoke.md) - Revoke a fee grant 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_ibc-transfer.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc-transfer 2 | 3 | IBC fungible token transfer transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc-transfer [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc-transfer 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx ibc-transfer transfer](axoned_tx_ibc-transfer_transfer.md) - Transfer a fungible token through IBC 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_ibc.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc 2 | 3 | IBC transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx ibc channel](axoned_tx_ibc_channel.md) - IBC channel transaction subcommands 19 | * [axoned tx ibc client](axoned_tx_ibc_client.md) - IBC client transaction subcommands 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_ibc_channel.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc channel 2 | 3 | IBC channel transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc channel [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for channel 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx ibc](axoned_tx_ibc.md) - IBC transaction subcommands 18 | * [axoned tx ibc channel prune-acknowledgements](axoned_tx_ibc_channel_prune-acknowledgements.md) - Prune expired packet acknowledgements stored in IBC state 19 | * [axoned tx ibc channel upgrade-channels](axoned_tx_ibc_channel_upgrade-channels.md) - Upgrade IBC channels 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_interchain-accounts.md: -------------------------------------------------------------------------------- 1 | ## axoned tx interchain-accounts 2 | 3 | IBC interchain accounts transaction subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for interchain-accounts 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned tx](axoned_tx.md) - Transactions subcommands 14 | * [axoned tx interchain-accounts controller](axoned_tx_interchain-accounts_controller.md) - IBC interchain accounts controller transaction subcommands 15 | * [axoned tx interchain-accounts host](axoned_tx_interchain-accounts_host.md) - IBC interchain accounts host transaction subcommands 16 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_interchain-accounts_host.md: -------------------------------------------------------------------------------- 1 | ## axoned tx interchain-accounts host 2 | 3 | IBC interchain accounts host transaction subcommands 4 | 5 | ``` 6 | axoned tx interchain-accounts host [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for host 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx interchain-accounts](axoned_tx_interchain-accounts.md) - IBC interchain accounts transaction subcommands 18 | * [axoned tx interchain-accounts host generate-packet-data](axoned_tx_interchain-accounts_host_generate-packet-data.md) - Generates protobuf or proto3 JSON encoded ICA packet data. 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_logic.md: -------------------------------------------------------------------------------- 1 | ## axoned tx logic 2 | 3 | Transactions commands for the logic module 4 | 5 | ``` 6 | axoned tx logic [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for logic 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx logic update-params](axoned_tx_logic_update-params.md) - Execute the UpdateParams RPC method 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_mint.md: -------------------------------------------------------------------------------- 1 | ## axoned tx mint 2 | 3 | Transactions commands for the mint module 4 | 5 | ``` 6 | axoned tx mint [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for mint 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx mint update-params](axoned_tx_mint_update-params.md) - Execute the UpdateParams RPC method 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_slashing.md: -------------------------------------------------------------------------------- 1 | ## axoned tx slashing 2 | 3 | Transactions commands for the slashing module 4 | 5 | ``` 6 | axoned tx slashing [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for slashing 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx slashing unjail](axoned_tx_slashing_unjail.md) - Unjail a jailed validator 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_upgrade.md: -------------------------------------------------------------------------------- 1 | ## axoned tx upgrade 2 | 3 | Upgrade transaction subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for upgrade 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned tx](axoned_tx.md) - Transactions subcommands 14 | * [axoned tx upgrade cancel-software-upgrade](axoned_tx_upgrade_cancel-software-upgrade.md) - Cancel the current software upgrade proposal 15 | * [axoned tx upgrade software-upgrade](axoned_tx_upgrade_software-upgrade.md) - Submit a software upgrade proposal 16 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_tx_wasm_grant.md: -------------------------------------------------------------------------------- 1 | ## axoned tx wasm grant 2 | 3 | Grant a authz permission 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for grant 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned tx wasm](axoned_tx_wasm.md) - Wasm transaction subcommands 14 | * [axoned tx wasm grant contract](axoned_tx_wasm_grant_contract.md) - Grant authorization to interact with a contract on behalf of you 15 | * [axoned tx wasm grant store-code](axoned_tx_wasm_grant_store-code.md) - Grant authorization to upload contract code on behalf of you 16 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v10.0.0/axoned_version.md: -------------------------------------------------------------------------------- 1 | ## axoned version 2 | 3 | Print the application binary version information 4 | 5 | ``` 6 | axoned version [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for version 13 | --long Print long version information 14 | -o, --output string Output format (text|json) (default "text") 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned](axoned.md) - Axone - Orchestration Layer for AI 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_comet_bootstrap-state.md: -------------------------------------------------------------------------------- 1 | ## axoned comet bootstrap-state 2 | 3 | Bootstrap CometBFT state at an arbitrary block height using a light client 4 | 5 | ``` 6 | axoned comet bootstrap-state [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --height int Block height to bootstrap state at, if not provided it uses the latest block height in app state 13 | -h, --help help for bootstrap-state 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_comet_reset-state.md: -------------------------------------------------------------------------------- 1 | ## axoned comet reset-state 2 | 3 | Remove all the data and WAL 4 | 5 | ``` 6 | axoned comet reset-state [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for reset-state 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_comet_show-address.md: -------------------------------------------------------------------------------- 1 | ## axoned comet show-address 2 | 3 | Shows this node's CometBFT validator consensus address 4 | 5 | ``` 6 | axoned comet show-address [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for show-address 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_comet_show-node-id.md: -------------------------------------------------------------------------------- 1 | ## axoned comet show-node-id 2 | 3 | Show this node's ID 4 | 5 | ``` 6 | axoned comet show-node-id [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for show-node-id 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_comet_show-validator.md: -------------------------------------------------------------------------------- 1 | ## axoned comet show-validator 2 | 3 | Show this node's CometBFT validator info 4 | 5 | ``` 6 | axoned comet show-validator [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for show-validator 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_comet_unsafe-reset-all.md: -------------------------------------------------------------------------------- 1 | ## axoned comet unsafe-reset-all 2 | 3 | (unsafe) Remove all the data and WAL, reset this node's validator to genesis state 4 | 5 | ``` 6 | axoned comet unsafe-reset-all [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for unsafe-reset-all 13 | --keep-addr-book keep the address book intact 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_comet_version.md: -------------------------------------------------------------------------------- 1 | ## axoned comet version 2 | 3 | Print CometBFT libraries' version 4 | 5 | ### Synopsis 6 | 7 | Print protocols' and libraries' version numbers against which this app has been compiled. 8 | 9 | ``` 10 | axoned comet version [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for version 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_config_diff.md: -------------------------------------------------------------------------------- 1 | ## axoned config diff 2 | 3 | Outputs all config values that are different from the app.toml defaults. 4 | 5 | ``` 6 | axoned config diff [target-version] [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for diff 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_config_get.md: -------------------------------------------------------------------------------- 1 | ## axoned config get 2 | 3 | Get an application config value 4 | 5 | ### Synopsis 6 | 7 | Get an application config value. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension. 8 | 9 | ``` 10 | axoned config get [config] [key] [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for get 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_config_home.md: -------------------------------------------------------------------------------- 1 | ## axoned config home 2 | 3 | Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone. 4 | 5 | ### Synopsis 6 | 7 | Outputs the folder used as the binary home. In order to change the home directory path, set the $APPD_HOME environment variable, or use the "--home" flag. 8 | 9 | ``` 10 | axoned config home [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for home 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_config_view.md: -------------------------------------------------------------------------------- 1 | ## axoned config view 2 | 3 | View the config file 4 | 5 | ### Synopsis 6 | 7 | View the config file. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension. 8 | 9 | ``` 10 | axoned config view [config] [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for view 17 | --output-format string Output format (json|toml) (default "toml") 18 | ``` 19 | 20 | ### SEE ALSO 21 | 22 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 23 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_credential.md: -------------------------------------------------------------------------------- 1 | ## axoned credential 2 | 3 | W3C Verifiable Credential 4 | 5 | ### Synopsis 6 | 7 | W3C Verifiable Credentials management commands. 8 | 9 | This command provides a set of sub-commands to manage W3C Verifiable Credentials, including signing and verification operations. 10 | 11 | ### Options 12 | 13 | ``` 14 | -h, --help help for credential 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned](axoned.md) - Axone - Orchestration Layer for AI 20 | * [axoned credential sign](axoned_credential_sign.md) - Sign a W3C Verifiable Credential provided as a file or stdin 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_debug_addr.md: -------------------------------------------------------------------------------- 1 | ## axoned debug addr 2 | 3 | Convert an address between hex and bech32 4 | 5 | ### Synopsis 6 | 7 | Convert an address between hex encoding and bech32. 8 | 9 | Example: 10 | $ axoned debug addr cosmos1e0jnq2sun3dzjh8p2xq95kk0expwmd7shwjpfg 11 | 12 | ``` 13 | axoned debug addr [address] [flags] 14 | ``` 15 | 16 | ### Options 17 | 18 | ``` 19 | -h, --help help for addr 20 | ``` 21 | 22 | ### SEE ALSO 23 | 24 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_debug_codec.md: -------------------------------------------------------------------------------- 1 | ## axoned debug codec 2 | 3 | Tool for helping with debugging your application codec 4 | 5 | ``` 6 | axoned debug codec [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for codec 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 18 | * [axoned debug codec list-implementations](axoned_debug_codec_list-implementations.md) - List the registered type URLs for the provided interface 19 | * [axoned debug codec list-interfaces](axoned_debug_codec_list-interfaces.md) - List all registered interface type URLs 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_debug_codec_list-implementations.md: -------------------------------------------------------------------------------- 1 | ## axoned debug codec list-implementations 2 | 3 | List the registered type URLs for the provided interface 4 | 5 | ### Synopsis 6 | 7 | List the registered type URLs that can be used for the provided interface name using the application codec 8 | 9 | ``` 10 | axoned debug codec list-implementations [interface] [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for list-implementations 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned debug codec](axoned_debug_codec.md) - Tool for helping with debugging your application codec 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_debug_codec_list-interfaces.md: -------------------------------------------------------------------------------- 1 | ## axoned debug codec list-interfaces 2 | 3 | List all registered interface type URLs 4 | 5 | ### Synopsis 6 | 7 | List all registered interface type URLs using the application codec 8 | 9 | ``` 10 | axoned debug codec list-interfaces [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for list-interfaces 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned debug codec](axoned_debug_codec.md) - Tool for helping with debugging your application codec 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_debug_prefixes.md: -------------------------------------------------------------------------------- 1 | ## axoned debug prefixes 2 | 3 | List prefixes used for Human-Readable Part (HRP) in Bech32 4 | 5 | ### Synopsis 6 | 7 | List prefixes used in Bech32 addresses. 8 | 9 | ``` 10 | axoned debug prefixes [flags] 11 | ``` 12 | 13 | ### Examples 14 | 15 | ``` 16 | $ axoned debug prefixes 17 | ``` 18 | 19 | ### Options 20 | 21 | ``` 22 | -h, --help help for prefixes 23 | ``` 24 | 25 | ### SEE ALSO 26 | 27 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 28 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_debug_pubkey.md: -------------------------------------------------------------------------------- 1 | ## axoned debug pubkey 2 | 3 | Decode a pubkey from proto JSON 4 | 5 | ### Synopsis 6 | 7 | Decode a pubkey from proto JSON and display it's address. 8 | 9 | Example: 10 | $ axoned debug pubkey '\{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"\}' 11 | 12 | ``` 13 | axoned debug pubkey [pubkey] [flags] 14 | ``` 15 | 16 | ### Options 17 | 18 | ``` 19 | -h, --help help for pubkey 20 | ``` 21 | 22 | ### SEE ALSO 23 | 24 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_debug_raw-bytes.md: -------------------------------------------------------------------------------- 1 | ## axoned debug raw-bytes 2 | 3 | Convert raw bytes output (eg. [10 21 13 255]) to hex 4 | 5 | ### Synopsis 6 | 7 | Convert raw-bytes to hex. 8 | 9 | ``` 10 | axoned debug raw-bytes [flags] 11 | ``` 12 | 13 | ### Examples 14 | 15 | ``` 16 | axoned debug raw-bytes '[72 101 108 108 111 44 32 112 108 97 121 103 114 111 117 110 100]' 17 | ``` 18 | 19 | ### Options 20 | 21 | ``` 22 | -h, --help help for raw-bytes 23 | ``` 24 | 25 | ### SEE ALSO 26 | 27 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 28 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_genesis_collect-gentxs.md: -------------------------------------------------------------------------------- 1 | ## axoned genesis collect-gentxs 2 | 3 | Collect genesis txs and output a genesis.json file 4 | 5 | ``` 6 | axoned genesis collect-gentxs [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/ 13 | -h, --help help for collect-gentxs 14 | --home string The application home directory (default "/home/john/.axoned") 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned genesis](axoned_genesis.md) - Application's genesis-related subcommands 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_genesis_validate.md: -------------------------------------------------------------------------------- 1 | ## axoned genesis validate 2 | 3 | Validates the genesis file at the default location or at the location passed as an arg 4 | 5 | ``` 6 | axoned genesis validate [file] [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for validate 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned genesis](axoned_genesis.md) - Application's genesis-related subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_query_circuit.md: -------------------------------------------------------------------------------- 1 | ## axoned query circuit 2 | 3 | Querying commands for the circuit module 4 | 5 | ``` 6 | axoned query circuit [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for circuit 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query circuit account](axoned_query_circuit_account.md) - Query a specific account's permissions 19 | * [axoned query circuit accounts](axoned_query_circuit_accounts.md) - Query all account permissions 20 | * [axoned query circuit disabled-list](axoned_query_circuit_disabled-list.md) - Query a list of all disabled message types 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_query_consensus.md: -------------------------------------------------------------------------------- 1 | ## axoned query consensus 2 | 3 | Querying commands for the consensus module 4 | 5 | ``` 6 | axoned query consensus [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for consensus 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query consensus comet](axoned_query_consensus_comet.md) - Querying commands for the cosmos.base.tendermint.v1beta1.Service service 19 | * [axoned query consensus params](axoned_query_consensus_params.md) - Query the current consensus parameters 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_query_evidence.md: -------------------------------------------------------------------------------- 1 | ## axoned query evidence 2 | 3 | Querying commands for the evidence module 4 | 5 | ``` 6 | axoned query evidence [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for evidence 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query evidence evidence](axoned_query_evidence_evidence.md) - Query for evidence by hash 19 | * [axoned query evidence list](axoned_query_evidence_list.md) - Query all (paginated) submitted evidence 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_query_feegrant.md: -------------------------------------------------------------------------------- 1 | ## axoned query feegrant 2 | 3 | Querying commands for the feegrant module 4 | 5 | ``` 6 | axoned query feegrant [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for feegrant 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query feegrant grant](axoned_query_feegrant_grant.md) - Query details of a single grant 19 | * [axoned query feegrant grants-by-grantee](axoned_query_feegrant_grants-by-grantee.md) - Query all grants of a grantee 20 | * [axoned query feegrant grants-by-granter](axoned_query_feegrant_grants-by-granter.md) - Query all grants by a granter 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_query_ibc.md: -------------------------------------------------------------------------------- 1 | ## axoned query ibc 2 | 3 | Querying commands for the IBC module 4 | 5 | ``` 6 | axoned query ibc [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query ibc channel](axoned_query_ibc_channel.md) - IBC channel query subcommands 19 | * [axoned query ibc client](axoned_query_ibc_client.md) - IBC client query subcommands 20 | * [axoned query ibc connection](axoned_query_ibc_connection.md) - IBC connection query subcommands 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_query_interchain-accounts.md: -------------------------------------------------------------------------------- 1 | ## axoned query interchain-accounts 2 | 3 | IBC interchain accounts query subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for interchain-accounts 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned query](axoned_query.md) - Querying subcommands 14 | * [axoned query interchain-accounts controller](axoned_query_interchain-accounts_controller.md) - IBC interchain accounts controller query subcommands 15 | * [axoned query interchain-accounts host](axoned_query_interchain-accounts_host.md) - IBC interchain accounts host query subcommands 16 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_query_logic.md: -------------------------------------------------------------------------------- 1 | ## axoned query logic 2 | 3 | Querying commands for the logic module 4 | 5 | ``` 6 | axoned query logic [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for logic 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query logic ask](axoned_query_logic_ask.md) - executes a logic query and returns the solutions found. 19 | * [axoned query logic params](axoned_query_logic_params.md) - shows the parameters of the module 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_query_mint.md: -------------------------------------------------------------------------------- 1 | ## axoned query mint 2 | 3 | Querying commands for the mint module 4 | 5 | ``` 6 | axoned query mint [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for mint 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query mint annual-provisions](axoned_query_mint_annual-provisions.md) - Execute the AnnualProvisions RPC method 19 | * [axoned query mint inflation](axoned_query_mint_inflation.md) - Execute the Inflation RPC method 20 | * [axoned query mint params](axoned_query_mint_params.md) - Execute the Params RPC method 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_query_params.md: -------------------------------------------------------------------------------- 1 | ## axoned query params 2 | 3 | Querying commands for the params module 4 | 5 | ``` 6 | axoned query params [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for params 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query params subspace](axoned_query_params_subspace.md) - Query for raw parameters by subspace and key 19 | * [axoned query params subspaces](axoned_query_params_subspaces.md) - Query for all registered subspaces and all keys for a subspace 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_query_slashing.md: -------------------------------------------------------------------------------- 1 | ## axoned query slashing 2 | 3 | Querying commands for the slashing module 4 | 5 | ``` 6 | axoned query slashing [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for slashing 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query slashing params](axoned_query_slashing_params.md) - Query the current slashing parameters 19 | * [axoned query slashing signing-info](axoned_query_slashing_signing-info.md) - Query a validator's signing information 20 | * [axoned query slashing signing-infos](axoned_query_slashing_signing-infos.md) - Query signing information of all validators 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_query_wasm_build-address.md: -------------------------------------------------------------------------------- 1 | ## axoned query wasm build-address 2 | 3 | build contract address 4 | 5 | ``` 6 | axoned query wasm build-address [code-hash] [creator-address] [salt-hex-encoded] [json_encoded_init_args (required when set as fixed)] [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --ascii ascii encoded salt 13 | --b64 base64 encoded salt 14 | -h, --help help for build-address 15 | --hex hex encoded salt 16 | ``` 17 | 18 | ### SEE ALSO 19 | 20 | * [axoned query wasm](axoned_query_wasm.md) - Querying commands for the wasm module 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_query_wasm_libwasmvm-version.md: -------------------------------------------------------------------------------- 1 | ## axoned query wasm libwasmvm-version 2 | 3 | Get libwasmvm version 4 | 5 | ### Synopsis 6 | 7 | Get libwasmvm version 8 | 9 | ``` 10 | axoned query wasm libwasmvm-version [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for libwasmvm-version 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned query wasm](axoned_query_wasm.md) - Querying commands for the wasm module 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_snapshots_delete.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots delete 2 | 3 | Delete a local snapshot 4 | 5 | ``` 6 | axoned snapshots delete [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for delete 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_snapshots_dump.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots dump 2 | 3 | Dump the snapshot as portable archive format 4 | 5 | ``` 6 | axoned snapshots dump [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for dump 13 | -o, --output string output file 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_snapshots_export.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots export 2 | 3 | Export app state to snapshot store 4 | 5 | ``` 6 | axoned snapshots export [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --height int Height to export, default to latest state height 13 | -h, --help help for export 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_snapshots_list.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots list 2 | 3 | List local snapshots 4 | 5 | ``` 6 | axoned snapshots list [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for list 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_snapshots_load.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots load 2 | 3 | Load a snapshot archive file (.tar.gz) into snapshot store 4 | 5 | ``` 6 | axoned snapshots load [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for load 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_snapshots_restore.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots restore 2 | 3 | Restore app state from local snapshot 4 | 5 | ### Synopsis 6 | 7 | Restore app state from local snapshot 8 | 9 | ``` 10 | axoned snapshots restore [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for restore 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_status.md: -------------------------------------------------------------------------------- 1 | ## axoned status 2 | 3 | Query remote node for status 4 | 5 | ``` 6 | axoned status [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for status 13 | -n, --node string Node to connect to (default "tcp://localhost:26657") 14 | -o, --output string Output format (text|json) (default "json") 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned](axoned.md) - Axone - Orchestration Layer for AI 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_auth.md: -------------------------------------------------------------------------------- 1 | ## axoned tx auth 2 | 3 | Transactions commands for the auth module 4 | 5 | ``` 6 | axoned tx auth [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for auth 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_authz.md: -------------------------------------------------------------------------------- 1 | ## axoned tx authz 2 | 3 | Authorization transactions subcommands 4 | 5 | ### Synopsis 6 | 7 | Authorize and revoke access to execute transactions on behalf of your address 8 | 9 | ``` 10 | axoned tx authz [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for authz 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned tx](axoned_tx.md) - Transactions subcommands 22 | * [axoned tx authz exec](axoned_tx_authz_exec.md) - execute tx on behalf of granter account 23 | * [axoned tx authz grant](axoned_tx_authz_grant.md) - Grant authorization to an address 24 | * [axoned tx authz revoke](axoned_tx_authz_revoke.md) - revoke authorization 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_bank.md: -------------------------------------------------------------------------------- 1 | ## axoned tx bank 2 | 3 | Bank transaction subcommands 4 | 5 | ``` 6 | axoned tx bank [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for bank 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx bank multi-send](axoned_tx_bank_multi-send.md) - Send funds from one account to two or more accounts. 19 | * [axoned tx bank send](axoned_tx_bank_send.md) - Send funds from one account to another. 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_circuit.md: -------------------------------------------------------------------------------- 1 | ## axoned tx circuit 2 | 3 | Transactions commands for the circuit module 4 | 5 | ``` 6 | axoned tx circuit [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for circuit 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx circuit authorize](axoned_tx_circuit_authorize.md) - Authorize an account to trip the circuit breaker. 19 | * [axoned tx circuit disable](axoned_tx_circuit_disable.md) - Disable a message from being executed 20 | * [axoned tx circuit reset](axoned_tx_circuit_reset.md) - Enable a message to be executed 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_consensus.md: -------------------------------------------------------------------------------- 1 | ## axoned tx consensus 2 | 3 | Transactions commands for the consensus module 4 | 5 | ``` 6 | axoned tx consensus [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for consensus 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_crisis.md: -------------------------------------------------------------------------------- 1 | ## axoned tx crisis 2 | 3 | Transactions commands for the crisis module 4 | 5 | ``` 6 | axoned tx crisis [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for crisis 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx crisis invariant-broken](axoned_tx_crisis_invariant-broken.md) - Submit proof that an invariant broken 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_evidence.md: -------------------------------------------------------------------------------- 1 | ## axoned tx evidence 2 | 3 | Evidence transaction subcommands 4 | 5 | ``` 6 | axoned tx evidence [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for evidence 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_feegrant.md: -------------------------------------------------------------------------------- 1 | ## axoned tx feegrant 2 | 3 | Feegrant transactions sub-commands 4 | 5 | ### Synopsis 6 | 7 | Grant and revoke fee allowance for a grantee by a granter 8 | 9 | ``` 10 | axoned tx feegrant [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for feegrant 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned tx](axoned_tx.md) - Transactions subcommands 22 | * [axoned tx feegrant grant](axoned_tx_feegrant_grant.md) - Grant Fee allowance to an address 23 | * [axoned tx feegrant prune](axoned_tx_feegrant_prune.md) - Prune expired allowances 24 | * [axoned tx feegrant revoke](axoned_tx_feegrant_revoke.md) - Revoke a fee grant 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_ibc-transfer.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc-transfer 2 | 3 | IBC fungible token transfer transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc-transfer [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc-transfer 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx ibc-transfer transfer](axoned_tx_ibc-transfer_transfer.md) - Transfer a fungible token through IBC 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_ibc.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc 2 | 3 | IBC transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx ibc channel](axoned_tx_ibc_channel.md) - IBC channel transaction subcommands 19 | * [axoned tx ibc client](axoned_tx_ibc_client.md) - IBC client transaction subcommands 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_ibc_channel.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc channel 2 | 3 | IBC channel transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc channel [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for channel 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx ibc](axoned_tx_ibc.md) - IBC transaction subcommands 18 | * [axoned tx ibc channel prune-acknowledgements](axoned_tx_ibc_channel_prune-acknowledgements.md) - Prune expired packet acknowledgements stored in IBC state 19 | * [axoned tx ibc channel upgrade-channels](axoned_tx_ibc_channel_upgrade-channels.md) - Upgrade IBC channels 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_interchain-accounts.md: -------------------------------------------------------------------------------- 1 | ## axoned tx interchain-accounts 2 | 3 | IBC interchain accounts transaction subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for interchain-accounts 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned tx](axoned_tx.md) - Transactions subcommands 14 | * [axoned tx interchain-accounts controller](axoned_tx_interchain-accounts_controller.md) - IBC interchain accounts controller transaction subcommands 15 | * [axoned tx interchain-accounts host](axoned_tx_interchain-accounts_host.md) - IBC interchain accounts host transaction subcommands 16 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_interchain-accounts_host.md: -------------------------------------------------------------------------------- 1 | ## axoned tx interchain-accounts host 2 | 3 | IBC interchain accounts host transaction subcommands 4 | 5 | ``` 6 | axoned tx interchain-accounts host [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for host 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx interchain-accounts](axoned_tx_interchain-accounts.md) - IBC interchain accounts transaction subcommands 18 | * [axoned tx interchain-accounts host generate-packet-data](axoned_tx_interchain-accounts_host_generate-packet-data.md) - Generates protobuf or proto3 JSON encoded ICA packet data. 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_logic.md: -------------------------------------------------------------------------------- 1 | ## axoned tx logic 2 | 3 | Transactions commands for the logic module 4 | 5 | ``` 6 | axoned tx logic [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for logic 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx logic update-params](axoned_tx_logic_update-params.md) - Execute the UpdateParams RPC method 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_mint.md: -------------------------------------------------------------------------------- 1 | ## axoned tx mint 2 | 3 | Transactions commands for the mint module 4 | 5 | ``` 6 | axoned tx mint [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for mint 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx mint update-params](axoned_tx_mint_update-params.md) - Execute the UpdateParams RPC method 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_slashing.md: -------------------------------------------------------------------------------- 1 | ## axoned tx slashing 2 | 3 | Transactions commands for the slashing module 4 | 5 | ``` 6 | axoned tx slashing [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for slashing 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx slashing unjail](axoned_tx_slashing_unjail.md) - Unjail a jailed validator 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_upgrade.md: -------------------------------------------------------------------------------- 1 | ## axoned tx upgrade 2 | 3 | Upgrade transaction subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for upgrade 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned tx](axoned_tx.md) - Transactions subcommands 14 | * [axoned tx upgrade cancel-software-upgrade](axoned_tx_upgrade_cancel-software-upgrade.md) - Cancel the current software upgrade proposal 15 | * [axoned tx upgrade software-upgrade](axoned_tx_upgrade_software-upgrade.md) - Submit a software upgrade proposal 16 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_tx_wasm_grant.md: -------------------------------------------------------------------------------- 1 | ## axoned tx wasm grant 2 | 3 | Grant a authz permission 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for grant 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned tx wasm](axoned_tx_wasm.md) - Wasm transaction subcommands 14 | * [axoned tx wasm grant contract](axoned_tx_wasm_grant_contract.md) - Grant authorization to interact with a contract on behalf of you 15 | * [axoned tx wasm grant store-code](axoned_tx_wasm_grant_store-code.md) - Grant authorization to upload contract code on behalf of you 16 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.0/axoned_version.md: -------------------------------------------------------------------------------- 1 | ## axoned version 2 | 3 | Print the application binary version information 4 | 5 | ``` 6 | axoned version [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for version 13 | --long Print long version information 14 | -o, --output string Output format (text|json) (default "text") 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned](axoned.md) - Axone - Orchestration Layer for AI 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_comet_bootstrap-state.md: -------------------------------------------------------------------------------- 1 | ## axoned comet bootstrap-state 2 | 3 | Bootstrap CometBFT state at an arbitrary block height using a light client 4 | 5 | ``` 6 | axoned comet bootstrap-state [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --height int Block height to bootstrap state at, if not provided it uses the latest block height in app state 13 | -h, --help help for bootstrap-state 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_comet_reset-state.md: -------------------------------------------------------------------------------- 1 | ## axoned comet reset-state 2 | 3 | Remove all the data and WAL 4 | 5 | ``` 6 | axoned comet reset-state [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for reset-state 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_comet_show-address.md: -------------------------------------------------------------------------------- 1 | ## axoned comet show-address 2 | 3 | Shows this node's CometBFT validator consensus address 4 | 5 | ``` 6 | axoned comet show-address [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for show-address 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_comet_show-node-id.md: -------------------------------------------------------------------------------- 1 | ## axoned comet show-node-id 2 | 3 | Show this node's ID 4 | 5 | ``` 6 | axoned comet show-node-id [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for show-node-id 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_comet_show-validator.md: -------------------------------------------------------------------------------- 1 | ## axoned comet show-validator 2 | 3 | Show this node's CometBFT validator info 4 | 5 | ``` 6 | axoned comet show-validator [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for show-validator 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_comet_unsafe-reset-all.md: -------------------------------------------------------------------------------- 1 | ## axoned comet unsafe-reset-all 2 | 3 | (unsafe) Remove all the data and WAL, reset this node's validator to genesis state 4 | 5 | ``` 6 | axoned comet unsafe-reset-all [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for unsafe-reset-all 13 | --keep-addr-book keep the address book intact 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_comet_version.md: -------------------------------------------------------------------------------- 1 | ## axoned comet version 2 | 3 | Print CometBFT libraries' version 4 | 5 | ### Synopsis 6 | 7 | Print protocols' and libraries' version numbers against which this app has been compiled. 8 | 9 | ``` 10 | axoned comet version [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for version 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned comet](axoned_comet.md) - CometBFT subcommands 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_config_diff.md: -------------------------------------------------------------------------------- 1 | ## axoned config diff 2 | 3 | Outputs all config values that are different from the app.toml defaults. 4 | 5 | ``` 6 | axoned config diff [target-version] [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for diff 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_config_get.md: -------------------------------------------------------------------------------- 1 | ## axoned config get 2 | 3 | Get an application config value 4 | 5 | ### Synopsis 6 | 7 | Get an application config value. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension. 8 | 9 | ``` 10 | axoned config get [config] [key] [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for get 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_config_home.md: -------------------------------------------------------------------------------- 1 | ## axoned config home 2 | 3 | Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone. 4 | 5 | ### Synopsis 6 | 7 | Outputs the folder used as the binary home. In order to change the home directory path, set the $APPD_HOME environment variable, or use the "--home" flag. 8 | 9 | ``` 10 | axoned config home [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for home 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_config_view.md: -------------------------------------------------------------------------------- 1 | ## axoned config view 2 | 3 | View the config file 4 | 5 | ### Synopsis 6 | 7 | View the config file. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension. 8 | 9 | ``` 10 | axoned config view [config] [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for view 17 | --output-format string Output format (json|toml) (default "toml") 18 | ``` 19 | 20 | ### SEE ALSO 21 | 22 | * [axoned config](axoned_config.md) - Utilities for managing application configuration 23 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_credential.md: -------------------------------------------------------------------------------- 1 | ## axoned credential 2 | 3 | W3C Verifiable Credential 4 | 5 | ### Synopsis 6 | 7 | W3C Verifiable Credentials management commands. 8 | 9 | This command provides a set of sub-commands to manage W3C Verifiable Credentials, including signing and verification operations. 10 | 11 | ### Options 12 | 13 | ``` 14 | -h, --help help for credential 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned](axoned.md) - Axone - Orchestration Layer for AI 20 | * [axoned credential sign](axoned_credential_sign.md) - Sign a W3C Verifiable Credential provided as a file or stdin 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_debug_addr.md: -------------------------------------------------------------------------------- 1 | ## axoned debug addr 2 | 3 | Convert an address between hex and bech32 4 | 5 | ### Synopsis 6 | 7 | Convert an address between hex encoding and bech32. 8 | 9 | Example: 10 | $ axoned debug addr cosmos1e0jnq2sun3dzjh8p2xq95kk0expwmd7shwjpfg 11 | 12 | ``` 13 | axoned debug addr [address] [flags] 14 | ``` 15 | 16 | ### Options 17 | 18 | ``` 19 | -h, --help help for addr 20 | ``` 21 | 22 | ### SEE ALSO 23 | 24 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_debug_codec.md: -------------------------------------------------------------------------------- 1 | ## axoned debug codec 2 | 3 | Tool for helping with debugging your application codec 4 | 5 | ``` 6 | axoned debug codec [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for codec 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 18 | * [axoned debug codec list-implementations](axoned_debug_codec_list-implementations.md) - List the registered type URLs for the provided interface 19 | * [axoned debug codec list-interfaces](axoned_debug_codec_list-interfaces.md) - List all registered interface type URLs 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_debug_codec_list-implementations.md: -------------------------------------------------------------------------------- 1 | ## axoned debug codec list-implementations 2 | 3 | List the registered type URLs for the provided interface 4 | 5 | ### Synopsis 6 | 7 | List the registered type URLs that can be used for the provided interface name using the application codec 8 | 9 | ``` 10 | axoned debug codec list-implementations [interface] [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for list-implementations 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned debug codec](axoned_debug_codec.md) - Tool for helping with debugging your application codec 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_debug_codec_list-interfaces.md: -------------------------------------------------------------------------------- 1 | ## axoned debug codec list-interfaces 2 | 3 | List all registered interface type URLs 4 | 5 | ### Synopsis 6 | 7 | List all registered interface type URLs using the application codec 8 | 9 | ``` 10 | axoned debug codec list-interfaces [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for list-interfaces 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned debug codec](axoned_debug_codec.md) - Tool for helping with debugging your application codec 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_debug_prefixes.md: -------------------------------------------------------------------------------- 1 | ## axoned debug prefixes 2 | 3 | List prefixes used for Human-Readable Part (HRP) in Bech32 4 | 5 | ### Synopsis 6 | 7 | List prefixes used in Bech32 addresses. 8 | 9 | ``` 10 | axoned debug prefixes [flags] 11 | ``` 12 | 13 | ### Examples 14 | 15 | ``` 16 | $ axoned debug prefixes 17 | ``` 18 | 19 | ### Options 20 | 21 | ``` 22 | -h, --help help for prefixes 23 | ``` 24 | 25 | ### SEE ALSO 26 | 27 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 28 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_debug_pubkey.md: -------------------------------------------------------------------------------- 1 | ## axoned debug pubkey 2 | 3 | Decode a pubkey from proto JSON 4 | 5 | ### Synopsis 6 | 7 | Decode a pubkey from proto JSON and display it's address. 8 | 9 | Example: 10 | $ axoned debug pubkey '\{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"\}' 11 | 12 | ``` 13 | axoned debug pubkey [pubkey] [flags] 14 | ``` 15 | 16 | ### Options 17 | 18 | ``` 19 | -h, --help help for pubkey 20 | ``` 21 | 22 | ### SEE ALSO 23 | 24 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_debug_raw-bytes.md: -------------------------------------------------------------------------------- 1 | ## axoned debug raw-bytes 2 | 3 | Convert raw bytes output (eg. [10 21 13 255]) to hex 4 | 5 | ### Synopsis 6 | 7 | Convert raw-bytes to hex. 8 | 9 | ``` 10 | axoned debug raw-bytes [flags] 11 | ``` 12 | 13 | ### Examples 14 | 15 | ``` 16 | axoned debug raw-bytes '[72 101 108 108 111 44 32 112 108 97 121 103 114 111 117 110 100]' 17 | ``` 18 | 19 | ### Options 20 | 21 | ``` 22 | -h, --help help for raw-bytes 23 | ``` 24 | 25 | ### SEE ALSO 26 | 27 | * [axoned debug](axoned_debug.md) - Tool for helping with debugging your application 28 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_genesis_collect-gentxs.md: -------------------------------------------------------------------------------- 1 | ## axoned genesis collect-gentxs 2 | 3 | Collect genesis txs and output a genesis.json file 4 | 5 | ``` 6 | axoned genesis collect-gentxs [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/ 13 | -h, --help help for collect-gentxs 14 | --home string The application home directory (default "/home/john/.axoned") 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned genesis](axoned_genesis.md) - Application's genesis-related subcommands 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_genesis_validate.md: -------------------------------------------------------------------------------- 1 | ## axoned genesis validate 2 | 3 | Validates the genesis file at the default location or at the location passed as an arg 4 | 5 | ``` 6 | axoned genesis validate [file] [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for validate 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned genesis](axoned_genesis.md) - Application's genesis-related subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_query_circuit.md: -------------------------------------------------------------------------------- 1 | ## axoned query circuit 2 | 3 | Querying commands for the circuit module 4 | 5 | ``` 6 | axoned query circuit [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for circuit 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query circuit account](axoned_query_circuit_account.md) - Query a specific account's permissions 19 | * [axoned query circuit accounts](axoned_query_circuit_accounts.md) - Query all account permissions 20 | * [axoned query circuit disabled-list](axoned_query_circuit_disabled-list.md) - Query a list of all disabled message types 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_query_consensus.md: -------------------------------------------------------------------------------- 1 | ## axoned query consensus 2 | 3 | Querying commands for the consensus module 4 | 5 | ``` 6 | axoned query consensus [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for consensus 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query consensus comet](axoned_query_consensus_comet.md) - Querying commands for the cosmos.base.tendermint.v1beta1.Service service 19 | * [axoned query consensus params](axoned_query_consensus_params.md) - Query the current consensus parameters 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_query_evidence.md: -------------------------------------------------------------------------------- 1 | ## axoned query evidence 2 | 3 | Querying commands for the evidence module 4 | 5 | ``` 6 | axoned query evidence [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for evidence 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query evidence evidence](axoned_query_evidence_evidence.md) - Query for evidence by hash 19 | * [axoned query evidence list](axoned_query_evidence_list.md) - Query all (paginated) submitted evidence 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_query_feegrant.md: -------------------------------------------------------------------------------- 1 | ## axoned query feegrant 2 | 3 | Querying commands for the feegrant module 4 | 5 | ``` 6 | axoned query feegrant [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for feegrant 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query feegrant grant](axoned_query_feegrant_grant.md) - Query details of a single grant 19 | * [axoned query feegrant grants-by-grantee](axoned_query_feegrant_grants-by-grantee.md) - Query all grants of a grantee 20 | * [axoned query feegrant grants-by-granter](axoned_query_feegrant_grants-by-granter.md) - Query all grants by a granter 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_query_ibc.md: -------------------------------------------------------------------------------- 1 | ## axoned query ibc 2 | 3 | Querying commands for the IBC module 4 | 5 | ``` 6 | axoned query ibc [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query ibc channel](axoned_query_ibc_channel.md) - IBC channel query subcommands 19 | * [axoned query ibc client](axoned_query_ibc_client.md) - IBC client query subcommands 20 | * [axoned query ibc connection](axoned_query_ibc_connection.md) - IBC connection query subcommands 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_query_interchain-accounts.md: -------------------------------------------------------------------------------- 1 | ## axoned query interchain-accounts 2 | 3 | IBC interchain accounts query subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for interchain-accounts 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned query](axoned_query.md) - Querying subcommands 14 | * [axoned query interchain-accounts controller](axoned_query_interchain-accounts_controller.md) - IBC interchain accounts controller query subcommands 15 | * [axoned query interchain-accounts host](axoned_query_interchain-accounts_host.md) - IBC interchain accounts host query subcommands 16 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_query_logic.md: -------------------------------------------------------------------------------- 1 | ## axoned query logic 2 | 3 | Querying commands for the logic module 4 | 5 | ``` 6 | axoned query logic [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for logic 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query logic ask](axoned_query_logic_ask.md) - executes a logic query and returns the solutions found. 19 | * [axoned query logic params](axoned_query_logic_params.md) - shows the parameters of the module 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_query_mint.md: -------------------------------------------------------------------------------- 1 | ## axoned query mint 2 | 3 | Querying commands for the mint module 4 | 5 | ``` 6 | axoned query mint [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for mint 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query mint annual-provisions](axoned_query_mint_annual-provisions.md) - Execute the AnnualProvisions RPC method 19 | * [axoned query mint inflation](axoned_query_mint_inflation.md) - Execute the Inflation RPC method 20 | * [axoned query mint params](axoned_query_mint_params.md) - Execute the Params RPC method 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_query_params.md: -------------------------------------------------------------------------------- 1 | ## axoned query params 2 | 3 | Querying commands for the params module 4 | 5 | ``` 6 | axoned query params [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for params 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query params subspace](axoned_query_params_subspace.md) - Query for raw parameters by subspace and key 19 | * [axoned query params subspaces](axoned_query_params_subspaces.md) - Query for all registered subspaces and all keys for a subspace 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_query_slashing.md: -------------------------------------------------------------------------------- 1 | ## axoned query slashing 2 | 3 | Querying commands for the slashing module 4 | 5 | ``` 6 | axoned query slashing [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for slashing 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned query](axoned_query.md) - Querying subcommands 18 | * [axoned query slashing params](axoned_query_slashing_params.md) - Query the current slashing parameters 19 | * [axoned query slashing signing-info](axoned_query_slashing_signing-info.md) - Query a validator's signing information 20 | * [axoned query slashing signing-infos](axoned_query_slashing_signing-infos.md) - Query signing information of all validators 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_query_wasm_build-address.md: -------------------------------------------------------------------------------- 1 | ## axoned query wasm build-address 2 | 3 | build contract address 4 | 5 | ``` 6 | axoned query wasm build-address [code-hash] [creator-address] [salt-hex-encoded] [json_encoded_init_args (required when set as fixed)] [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --ascii ascii encoded salt 13 | --b64 base64 encoded salt 14 | -h, --help help for build-address 15 | --hex hex encoded salt 16 | ``` 17 | 18 | ### SEE ALSO 19 | 20 | * [axoned query wasm](axoned_query_wasm.md) - Querying commands for the wasm module 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_query_wasm_libwasmvm-version.md: -------------------------------------------------------------------------------- 1 | ## axoned query wasm libwasmvm-version 2 | 3 | Get libwasmvm version 4 | 5 | ### Synopsis 6 | 7 | Get libwasmvm version 8 | 9 | ``` 10 | axoned query wasm libwasmvm-version [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for libwasmvm-version 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned query wasm](axoned_query_wasm.md) - Querying commands for the wasm module 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_snapshots_delete.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots delete 2 | 3 | Delete a local snapshot 4 | 5 | ``` 6 | axoned snapshots delete [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for delete 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_snapshots_dump.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots dump 2 | 3 | Dump the snapshot as portable archive format 4 | 5 | ``` 6 | axoned snapshots dump [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for dump 13 | -o, --output string output file 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_snapshots_export.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots export 2 | 3 | Export app state to snapshot store 4 | 5 | ``` 6 | axoned snapshots export [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | --height int Height to export, default to latest state height 13 | -h, --help help for export 14 | ``` 15 | 16 | ### SEE ALSO 17 | 18 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_snapshots_list.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots list 2 | 3 | List local snapshots 4 | 5 | ``` 6 | axoned snapshots list [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for list 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_snapshots_load.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots load 2 | 3 | Load a snapshot archive file (.tar.gz) into snapshot store 4 | 5 | ``` 6 | axoned snapshots load [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for load 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_snapshots_restore.md: -------------------------------------------------------------------------------- 1 | ## axoned snapshots restore 2 | 3 | Restore app state from local snapshot 4 | 5 | ### Synopsis 6 | 7 | Restore app state from local snapshot 8 | 9 | ``` 10 | axoned snapshots restore [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for restore 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned snapshots](axoned_snapshots.md) - Manage local snapshots 22 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_status.md: -------------------------------------------------------------------------------- 1 | ## axoned status 2 | 3 | Query remote node for status 4 | 5 | ``` 6 | axoned status [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for status 13 | -n, --node string Node to connect to (default "tcp://localhost:26657") 14 | -o, --output string Output format (text|json) (default "json") 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned](axoned.md) - Axone - Orchestration Layer for AI 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_auth.md: -------------------------------------------------------------------------------- 1 | ## axoned tx auth 2 | 3 | Transactions commands for the auth module 4 | 5 | ``` 6 | axoned tx auth [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for auth 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_authz.md: -------------------------------------------------------------------------------- 1 | ## axoned tx authz 2 | 3 | Authorization transactions subcommands 4 | 5 | ### Synopsis 6 | 7 | Authorize and revoke access to execute transactions on behalf of your address 8 | 9 | ``` 10 | axoned tx authz [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for authz 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned tx](axoned_tx.md) - Transactions subcommands 22 | * [axoned tx authz exec](axoned_tx_authz_exec.md) - execute tx on behalf of granter account 23 | * [axoned tx authz grant](axoned_tx_authz_grant.md) - Grant authorization to an address 24 | * [axoned tx authz revoke](axoned_tx_authz_revoke.md) - revoke authorization 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_bank.md: -------------------------------------------------------------------------------- 1 | ## axoned tx bank 2 | 3 | Bank transaction subcommands 4 | 5 | ``` 6 | axoned tx bank [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for bank 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx bank multi-send](axoned_tx_bank_multi-send.md) - Send funds from one account to two or more accounts. 19 | * [axoned tx bank send](axoned_tx_bank_send.md) - Send funds from one account to another. 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_circuit.md: -------------------------------------------------------------------------------- 1 | ## axoned tx circuit 2 | 3 | Transactions commands for the circuit module 4 | 5 | ``` 6 | axoned tx circuit [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for circuit 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx circuit authorize](axoned_tx_circuit_authorize.md) - Authorize an account to trip the circuit breaker. 19 | * [axoned tx circuit disable](axoned_tx_circuit_disable.md) - Disable a message from being executed 20 | * [axoned tx circuit reset](axoned_tx_circuit_reset.md) - Enable a message to be executed 21 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_consensus.md: -------------------------------------------------------------------------------- 1 | ## axoned tx consensus 2 | 3 | Transactions commands for the consensus module 4 | 5 | ``` 6 | axoned tx consensus [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for consensus 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_crisis.md: -------------------------------------------------------------------------------- 1 | ## axoned tx crisis 2 | 3 | Transactions commands for the crisis module 4 | 5 | ``` 6 | axoned tx crisis [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for crisis 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx crisis invariant-broken](axoned_tx_crisis_invariant-broken.md) - Submit proof that an invariant broken 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_evidence.md: -------------------------------------------------------------------------------- 1 | ## axoned tx evidence 2 | 3 | Evidence transaction subcommands 4 | 5 | ``` 6 | axoned tx evidence [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for evidence 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_feegrant.md: -------------------------------------------------------------------------------- 1 | ## axoned tx feegrant 2 | 3 | Feegrant transactions sub-commands 4 | 5 | ### Synopsis 6 | 7 | Grant and revoke fee allowance for a grantee by a granter 8 | 9 | ``` 10 | axoned tx feegrant [flags] 11 | ``` 12 | 13 | ### Options 14 | 15 | ``` 16 | -h, --help help for feegrant 17 | ``` 18 | 19 | ### SEE ALSO 20 | 21 | * [axoned tx](axoned_tx.md) - Transactions subcommands 22 | * [axoned tx feegrant grant](axoned_tx_feegrant_grant.md) - Grant Fee allowance to an address 23 | * [axoned tx feegrant prune](axoned_tx_feegrant_prune.md) - Prune expired allowances 24 | * [axoned tx feegrant revoke](axoned_tx_feegrant_revoke.md) - Revoke a fee grant 25 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_ibc-transfer.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc-transfer 2 | 3 | IBC fungible token transfer transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc-transfer [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc-transfer 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx ibc-transfer transfer](axoned_tx_ibc-transfer_transfer.md) - Transfer a fungible token through IBC 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_ibc.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc 2 | 3 | IBC transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for ibc 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx ibc channel](axoned_tx_ibc_channel.md) - IBC channel transaction subcommands 19 | * [axoned tx ibc client](axoned_tx_ibc_client.md) - IBC client transaction subcommands 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_ibc_channel.md: -------------------------------------------------------------------------------- 1 | ## axoned tx ibc channel 2 | 3 | IBC channel transaction subcommands 4 | 5 | ``` 6 | axoned tx ibc channel [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for channel 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx ibc](axoned_tx_ibc.md) - IBC transaction subcommands 18 | * [axoned tx ibc channel prune-acknowledgements](axoned_tx_ibc_channel_prune-acknowledgements.md) - Prune expired packet acknowledgements stored in IBC state 19 | * [axoned tx ibc channel upgrade-channels](axoned_tx_ibc_channel_upgrade-channels.md) - Upgrade IBC channels 20 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_interchain-accounts.md: -------------------------------------------------------------------------------- 1 | ## axoned tx interchain-accounts 2 | 3 | IBC interchain accounts transaction subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for interchain-accounts 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned tx](axoned_tx.md) - Transactions subcommands 14 | * [axoned tx interchain-accounts controller](axoned_tx_interchain-accounts_controller.md) - IBC interchain accounts controller transaction subcommands 15 | * [axoned tx interchain-accounts host](axoned_tx_interchain-accounts_host.md) - IBC interchain accounts host transaction subcommands 16 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_interchain-accounts_host.md: -------------------------------------------------------------------------------- 1 | ## axoned tx interchain-accounts host 2 | 3 | IBC interchain accounts host transaction subcommands 4 | 5 | ``` 6 | axoned tx interchain-accounts host [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for host 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx interchain-accounts](axoned_tx_interchain-accounts.md) - IBC interchain accounts transaction subcommands 18 | * [axoned tx interchain-accounts host generate-packet-data](axoned_tx_interchain-accounts_host_generate-packet-data.md) - Generates protobuf or proto3 JSON encoded ICA packet data. 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_logic.md: -------------------------------------------------------------------------------- 1 | ## axoned tx logic 2 | 3 | Transactions commands for the logic module 4 | 5 | ``` 6 | axoned tx logic [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for logic 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx logic update-params](axoned_tx_logic_update-params.md) - Execute the UpdateParams RPC method 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_mint.md: -------------------------------------------------------------------------------- 1 | ## axoned tx mint 2 | 3 | Transactions commands for the mint module 4 | 5 | ``` 6 | axoned tx mint [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for mint 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx mint update-params](axoned_tx_mint_update-params.md) - Execute the UpdateParams RPC method 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_slashing.md: -------------------------------------------------------------------------------- 1 | ## axoned tx slashing 2 | 3 | Transactions commands for the slashing module 4 | 5 | ``` 6 | axoned tx slashing [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for slashing 13 | ``` 14 | 15 | ### SEE ALSO 16 | 17 | * [axoned tx](axoned_tx.md) - Transactions subcommands 18 | * [axoned tx slashing unjail](axoned_tx_slashing_unjail.md) - Unjail a jailed validator 19 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_upgrade.md: -------------------------------------------------------------------------------- 1 | ## axoned tx upgrade 2 | 3 | Upgrade transaction subcommands 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for upgrade 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned tx](axoned_tx.md) - Transactions subcommands 14 | * [axoned tx upgrade cancel-software-upgrade](axoned_tx_upgrade_cancel-software-upgrade.md) - Cancel the current software upgrade proposal 15 | * [axoned tx upgrade software-upgrade](axoned_tx_upgrade_software-upgrade.md) - Submit a software upgrade proposal 16 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_tx_wasm_grant.md: -------------------------------------------------------------------------------- 1 | ## axoned tx wasm grant 2 | 3 | Grant a authz permission 4 | 5 | ### Options 6 | 7 | ``` 8 | -h, --help help for grant 9 | ``` 10 | 11 | ### SEE ALSO 12 | 13 | * [axoned tx wasm](axoned_tx_wasm.md) - Wasm transaction subcommands 14 | * [axoned tx wasm grant contract](axoned_tx_wasm_grant_contract.md) - Grant authorization to interact with a contract on behalf of you 15 | * [axoned tx wasm grant store-code](axoned_tx_wasm_grant_store-code.md) - Grant authorization to upload contract code on behalf of you 16 | -------------------------------------------------------------------------------- /commands_versioned_docs/version-v11.0.1/axoned_version.md: -------------------------------------------------------------------------------- 1 | ## axoned version 2 | 3 | Print the application binary version information 4 | 5 | ``` 6 | axoned version [flags] 7 | ``` 8 | 9 | ### Options 10 | 11 | ``` 12 | -h, --help help for version 13 | --long Print long version information 14 | -o, --output string Output format (text|json) (default "text") 15 | ``` 16 | 17 | ### SEE ALSO 18 | 19 | * [axoned](axoned.md) - Axone - Orchestration Layer for AI 20 | -------------------------------------------------------------------------------- /commands_versioned_sidebars/version-v10.0.0-sidebars.json: -------------------------------------------------------------------------------- 1 | { 2 | "defaultSidebar": [ 3 | { 4 | "type": "autogenerated", 5 | "dirName": "." 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /commands_versioned_sidebars/version-v11.0.0-sidebars.json: -------------------------------------------------------------------------------- 1 | { 2 | "defaultSidebar": [ 3 | { 4 | "type": "autogenerated", 5 | "dirName": "." 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /commands_versioned_sidebars/version-v11.0.1-sidebars.json: -------------------------------------------------------------------------------- 1 | { 2 | "defaultSidebar": [ 3 | { 4 | "type": "autogenerated", 5 | "dirName": "." 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /commands_versions.json: -------------------------------------------------------------------------------- 1 | [ 2 | "v11.0.1", 3 | "v11.0.0", 4 | "v10.0.0" 5 | ] 6 | -------------------------------------------------------------------------------- /contracts_versioned_sidebars/version-v6.0.0-sidebars.json: -------------------------------------------------------------------------------- 1 | { 2 | "defaultSidebar": [ 3 | { 4 | "type": "autogenerated", 5 | "dirName": "." 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /contracts_versioned_sidebars/version-v7.0.0-sidebars.json: -------------------------------------------------------------------------------- 1 | { 2 | "defaultSidebar": [ 3 | { 4 | "type": "autogenerated", 5 | "dirName": "." 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /contracts_versions.json: -------------------------------------------------------------------------------- 1 | [ 2 | "v7.0.0", 3 | "v6.0.0" 4 | ] 5 | -------------------------------------------------------------------------------- /data/chain.json: -------------------------------------------------------------------------------- 1 | { 2 | "axonedVersion": "v11.0.1" 3 | } 4 | -------------------------------------------------------------------------------- /docs/api-reference/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "API Reference", 3 | "position": 8 4 | } 5 | -------------------------------------------------------------------------------- /docs/architecture/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Architecture", 3 | "position": 2 4 | } 5 | -------------------------------------------------------------------------------- /docs/architecture/governance/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "position": 3, 3 | "label": "Governance", 4 | "collapsible": true 5 | } -------------------------------------------------------------------------------- /docs/architecture/governance/introduction.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 1 3 | --- 4 | 5 | # About Governance 6 | 7 | In the Axone protocol, governance refers to establishing and implementing rules, policies, and processes to regulate orchestration of digital resources. Like [Ontology](/architecture/ontology/the-power-of-ontologies), Governance is the fundamental pillar for organizing and controlling all resources in the dataverse. 8 | 9 | To understand the essence of governance, we need to grasp the general concepts of the Sources of Governance, the Hierarchy of Norms, the Rule of Form, and the Governance Extent. 10 | -------------------------------------------------------------------------------- /docs/architecture/ontology/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "position": 2, 3 | "label": "Axone Ontology", 4 | "collapsible": true 5 | } -------------------------------------------------------------------------------- /docs/connectors/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Connectors", 3 | "position": 3 4 | } 5 | -------------------------------------------------------------------------------- /docs/contribute/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Contribute to Axone", 3 | "position": 7 4 | } 5 | -------------------------------------------------------------------------------- /docs/faq/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "FAQ", 3 | "position": 9 4 | } 5 | -------------------------------------------------------------------------------- /docs/getting-started/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Getting Started", 3 | "position": 1 4 | } 5 | -------------------------------------------------------------------------------- /docs/getting-started/core-concepts/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "position": 1, 3 | "label": "Core Concepts", 4 | "collapsible": true 5 | } 6 | -------------------------------------------------------------------------------- /docs/nodes/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Running a Node", 3 | "position": 5 4 | } 5 | -------------------------------------------------------------------------------- /docs/tutorials/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Guides", 3 | "position": 4 4 | } 5 | -------------------------------------------------------------------------------- /docs/whitepaper/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Whitepaper", 3 | "position": 6 4 | } 5 | -------------------------------------------------------------------------------- /i18n/en/code.json: -------------------------------------------------------------------------------- 1 | { 2 | "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": { 3 | "message": "Back to main menu →", 4 | "description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /i18n/fr/code.json: -------------------------------------------------------------------------------- 1 | { 2 | "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": { 3 | "message": "Retour au menu principal →", 4 | "description": "Le libellé du bouton de retour pour revenir au menu principal, à l'intérieur du menu secondaire de la barre latérale de la barre de navigation mobile (utilisé notamment pour afficher la barre latérale des documents)" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /modules_versioned_sidebars/version-v10.0.0-sidebars.json: -------------------------------------------------------------------------------- 1 | { 2 | "defaultSidebar": [ 3 | { 4 | "type": "autogenerated", 5 | "dirName": "." 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /modules_versioned_sidebars/version-v11.0.0-sidebars.json: -------------------------------------------------------------------------------- 1 | { 2 | "defaultSidebar": [ 3 | { 4 | "type": "autogenerated", 5 | "dirName": "." 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /modules_versioned_sidebars/version-v11.0.1-sidebars.json: -------------------------------------------------------------------------------- 1 | { 2 | "defaultSidebar": [ 3 | { 4 | "type": "autogenerated", 5 | "dirName": "." 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /modules_versions.json: -------------------------------------------------------------------------------- 1 | [ 2 | "v11.0.1", 3 | "v11.0.0", 4 | "v10.0.0" 5 | ] 6 | -------------------------------------------------------------------------------- /ontology_versioned_sidebars/version-v4.0.0-sidebars.json: -------------------------------------------------------------------------------- 1 | { 2 | "defaultSidebar": [ 3 | { 4 | "type": "autogenerated", 5 | "dirName": "." 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /ontology_versions.json: -------------------------------------------------------------------------------- 1 | [ 2 | "v4.0.0" 3 | ] 4 | -------------------------------------------------------------------------------- /predicates/abolish_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 1 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # abolish/1 7 | 8 | ## Description 9 | 10 | `abolish/1` is a predicate that abolishes a predicate from the database. Removes all clauses of the predicate designated by given predicate indicator Name/Arity. 11 | 12 | ## Signature 13 | 14 | ```text 15 | abolish(+PredicateIndicator) 16 | ``` 17 | 18 | Where: 19 | 20 | - PredicateIndicator is the indicator of the predicate to abolish. 21 | -------------------------------------------------------------------------------- /predicates/atomic_list_concat_2.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 4 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # atomic_list_concat/2 7 | 8 | ## Description 9 | 10 | `atomic_list_concat/2` is a predicate that unifies an Atom with the concatenated elements of a List. 11 | 12 | ## Signature 13 | 14 | ```text 15 | atomic_list_concat(+List, ?Atom) 16 | ``` 17 | 18 | where: 19 | 20 | - List is a list of strings, atoms, integers, floating point numbers or non\-integer rationals 21 | - Atom is an Atom representing the concatenation of the elements of List 22 | -------------------------------------------------------------------------------- /predicates/block_height_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 14 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # block_height/1 7 | 8 | ## Description 9 | 10 | `block_height/1` is a predicate which unifies the given term with the current block height. 11 | 12 | ## Signature 13 | 14 | ```text 15 | block_height(?Height) is det 16 | ``` 17 | 18 | where: 19 | 20 | - Height represents the current chain height at the time of the query. 21 | 22 | Deprecated: Use the \`block\_header/1\` predicate instead. 23 | -------------------------------------------------------------------------------- /predicates/block_time_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 15 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # block_time/1 7 | 8 | ## Description 9 | 10 | `block_time/1` is a predicate which unifies the given term with the current block time. 11 | 12 | ## Signature 13 | 14 | ```text 15 | block_time(?Time) is det 16 | ``` 17 | 18 | where: 19 | 20 | - Time represents the current chain time at the time of the query. 21 | 22 | Deprecated: Use the \`block\_header/1\` predicate instead. 23 | -------------------------------------------------------------------------------- /predicates/chain_id_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 16 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # chain_id/1 7 | 8 | ## Description 9 | 10 | `chain_id/1` is a predicate which unifies the given term with the current chain ID. The signature is: 11 | 12 | The signature is as follows: 13 | 14 | ```text 15 | chain_id(?ID) 16 | ``` 17 | 18 | where: 19 | 20 | - ID represents the current chain ID at the time of the query. 21 | 22 | Deprecated: Use the \`block\_header/1\` predicate instead. 23 | -------------------------------------------------------------------------------- /predicates/json_read_2.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 25 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # json_read/2 7 | 8 | ## Description 9 | 10 | `json_read/2` is a predicate that reads a JSON from a stream and unifies it with a Prolog term. 11 | 12 | See json\_prolog/2 for the canonical representation of the JSON term. 13 | 14 | The signature is as follows: 15 | 16 | ```text 17 | json_read(+Stream, ?Term) is det 18 | ``` 19 | 20 | Where: 21 | 22 | - Stream is the input stream from which the JSON is read. 23 | - Term is the Prolog term that represents the JSON structure. 24 | -------------------------------------------------------------------------------- /predicates/json_write_2.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 26 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # json_write/2 7 | 8 | ## Description 9 | 10 | `json_write/2` is a predicate that writes a Prolog term as a JSON to a stream. 11 | 12 | The JSON object is of the same format as produced by json\_read/2. 13 | 14 | The signature is as follows: 15 | 16 | ```text 17 | json_write(+Stream, +Term) is det 18 | ``` 19 | 20 | Where: 21 | 22 | - Stream is the output stream to which the JSON is written. 23 | - Term is the Prolog term that represents the JSON structure. 24 | -------------------------------------------------------------------------------- /predicates/source_file_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 32 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # source_file/1 7 | 8 | ## Description 9 | 10 | `source_file/1` is a predicate which unifies the given term with the source file that is currently loaded. 11 | 12 | ## Signature 13 | 14 | ```text 15 | source_file(?File) is det 16 | ``` 17 | 18 | where: 19 | 20 | - File represents the loaded source file. 21 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v10.0.0/chain_id_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 7 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # chain_id/1 7 | 8 | ## Description 9 | 10 | `chain_id/1` is a predicate which unifies the given term with the current chain ID. The signature is: 11 | 12 | The signature is as follows: 13 | 14 | ```text 15 | chain_id(?ID) 16 | ``` 17 | 18 | where: 19 | 20 | - ID represents the current chain ID at the time of the query. 21 | 22 | ## Examples 23 | 24 | ```text 25 | # Query the current chain ID. 26 | - chain_id(ID). 27 | ``` 28 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v10.0.0/source_file_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 19 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # source_file/1 7 | 8 | ## Description 9 | 10 | `source_file/1` is a predicate which unifies the given term with the source file that is currently loaded. 11 | 12 | ## Signature 13 | 14 | ```text 15 | source_file(?File) is det 16 | ``` 17 | 18 | where: 19 | 20 | - File represents the loaded source file. 21 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.0/abolish_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 1 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # abolish/1 7 | 8 | ## Description 9 | 10 | `abolish/1` is a predicate that abolishes a predicate from the database. Removes all clauses of the predicate designated by given predicate indicator Name/Arity. 11 | 12 | ## Signature 13 | 14 | ```text 15 | abolish(+PredicateIndicator) 16 | ``` 17 | 18 | Where: 19 | 20 | - PredicateIndicator is the indicator of the predicate to abolish. 21 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.0/atomic_list_concat_2.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 4 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # atomic_list_concat/2 7 | 8 | ## Description 9 | 10 | `atomic_list_concat/2` is a predicate that unifies an Atom with the concatenated elements of a List. 11 | 12 | ## Signature 13 | 14 | ```text 15 | atomic_list_concat(+List, ?Atom) 16 | ``` 17 | 18 | where: 19 | 20 | - List is a list of strings, atoms, integers, floating point numbers or non\-integer rationals 21 | - Atom is an Atom representing the concatenation of the elements of List 22 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.0/block_height_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 11 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # block_height/1 7 | 8 | ## Description 9 | 10 | `block_height/1` is a predicate which unifies the given term with the current block height. 11 | 12 | ## Signature 13 | 14 | ```text 15 | block_height(?Height) is det 16 | ``` 17 | 18 | where: 19 | 20 | - Height represents the current chain height at the time of the query. 21 | 22 | Deprecated: Use the \`block\_header/1\` predicate instead. 23 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.0/block_time_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 12 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # block_time/1 7 | 8 | ## Description 9 | 10 | `block_time/1` is a predicate which unifies the given term with the current block time. 11 | 12 | ## Signature 13 | 14 | ```text 15 | block_time(?Time) is det 16 | ``` 17 | 18 | where: 19 | 20 | - Time represents the current chain time at the time of the query. 21 | 22 | Deprecated: Use the \`block\_header/1\` predicate instead. 23 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.0/chain_id_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 13 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # chain_id/1 7 | 8 | ## Description 9 | 10 | `chain_id/1` is a predicate which unifies the given term with the current chain ID. The signature is: 11 | 12 | The signature is as follows: 13 | 14 | ```text 15 | chain_id(?ID) 16 | ``` 17 | 18 | where: 19 | 20 | - ID represents the current chain ID at the time of the query. 21 | 22 | Deprecated: Use the \`block\_header/1\` predicate instead. 23 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.0/json_read_2.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 22 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # json_read/2 7 | 8 | ## Description 9 | 10 | `json_read/2` is a predicate that reads a JSON from a stream and unifies it with a Prolog term. 11 | 12 | See json\_prolog/2 for the canonical representation of the JSON term. 13 | 14 | The signature is as follows: 15 | 16 | ```text 17 | json_read(+Stream, ?Term) is det 18 | ``` 19 | 20 | Where: 21 | 22 | - Stream is the input stream from which the JSON is read. 23 | - Term is the Prolog term that represents the JSON structure. 24 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.0/json_write_2.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 23 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # json_write/2 7 | 8 | ## Description 9 | 10 | `json_write/2` is a predicate that writes a Prolog term as a JSON to a stream. 11 | 12 | The JSON object is of the same format as produced by json\_read/2. 13 | 14 | The signature is as follows: 15 | 16 | ```text 17 | json_write(+Stream, +Term) is det 18 | ``` 19 | 20 | Where: 21 | 22 | - Stream is the output stream to which the JSON is written. 23 | - Term is the Prolog term that represents the JSON structure. 24 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.0/source_file_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 29 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # source_file/1 7 | 8 | ## Description 9 | 10 | `source_file/1` is a predicate which unifies the given term with the source file that is currently loaded. 11 | 12 | ## Signature 13 | 14 | ```text 15 | source_file(?File) is det 16 | ``` 17 | 18 | where: 19 | 20 | - File represents the loaded source file. 21 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.1/abolish_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 1 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # abolish/1 7 | 8 | ## Description 9 | 10 | `abolish/1` is a predicate that abolishes a predicate from the database. Removes all clauses of the predicate designated by given predicate indicator Name/Arity. 11 | 12 | ## Signature 13 | 14 | ```text 15 | abolish(+PredicateIndicator) 16 | ``` 17 | 18 | Where: 19 | 20 | - PredicateIndicator is the indicator of the predicate to abolish. 21 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.1/atomic_list_concat_2.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 4 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # atomic_list_concat/2 7 | 8 | ## Description 9 | 10 | `atomic_list_concat/2` is a predicate that unifies an Atom with the concatenated elements of a List. 11 | 12 | ## Signature 13 | 14 | ```text 15 | atomic_list_concat(+List, ?Atom) 16 | ``` 17 | 18 | where: 19 | 20 | - List is a list of strings, atoms, integers, floating point numbers or non\-integer rationals 21 | - Atom is an Atom representing the concatenation of the elements of List 22 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.1/block_height_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 11 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # block_height/1 7 | 8 | ## Description 9 | 10 | `block_height/1` is a predicate which unifies the given term with the current block height. 11 | 12 | ## Signature 13 | 14 | ```text 15 | block_height(?Height) is det 16 | ``` 17 | 18 | where: 19 | 20 | - Height represents the current chain height at the time of the query. 21 | 22 | Deprecated: Use the \`block\_header/1\` predicate instead. 23 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.1/block_time_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 12 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # block_time/1 7 | 8 | ## Description 9 | 10 | `block_time/1` is a predicate which unifies the given term with the current block time. 11 | 12 | ## Signature 13 | 14 | ```text 15 | block_time(?Time) is det 16 | ``` 17 | 18 | where: 19 | 20 | - Time represents the current chain time at the time of the query. 21 | 22 | Deprecated: Use the \`block\_header/1\` predicate instead. 23 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.1/chain_id_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 13 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # chain_id/1 7 | 8 | ## Description 9 | 10 | `chain_id/1` is a predicate which unifies the given term with the current chain ID. The signature is: 11 | 12 | The signature is as follows: 13 | 14 | ```text 15 | chain_id(?ID) 16 | ``` 17 | 18 | where: 19 | 20 | - ID represents the current chain ID at the time of the query. 21 | 22 | Deprecated: Use the \`block\_header/1\` predicate instead. 23 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.1/json_read_2.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 22 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # json_read/2 7 | 8 | ## Description 9 | 10 | `json_read/2` is a predicate that reads a JSON from a stream and unifies it with a Prolog term. 11 | 12 | See json\_prolog/2 for the canonical representation of the JSON term. 13 | 14 | The signature is as follows: 15 | 16 | ```text 17 | json_read(+Stream, ?Term) is det 18 | ``` 19 | 20 | Where: 21 | 22 | - Stream is the input stream from which the JSON is read. 23 | - Term is the Prolog term that represents the JSON structure. 24 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.1/json_write_2.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 23 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # json_write/2 7 | 8 | ## Description 9 | 10 | `json_write/2` is a predicate that writes a Prolog term as a JSON to a stream. 11 | 12 | The JSON object is of the same format as produced by json\_read/2. 13 | 14 | The signature is as follows: 15 | 16 | ```text 17 | json_write(+Stream, +Term) is det 18 | ``` 19 | 20 | Where: 21 | 22 | - Stream is the output stream to which the JSON is written. 23 | - Term is the Prolog term that represents the JSON structure. 24 | -------------------------------------------------------------------------------- /predicates_versioned_docs/version-v11.0.1/source_file_1.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 29 3 | --- 4 | [//]: # (This file is auto-generated. Please do not modify it yourself.) 5 | 6 | # source_file/1 7 | 8 | ## Description 9 | 10 | `source_file/1` is a predicate which unifies the given term with the source file that is currently loaded. 11 | 12 | ## Signature 13 | 14 | ```text 15 | source_file(?File) is det 16 | ``` 17 | 18 | where: 19 | 20 | - File represents the loaded source file. 21 | -------------------------------------------------------------------------------- /predicates_versioned_sidebars/version-v10.0.0-sidebars.json: -------------------------------------------------------------------------------- 1 | { 2 | "defaultSidebar": [ 3 | { 4 | "type": "autogenerated", 5 | "dirName": "." 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /predicates_versioned_sidebars/version-v11.0.0-sidebars.json: -------------------------------------------------------------------------------- 1 | { 2 | "defaultSidebar": [ 3 | { 4 | "type": "autogenerated", 5 | "dirName": "." 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /predicates_versioned_sidebars/version-v11.0.1-sidebars.json: -------------------------------------------------------------------------------- 1 | { 2 | "defaultSidebar": [ 3 | { 4 | "type": "autogenerated", 5 | "dirName": "." 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /predicates_versions.json: -------------------------------------------------------------------------------- 1 | [ 2 | "v11.0.1", 3 | "v11.0.0", 4 | "v10.0.0" 5 | ] 6 | -------------------------------------------------------------------------------- /screenshot.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/screenshot.webp -------------------------------------------------------------------------------- /sidebars.js: -------------------------------------------------------------------------------- 1 | // @ts-check 2 | 3 | /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ 4 | const sidebars = { 5 | main: [{ type: 'autogenerated', dirName: '.' }] 6 | } 7 | 8 | module.exports = sidebars 9 | -------------------------------------------------------------------------------- /src/components/.keepme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/src/components/.keepme -------------------------------------------------------------------------------- /src/pages/.keepme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/src/pages/.keepme -------------------------------------------------------------------------------- /src/scss/animation.scss: -------------------------------------------------------------------------------- 1 | svg .knowledge-graph { 2 | animation: dashdraw 0.8s linear infinite; 3 | } 4 | 5 | @keyframes dashdraw { 6 | 0% { 7 | stroke-dashoffset: 20; 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /src/theme/NavbarItem/DocsVersionDropdownNavbarItem.js: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import { useActiveDocContext } from '@docusaurus/plugin-content-docs/client' 3 | import DocsVersionDropdownNavbarItem from '@theme-original/NavbarItem/DocsVersionDropdownNavbarItem' 4 | 5 | export default function DocsVersionDropdownNavbarItemWrapper(props) { 6 | // do not display this navbar item if current page is not a doc 7 | const activeDocContext = useActiveDocContext(props.docsPluginId) 8 | if (!activeDocContext.activeDoc) { 9 | return null 10 | } 11 | 12 | return ( 13 | <> 14 | 15 | 16 | ) 17 | } 18 | -------------------------------------------------------------------------------- /static/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/.nojekyll -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueBlack.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueBlack.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueBlackItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueBlackItalic.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueBold.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueBoldItalic.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueHeavy.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueHeavy.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueHeavyItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueHeavyItalic.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueItalic.ttf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueLight.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueLightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueLightItalic.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueMedium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueMedium.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueMediumItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueMediumItalic.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueRoman.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueRoman.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueThin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueThin.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueThinItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueThinItalic.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueUltraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueUltraLight.otf -------------------------------------------------------------------------------- /static/fonts/Helvetica/HelveticaNeueUltraLightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/Helvetica/HelveticaNeueUltraLightItalic.otf -------------------------------------------------------------------------------- /static/fonts/VanguardCF/VanguardCF-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/fonts/VanguardCF/VanguardCF-Bold.otf -------------------------------------------------------------------------------- /static/img/content/core-concepts/ai-factory-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/ai-factory-1.webp -------------------------------------------------------------------------------- /static/img/content/core-concepts/ai-factory-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/ai-factory-3.webp -------------------------------------------------------------------------------- /static/img/content/core-concepts/ai-factory-4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/ai-factory-4.webp -------------------------------------------------------------------------------- /static/img/content/core-concepts/ai-factory-5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/ai-factory-5.webp -------------------------------------------------------------------------------- /static/img/content/core-concepts/protocol-concept-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/protocol-concept-1.webp -------------------------------------------------------------------------------- /static/img/content/core-concepts/resources-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/resources-1.webp -------------------------------------------------------------------------------- /static/img/content/core-concepts/resources-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/resources-2.webp -------------------------------------------------------------------------------- /static/img/content/core-concepts/resources-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/resources-3.webp -------------------------------------------------------------------------------- /static/img/content/core-concepts/rules-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/rules-1.webp -------------------------------------------------------------------------------- /static/img/content/core-concepts/rules-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/rules-2.webp -------------------------------------------------------------------------------- /static/img/content/core-concepts/workflows-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/workflows-1.webp -------------------------------------------------------------------------------- /static/img/content/core-concepts/workflows-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/workflows-2.webp -------------------------------------------------------------------------------- /static/img/content/core-concepts/workflows-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/core-concepts/workflows-3.webp -------------------------------------------------------------------------------- /static/img/content/technical-documentation/decentralized-identity-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/technical-documentation/decentralized-identity-1.webp -------------------------------------------------------------------------------- /static/img/content/technical-documentation/decentralized-identity-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/technical-documentation/decentralized-identity-2.webp -------------------------------------------------------------------------------- /static/img/content/technical-documentation/decentralized-identity-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/technical-documentation/decentralized-identity-3.webp -------------------------------------------------------------------------------- /static/img/content/technical-documentation/governance-hierarchy-of-norms.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/technical-documentation/governance-hierarchy-of-norms.webp -------------------------------------------------------------------------------- /static/img/content/technical-documentation/ontology-construction-process.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/technical-documentation/ontology-construction-process.webp -------------------------------------------------------------------------------- /static/img/content/technical-documentation/ontology_equation.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/technical-documentation/ontology_equation.webp -------------------------------------------------------------------------------- /static/img/content/technical-documentation/semantic-stack.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/technical-documentation/semantic-stack.webp -------------------------------------------------------------------------------- /static/img/content/technical-documentation/verifiable-claims-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/technical-documentation/verifiable-claims-1.webp -------------------------------------------------------------------------------- /static/img/content/technical-documentation/verifiable-claims-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/technical-documentation/verifiable-claims-2.webp -------------------------------------------------------------------------------- /static/img/content/technical-documentation/verifiable-claims-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/technical-documentation/verifiable-claims-3.webp -------------------------------------------------------------------------------- /static/img/content/technical-documentation/verifiable-claims-4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/technical-documentation/verifiable-claims-4.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/cli.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/cli.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/explorer-0.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/explorer-0.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/explorer-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/explorer-1.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/explorer-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/explorer-2.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/explorer-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/explorer-3.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/explorer-4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/explorer-4.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/explorer-5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/explorer-5.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/explorer-6.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/explorer-6.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/explorer-7.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/explorer-7.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/explorer-8.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/explorer-8.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/explorer-9.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/explorer-9.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/explorermaj-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/explorermaj-1.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-0.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-0.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-1.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-10.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-10.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-11.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-11.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-12.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-12.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-13.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-13.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-2.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-3.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-4.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-5.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-7.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-7.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-8.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-8.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/keplr-9.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/keplr-9.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/ontology-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/ontology-1.webp -------------------------------------------------------------------------------- /static/img/content/tutorials/prolog.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/tutorials/prolog.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/arch-3pillars.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/arch-3pillars.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/arch-basic.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/arch-basic.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/arch-overview.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/arch-overview.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/intro-1-knowledge.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/intro-1-knowledge.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/intro-2-balance.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/intro-2-balance.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/intro-3-silot.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/intro-3-silot.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/intro-4-solution.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/intro-4-solution.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/intro-5-connect.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/intro-5-connect.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/intro-6.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/intro-6.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/solution-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/solution-1.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/solution-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/solution-2.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/solution-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/solution-3.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/solution-4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/solution-4.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/solution-5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/solution-5.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/solution-6.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/solution-6.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/solution-7.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/solution-7.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/solution-8.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/solution-8.webp -------------------------------------------------------------------------------- /static/img/content/whitepaper/solution-9.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/content/whitepaper/solution-9.webp -------------------------------------------------------------------------------- /static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/favicon.ico -------------------------------------------------------------------------------- /static/img/grain.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/grain.webp -------------------------------------------------------------------------------- /static/img/logo-axone-dark.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/logo-axone-dark.webp -------------------------------------------------------------------------------- /static/img/logo-axone-light.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axone-protocol/docs/c155363606d4ec09a5f034a176f2bd57c9e5b465/static/img/logo-axone-light.webp -------------------------------------------------------------------------------- /static/js/matomo.js: -------------------------------------------------------------------------------- 1 | var _paq = window._paq = window._paq || []; 2 | /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ 3 | _paq.push(['trackPageView']); 4 | _paq.push(['enableLinkTracking']); 5 | (function() { 6 | var u = "https://okp4.matomo.cloud/"; 7 | _paq.push(['setTrackerUrl', u + 'matomo.php']); 8 | _paq.push(['setSiteId', '3']); 9 | var d = document, 10 | g = d.createElement('script'), 11 | s = d.getElementsByTagName('script')[0]; 12 | g.async = true; 13 | g.src = '//cdn.matomo.cloud/okp4.matomo.cloud/matomo.js'; 14 | s.parentNode.insertBefore(g, s); 15 | })(); 16 | -------------------------------------------------------------------------------- /static/js/redirect.js: -------------------------------------------------------------------------------- 1 | if (window.location.pathname.startsWith("/docs")) { 2 | window.location.pathname = window.location.pathname.replace("/docs", ""); 3 | } -------------------------------------------------------------------------------- /vercel.json: -------------------------------------------------------------------------------- 1 | { 2 | "cleanUrls": true 3 | } 4 | --------------------------------------------------------------------------------