Type alias EncodeSchemaFunc<S>

EncodeSchemaFunc<S>: ((this: S, value: NonNullable<S["value"]>, ...args: SchemaArgs<S>) => Uint8Array)

Type Parameters

Type declaration

    • (this: S, value: NonNullable<S["value"]>, ...args: SchemaArgs<S>): Uint8Array
    • encoding signature for schema node

      Parameters

      • this: S
      • value: NonNullable<S["value"]>
      • Rest ...args: SchemaArgs<S>

      Returns Uint8Array

Generated using TypeDoc