Interface FederatorInfoRequest

The federator_info command asks the federator for information about the door account and other bridge-related information. This method only exists on sidechain federators. Expects a response in the form of a FederatorInfoResponse.

Hierarchy

  • BaseRequest
    • FederatorInfoRequest

Properties

Properties

api_version?: number

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

command: "federator_info"
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.

Generated using TypeDoc