Documentation Index
Fetch the complete documentation index at: https://docs.evav.org/llms.txt
Use this file to discover all available pages before exploring further.
Approve address to manage collection items
import { mkt } from './config'
await mkt.approveEscrow('<COLLECTION_ADDRESS>')
Check if the address is approved to manage the collection items
import { mkt } from './config'
const isAddressApproved = await mkt.isEscrowAddroved('<COLLECTION_ADDRESS>')