Documentation
¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func SimulateMsgBroadcastTxRefund(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgBroadcastTxSweep(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgConfirmBtcDeposit(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgConfirmBtcWithdraw(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgProposeRefundHash(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgProposeSweepAddress(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgRegisterDepositAddress(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgRegisterJudge(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgRegisterReserveAddress(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgSignRefund(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgSignSweep(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgSweepProposal(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgUnsignedTxRefund(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgUnsignedTxSweep(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgWithdrawBtcRequest(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgWithdrawTxFinal(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgWithdrawTxSigned(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAccount ¶
FindAccount find a specific address from an account list
func SimulateMsgBroadcastTxRefund ¶ added in v0.0.2
func SimulateMsgBroadcastTxRefund( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgBroadcastTxSweep ¶
func SimulateMsgBroadcastTxSweep( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgConfirmBtcDeposit ¶
func SimulateMsgConfirmBtcDeposit( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgConfirmBtcWithdraw ¶
func SimulateMsgConfirmBtcWithdraw( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgProposeRefundHash ¶
func SimulateMsgProposeRefundHash( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgProposeSweepAddress ¶ added in v0.0.2
func SimulateMsgProposeSweepAddress( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgRegisterDepositAddress ¶
func SimulateMsgRegisterDepositAddress( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgRegisterJudge ¶
func SimulateMsgRegisterJudge( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgRegisterReserveAddress ¶
func SimulateMsgRegisterReserveAddress( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgSignRefund ¶
func SimulateMsgSignRefund( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgSignSweep ¶
func SimulateMsgSignSweep( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgSweepProposal ¶
func SimulateMsgSweepProposal( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgUnsignedTxRefund ¶ added in v0.0.2
func SimulateMsgUnsignedTxRefund( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgUnsignedTxSweep ¶ added in v0.0.2
func SimulateMsgUnsignedTxSweep( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgWithdrawBtcRequest ¶
func SimulateMsgWithdrawBtcRequest( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgWithdrawTxFinal ¶
func SimulateMsgWithdrawTxFinal( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgWithdrawTxSigned ¶
func SimulateMsgWithdrawTxSigned( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
Types ¶
This section is empty.
Source Files
¶
- broadcast_tx_refund.go
- broadcast_tx_sweep.go
- confirm_withdraw.go
- helpers.go
- msg_confirm_btc_deposit.go
- propose_refund_hash.go
- propose_sweep_address.go
- register_deposit_address.go
- register_judge.go
- register_reserve_address.go
- sign_refund.go
- sign_sweep.go
- simap.go
- sweep_proposal.go
- unsigned_tx_refund.go
- unsigned_tx_sweep.go
- withdraw_request.go
- withdraw_tx_final.go
- withdraw_tx_signed.go
Click to show internal directories.
Click to hide internal directories.