Interface SetApprovalForAllCallObject

interface SetApprovalForAllCallObject {
    _approved: boolean;
    operator: string;
}

Properties

Properties

_approved: boolean
operator: string