CrossChainTellerBase
Functions
constructor
constructor(
address _owner,
address _vault,
address _accountant
)
TellerWithMultiAssetSupport(_owner, _vault, _accountant);depositAndBridge
function depositAndBridge(
ERC20 depositAsset,
uint256 depositAmount,
uint256 minimumMint,
BridgeData calldata data
)
external
payable
requiresAuth
nonReentrant;Name
Type
Description
previewFee
bridge
Name
Type
Description
_bridge
Name
Type
Description
Name
Type
Description
_quote
Name
Type
Description
_beforeBridge
Name
Type
Description
_afterBridge
Name
Type
Description
_beforeReceive
_afterReceive
Name
Type
Description
Events
MessageSent
MessageReceived
Was this helpful?