Documentation
    Preparing search index...

    Class BcsType<T, Input, Name>

    Type Parameters

    • T
    • Input = T
    • const Name extends string = string

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    $inferInput: Input
    $inferType: T
    name: Name
    read: (reader: BcsReader) => T
    serializedSize: (value: Input, options?: BcsWriterOptions) => null | number
    validate: (value: Input) => void

    Methods

    • Parameters

      • b64: string

      Returns T

    • Parameters

      • b64: string

      Returns T

    • Parameters

      • hex: string

      Returns T

    • Parameters

      • bytes: Uint8Array

      Returns T