@sentio/sdk
    Preparing search index...

    Type Alias TransferFilter

    type TransferFilter = {
        assetId?: string | string[];
        from?: string | string[];
        to?: string | string[];
    }
    Index

    Properties

    Properties

    assetId?: string | string[]
    from?: string | string[]
    to?: string | string[]