Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Type Alias CodecRecord<T>

    CodecRecord: { [K in PropertyKeys<T>]: T[K] }

    Converts a class T into an object with the same fields as the class.

    Type Parameters

    • T