xAnchor Wormhole Bridge
Last updated
Was this helpful?
Was this helpful?
pub enum ExecuteMsg {
ProcessAnchorMessage {
instruction_vaa: Binary,
option_token_transfer_vaa: Option<Binary>,
},
SendAsset {
asset: Asset,
},
/// Admin
RegisterWormholeChainInfo {
// Wormhole chain id.
chain_id: u16,
// address of contract on remote chain
address: Vec<u8>,
},
}