Welcome to StaFiHub
  • StaFiHub Introduction
    • Tokenomics
  • Chain
    • Getting started
      • Introduction
      • Install
      • Join The Mainnet
      • Join The Public Testnet
      • Validator FAQ
    • Concepts
      • General Concepts
      • rToken Concepts
      • Genesis Parameters
    • Cli Client
      • Introduction
      • Bank
      • Debug
      • Keys
      • Gov
      • Ledger
      • rBank
      • Relayers
      • rVote
      • Staking
    • gRPC, REST, and Tendermint Endpoints
    • Resources
      • StaFiHub Validator Program
  • rToken
    • Integrate rToken
      • Integrating with Interchain Accounts
      • Integrating with Multisig Accounts
      • Integrate into rToken App
    • Delegation Algorithm
    • Liquidity Grant Program
    • rATOM Migration
  • User
    • Join Public Testnet
      • Testing Guide
    • User Guide
      • rToken Dapp Guide
      • Get FIS Token on StaFiHub
      • Claim Airdropped FIS Token
      • How to get a StaFiHub Address
      • rPool Guide For MintDrop Programs
      • rATOM V1 Migration
      • StaFiHub rBridge Guide
      • IBC Transfer With Keplr Wallet
      • Swap ICS20 FIS to ERC20 FIS
    • FAQ
Powered by GitBook
On this page
  • Available Commands
  • stafihubd query relayers relayers
  • stafihubd query relayers threshold
  • stafihubd tx relayers add-relayers
  • stafihubd tx relayers delete-relayer
  • stafihubd tx relayers set-threshold
  1. Chain
  2. Cli Client

Relayers

Relayers module manager kinds of relayers.

Available Commands

Name
Description

Query relayers

Query threshold

Add new relayers

Delete a relayer

Set threshold

stafihubd query relayers relayers

Query the relayers of a specific denomination and arena.

stafihubd query relayers relayers [arena] [denom] [flags]

stafihubd query relayers threshold

Query the threshold of a specific denomination and arena.

stafihubd query relayers threshold [arena] [denom] [flags]

stafihubd tx relayers add-relayers

Add relayers for a specific denomination and arena.

stafihubd tx relayers add-relayers [arena] [denom] [addresses] [flags]

stafihubd tx relayers delete-relayer

Delete a relayer for a specific denomination and arena.

stafihubd tx relayers delete-relayer [arena] [denom] [address] [flags]

stafihubd tx relayers set-threshold

Set the threshold for a specific denomination and arena, the default value is 0 if unset.

stafihubd tx relayers set-threshold [arena] [denom] [value] [flags]
PreviousrBankNextrVote

Last updated 3 years ago

relayers
threshold
add-relayers
delete-relayer
set-threshold