@sentio/sdk
    Preparing search index...

    Interface ApprovalEventObject

    interface ApprovalEventObject {
        approved: string;
        owner: string;
        tokenId: bigint;
    }
    Index

    Properties

    approved: string
    owner: string
    tokenId: bigint