package
1.0.0-rc.3
Repository: https://github.com/babylonlabs-io/babylon.git
Documentation: pkg.go.dev

# README

CLI of the epoching module

Delegating bbn

$BABYLON_PATH/build/babylond --home $TESTNET_PATH/node0/babylond --chain-id chain-test \
         --keyring-backend test --fees 1bbn \
         --from node0 --broadcast-mode block \
         tx epoching delegate <val_addr> <amount_of_bbn>

Undelegating bbn

$BABYLON_PATH/build/babylond --home $TESTNET_PATH/node0/babylond --chain-id chain-test \
         --keyring-backend test --fees 3bbn \
         --from node0 --broadcast-mode block \
         tx epoching unbond <val_addr> <amount_of_bbn>

Redelegating bbn

$BABYLON_PATH/build/babylond --home $TESTNET_PATH/node0/babylond --chain-id chain-test \
         --keyring-backend test --fees 3bbn \
         --from node0 --broadcast-mode block \
         tx epoching redelegate <from_val_addr> <to_val_addr> <amount_of_bbn>

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetQueryCmd returns the cli query commands for this module.
GetTxCmd returns the transaction commands for this module.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author