Libertas OS API Documentation
    Preparing search index...

    Interface LibertasAvroSchemaFixed

    Represents a fixed type.

    The name field is mandatory for top level types.

    interface LibertasAvroSchemaFixed {
        size: number;
        type: "fixed";
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    size: number
    type: "fixed"
    name?: string