An interface for objects that can be encoded and decoded to/from msgpack and JSON.

Implements

Constructors

  • Creates a new Genesis object.

    Parameters

    • __namedParameters: {
          alloc: GenesisAllocation[];
          comment?: string;
          devmode?: boolean;
          fees: string;
          id: string;
          network: string;
          proto: string;
          rwd: string;
          timestamp: number | bigint;
      }
      • alloc: GenesisAllocation[]
      • Optional comment?: string
      • Optional devmode?: boolean
      • fees: string
      • id: string
      • network: string
      • proto: string
      • rwd: string
      • timestamp: number | bigint

    Returns Genesis

Properties

comment?: string
devmode?: boolean
fees: string
id: string
network: string
proto: string
rwd: string
timestamp: number
encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc