Documentation ¶
Overview ¶
* Copyright (c) 2023, © Circle Internet Financial, LTD. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.
* Copyright (c) 2023, © Circle Internet Financial, LTD. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.
Index ¶
- func GenerateGenesisState(simState *module.SimulationState)
- func SimulateAcceptOwner(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateAddRemoteTokenMessenger(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateDepositForBurn(accountKeeper types.AccountKeeper, bankKeeper types.BankKeeper, ...) simTypes.Operation
- func SimulateDepositForBurnWithCaller(accountKeeper types.AccountKeeper, bankKeeper types.BankKeeper, ...) simTypes.Operation
- func SimulateDisableAttester(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateEnableAttester(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateLinkTokenPair(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulatePausingOfBurningAndMinting(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulatePausingOfSendingAndReceiving(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateReceiveMessage(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateRemoveRemoteTokenMessenger(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateReplaceDepositForBurn(accountKeeper types.AccountKeeper, bankKeeper types.BankKeeper, ...) simTypes.Operation
- func SimulateReplaceMessage(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateSendMessage(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateSendMessageWithCaller(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateSetMaxBurnAmountPerMessage(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateUnlinkTokenPair(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateUpdateAttesterManager(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateUpdateMaxMessageBodySize(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateUpdateOwner(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateUpdatePauser(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateUpdateSignatureThreshold(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func SimulateUpdateTokenController(accountKeeper types.AccountKeeper, keeper *keeper.Keeper) simTypes.Operation
- func WeightedOperations(_ codec.JSONCodec, accountKeeper types.AccountKeeper, ...) simulation.WeightedOperations
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateGenesisState ¶
func GenerateGenesisState(simState *module.SimulationState)
func SimulateAcceptOwner ¶
func SimulateDepositForBurn ¶
func SimulateDepositForBurn(accountKeeper types.AccountKeeper, bankKeeper types.BankKeeper, keeper *keeper.Keeper) simTypes.Operation
func SimulateDepositForBurnWithCaller ¶
func SimulateDepositForBurnWithCaller(accountKeeper types.AccountKeeper, bankKeeper types.BankKeeper, keeper *keeper.Keeper) simTypes.Operation
func SimulateDisableAttester ¶
func SimulateEnableAttester ¶
func SimulateLinkTokenPair ¶
func SimulateReceiveMessage ¶
func SimulateReplaceDepositForBurn ¶
func SimulateReplaceDepositForBurn(accountKeeper types.AccountKeeper, bankKeeper types.BankKeeper, keeper *keeper.Keeper) simTypes.Operation
func SimulateReplaceMessage ¶
func SimulateSendMessage ¶
func SimulateUnlinkTokenPair ¶
func SimulateUpdateOwner ¶
func SimulateUpdatePauser ¶
func WeightedOperations ¶
func WeightedOperations(_ codec.JSONCodec, accountKeeper types.AccountKeeper, bankKeeper types.BankKeeper, keeper *keeper.Keeper) simulation.WeightedOperations
Types ¶
This section is empty.