WormholeBridge
The following describes relevant, public functions on the WormholeBridge smart contract.
Last updated
The following describes relevant, public functions on the WormholeBridge smart contract.
Last updated
This function allows users to get the fee required to deliver a Wormhole VAA on a specified destination chain.
_dstChainId
uint16
The Wormhole chain ID of the destination chain. Please refer to the page to see a list of chain IDs.
fee
uint256
The amount, in terms of source chain native, required to pay for destination chain gas fees.
The amount must be included as msg.value
when calling on the source chain USX contract.