@hashgraph/solo
    Preparing search index...

    Interface for converting a class to a plain object.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    accountId: AccountId
    adminKey: PublicKey
    deleted: false
    description: string
    gossipCaCertificate: string
    gossipEndpoint: ServiceEndpoint[] = []
    grpcCertificateHash: string
    nodeId: number
    serviceEndpoint: ServiceEndpoint[] = []
    weight: number

    Methods

    • Converts the class instance to a plain object.

      Returns {
          accountId: NodeAccountId;
          adminKey: PublicKey;
          deleted: boolean;
          description: string;
          gossipCaCertificate: string;
          gossipEndpoint: ServiceEndpoint[];
          grpcCertificateHash: string;
          nodeId: number;
          serviceEndpoint: ServiceEndpoint[];
          weight: number;
      }

      the plain object representation of the class.