Class BcsType<T, Input>

Type Parameters

  • T
  • Input = T

Constructors

Properties

$inferInput: Input
$inferType: T
name: string
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

  • Parameters

    Returns void