Converter
Contract State
Config
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub struct Config {
pub owner: CanonicalAddr,
pub anchor_token_address: Option<CanonicalAddr>,
pub wormhole_token_address: Option<CanonicalAddr>,
}Key
Type
Description
InstantiateMsg
Key
Type
Description
Key
Type
Description
ExecuteMsg
Receive
Key
Type
Description
Key
Type
Description
RegisterTokens
Key
Type
Description
Key
Type
Description
Receive Hooks
ConvertWormholeToAnchor
Key
Type
Description
Key
Type
Description
ConvertAnchorToWormhole
Key
Type
Description
Key
Type
Description
QueryMsg
Config
Last updated
Was this helpful?