@sentio/sdk
    Preparing search index...

    Interface TransferBatchEventObject

    interface TransferBatchEventObject {
        from: string;
        ids: bigint[];
        operator: string;
        to: string;
        values: bigint[];
    }
    Index

    Properties

    from: string
    ids: bigint[]
    operator: string
    to: string
    values: bigint[]