Selection of specific fields to return for each data type

interface FieldSelection {
    block?: BlockField[];
    log?: LogField[];
    trace?: TraceField[];
    transaction?: TransactionField[];
}

Properties

block?: BlockField[]

Block fields to include in the response

log?: LogField[]

Log fields to include in the response

trace?: TraceField[]

Trace fields to include in the response

transaction?: TransactionField[]

Transaction fields to include in the response