Documentation
¶
Index ¶
Constants ¶
View Source
const ( // todo: move to CLDF? AptosMCMSType cldf.ContractType = "AptosManyChainMultisig" )
Variables ¶
This section is empty.
Functions ¶
func LoadMCMSAddresses ¶
func LoadMCMSAddresses(env cldf.Environment, chainSelectors []uint64, mcmsContractVersion semver.Version) (map[uint64]aptos.AccountAddress, error)
LoadMCMSAddresses tries to load the mcms addresses for all given chain selectors from the environment. mcmsContractVersion is the semver that must match each candidate address ref's Version field. If no mcms address can be found for any given chain selector, an error will be returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.