Documentation ¶
Index ¶
- type VegaNetworkSmartContracts
- func (m *VegaNetworkSmartContracts) RemoveStake(ethWallet *wallet.EthWallet, partyPubKey string) error
- func (m *VegaNetworkSmartContracts) TopUpStake(minterWallet *wallet.EthWallet, requiredStakeByParty map[string]*big.Int) error
- func (m *VegaNetworkSmartContracts) TopUpStakeForOne(minterWallet *wallet.EthWallet, partyPubKey string, amount *big.Int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VegaNetworkSmartContracts ¶
type VegaNetworkSmartContracts struct { VegaToken *erc20token.ERC20Token AssetPool *erc20assetpool.ERC20AssetPool ERC20Bridge *erc20bridge.ERC20Bridge MultisigControl *multisigcontrol.MultisigControl StakingBridge *stakingbridge.StakingBridge EthClient *ethclient.Client // contains filtered or unexported fields }
func (*VegaNetworkSmartContracts) RemoveStake ¶
func (m *VegaNetworkSmartContracts) RemoveStake(ethWallet *wallet.EthWallet, partyPubKey string) error
func (*VegaNetworkSmartContracts) TopUpStake ¶
func (*VegaNetworkSmartContracts) TopUpStakeForOne ¶
Click to show internal directories.
Click to hide internal directories.