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>')