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