@sentio/sdk
    Preparing search index...

    Type Alias PreparedData

    PreparedData: Message<"processor.PreparedData"> & {
        ethCallResults: { [key: string]: string };
    }

    Type Declaration

    • ethCallResults: { [key: string]: string }

      from field: map<string, string> eth_call_results = 1;

    from message processor.PreparedData