pbf-ts - v1.1.0
    Preparing search index...

    Type Alias ReadFieldFunction<U>

    ReadFieldFunction: (tag: number, input: U, pbf: Pbf & PbfReader) => void

    User defined function to read in fields from a Pbf instance into input.

    Type Parameters

    • U

      the input type

    Type declaration