@sentio/sdk
    Preparing search index...

    Interface TransferEventObject

    interface TransferEventObject {
        from: string;
        to: string;
        tokenId: bigint;
    }
    Index

    Properties

    Properties

    from: string
    to: string
    tokenId: bigint