Options
All
  • Public
  • Public/Protected
  • All
Menu

symbol-network

Index

Type aliases

NetworkAccountName: "founder" | "faucet" | "nemesisSigner" | "harvestNetworkFeeSink" | "mosaicRentalFeeSink" | "namespaceRentalFeeSink"
TransactionInformation: { nodeNumber: number; payload: string; type: string; typeNumber: number }

Type declaration

  • nodeNumber: number
  • payload: string
  • type: string
  • typeNumber: number
VotingKeyFileContent: VotingKeyAccount & { privateFileContent: Uint8Array }

Variables

nodesMetadata: Record<NodeMetadataType, NodeTypeMetadata> = ...

Functions

  • toDescription(network: Network): string
  • toNetworkType(network: Network): NetworkType

Generated using TypeDoc