Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManifestRequest

The manifest method reports the current "manifest" information for a given validator public key. The "manifest" is the public portion of that validator's configured token. Expects a response in the form of a ManifestResponse.

const manifest: ManifestRequest = {
 "command": "manifest",
 "public_key": "nHUFE9prPXPrHcG3SkwP1UzAQbSphqyQkQK9ATXLZsfkezhhda3p"
}

Hierarchy

  • BaseRequest
    • ManifestRequest

Index

Properties

Optional api_version

api_version: number

The API version to use. If omitted, use version 1.

command

command: "manifest"

Optional id

id: string | number

A unique value to identify this request. The response to this request uses the same id field. This way, even if responses arrive out of order, you. know which request prompted which response.

public_key

public_key: string

The base58-encoded public key of the validator to look up. This can be the. master public key or ephemeral public key.

Generated using TypeDoc