Documentation ¶
Index ¶
- Variables
- func CmdBroadcastTxRefund() *cobra.Command
- func CmdBroadcastTxRefundAll() *cobra.Command
- func CmdBroadcastTxRefundQuery() *cobra.Command
- func CmdBroadcastTxSweep() *cobra.Command
- func CmdBroadcastTxSweepAll() *cobra.Command
- func CmdBroadcastTxSweepQuery() *cobra.Command
- func CmdConfirmBtcWithdraw() *cobra.Command
- func CmdMsgConfirmBtcDeposit() *cobra.Command
- func CmdProposeRefundHash() *cobra.Command
- func CmdProposeRefundHashAll() *cobra.Command
- func CmdProposeSweepAddress() *cobra.Command
- func CmdProposeSweepAddressQuery() *cobra.Command
- func CmdProposeSweepAddressesAll() *cobra.Command
- func CmdQueryParams() *cobra.Command
- func CmdQueryUnsignedTxRefund() *cobra.Command
- func CmdQueryUnsignedTxSweep() *cobra.Command
- func CmdRegisterDepositAddress() *cobra.Command
- func CmdRegisterJudge() *cobra.Command
- func CmdRegisterReserveAddress() *cobra.Command
- func CmdRegisteredBtcDepositAddress() *cobra.Command
- func CmdRegisteredBtcDepositAddressByTwilightAddress() *cobra.Command
- func CmdRegisteredBtcDepositAddresses() *cobra.Command
- func CmdRegisteredJudgeAddressByValidatorAddress() *cobra.Command
- func CmdRegisteredJudges() *cobra.Command
- func CmdRegisteredReserveAddresses() *cobra.Command
- func CmdSignRefund() *cobra.Command
- func CmdSignRefundAll() *cobra.Command
- func CmdSignRefundQuery() *cobra.Command
- func CmdSignSweep() *cobra.Command
- func CmdSignSweepAll() *cobra.Command
- func CmdSignSweepQuery() *cobra.Command
- func CmdSweepProposal() *cobra.Command
- func CmdUnsignedTxRefund() *cobra.Command
- func CmdUnsignedTxRefundAll() *cobra.Command
- func CmdUnsignedTxSweep() *cobra.Command
- func CmdUnsignedTxSweepAll() *cobra.Command
- func CmdWithdrawBtcRequestAll() *cobra.Command
- func CmdWithdrawRequest() *cobra.Command
- func CmdWithdrawTxFinal() *cobra.Command
- func CmdWithdrawTxSigned() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CmdBroadcastTxRefund ¶ added in v0.0.2
func CmdBroadcastTxRefundAll ¶ added in v0.0.2
func CmdBroadcastTxRefundQuery ¶ added in v0.0.2
func CmdBroadcastTxSweep ¶
func CmdBroadcastTxSweepAll ¶
func CmdBroadcastTxSweepQuery ¶ added in v0.0.2
func CmdConfirmBtcWithdraw ¶
func CmdMsgConfirmBtcDeposit ¶
func CmdProposeRefundHash ¶
func CmdProposeRefundHashAll ¶
func CmdProposeSweepAddress ¶ added in v0.0.2
func CmdProposeSweepAddressQuery ¶ added in v0.0.2
func CmdProposeSweepAddressesAll ¶ added in v0.0.2
func CmdQueryParams ¶
func CmdQueryUnsignedTxRefund ¶ added in v0.0.2
func CmdQueryUnsignedTxSweep ¶ added in v0.0.2
func CmdRegisterJudge ¶
func CmdRegisteredJudges ¶
func CmdSignRefund ¶
func CmdSignRefundAll ¶
func CmdSignRefundQuery ¶ added in v0.0.2
func CmdSignSweep ¶
func CmdSignSweepAll ¶
func CmdSignSweepQuery ¶ added in v0.0.2
func CmdSweepProposal ¶
func CmdUnsignedTxRefund ¶ added in v0.0.2
func CmdUnsignedTxRefundAll ¶ added in v0.0.2
func CmdUnsignedTxSweep ¶ added in v0.0.2
func CmdUnsignedTxSweepAll ¶ added in v0.0.2
func CmdWithdrawRequest ¶
func CmdWithdrawTxFinal ¶
func CmdWithdrawTxSigned ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Source Files ¶
- query.go
- query_broadcast_tx_refund.go
- query_broadcast_tx_refund_all.go
- query_broadcast_tx_sweep.go
- query_broadcast_tx_sweep_all.go
- query_params.go
- query_propose_refund_hash_all.go
- query_propose_sweep_address.go
- query_propose_sweep_addresses_all.go
- query_registered_btc_deposit_address.go
- query_registered_btc_deposit_address_by_twilight_adress.go
- query_registered_btc_deposit_addresses.go
- query_registered_judge_address_by_validator_address.go
- query_registered_judges.go
- query_registered_reserve_scripts.go
- query_sign_refund.go
- query_sign_refund_all.go
- query_sign_sweep.go
- query_sign_sweep_all.go
- query_unsigned_tx_refund.go
- query_unsigned_tx_refund_all.go
- query_unsigned_tx_sweep.go
- query_unsigned_tx_sweep_all.go
- query_withdraw_btc_request_all.go
- tx.go
- tx_broadcast_tx_refund.go
- tx_broadcast_tx_sweep.go
- tx_confirm_btc_withdraw.go
- tx_msg_confirm_btc_deposit.go
- tx_propose_refund_hash.go
- tx_propose_sweep_address.go
- tx_register_deposit_address.go
- tx_register_judge.go
- tx_register_reserve_address.go
- tx_sign_refund.go
- tx_sign_sweep.go
- tx_sweep_proposal.go
- tx_unsigned_tx_refund.go
- tx_unsigned_tx_sweep.go
- tx_withdraw_request.go
- tx_withdraw_tx_final.go
- tx_withdraw_tx_signed.go
Click to show internal directories.
Click to hide internal directories.