Box name and its content.

Implements

Constructors

  • Creates a new Box object.

    Parameters

    • __namedParameters: {
          name: string | Uint8Array;
          round: number | bigint;
          value: string | Uint8Array;
      }
      • name: string | Uint8Array
      • round: number | bigint
      • value: string | Uint8Array

    Returns indexerModels.Box

Properties

name: Uint8Array

(name) box name, base64 encoded

round: bigint

The round for which this information is relevant

value: Uint8Array

(value) box value, base64 encoded.

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc