BondIntent
Overview
Message Format
struct BondInfo {
address solver;
uint256 nonce;
bytes32 orderHash; // hash of the bond order
uint256 srcFee; // fee taken on the src chain
Item input; // input of the order
Item output; // output of the order
address lpToken; // the token the filler of the BondIntent needs to provide
uint256 lpAmount; // the amount the filler of the BondIntent needs to provide
uint256 deadline; // deadline for the intent issuer to successfully use the borrowed liqudity
}Fees
Last updated