Optional
const EscrowInfo = await queryEscrowsInfo(andamioConfig); Copy
const EscrowInfo = await queryEscrowsInfo(andamioConfig);
If you have a specific contract token then you can query the info of that corresponding escrow only
const EscrowInfo = await queryEscrowsInfo(andamioConfig, contractToken); Copy
const EscrowInfo = await queryEscrowsInfo(andamioConfig, contractToken);
Generated using TypeDoc
Example
If you have a specific contract token then you can query the info of that corresponding escrow only