@sentio/sdk
    Preparing search index...

    Interface ApprovalForAllEventObject

    interface ApprovalForAllEventObject {
        account: string;
        approved: boolean;
        operator: string;
    }
    Index

    Properties

    account: string
    approved: boolean
    operator: string