@sentio/sdk
    Preparing search index...

    Type Alias PreprocessResult

    PreprocessResult: Message<"processor.PreprocessResult"> & {
        ethCallParams: EthCallParam[];
    }

    Type Declaration

    • ethCallParams: EthCallParam[]

      from field: repeated processor.EthCallParam ethCallParams = 1;

    from message processor.PreprocessResult