3. How to use an Orbit Bridge
EVM
Vault Contract Interface
interface IVault {
function deposit(string memory toChain, bytes memory toAddr) payable public;
function depositToken(address token, string memory toChain, bytes memory toAddr, uint amount) public;
}Details
deposit(string memory toChain, bytes memory toAddr) payableExample
Minter Contract Interface
Details
Example
STACKS
Minter Contract Interface
Last updated