Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AggregateExchangeRatePrevote

Stores information about data about Oracle aggregate prevotes fetched from the blockchain.

Hierarchy

Index

Constructors

constructor

  • Parameters

    • hash: string

      aggregate vote hash

    • voter: string

      validator

    • submit_block: number

      block during which aggregate prevote was submitted

    Returns AggregateExchangeRatePrevote

Properties

hash

hash: string

submit_block

submit_block: number

voter

voter: string

Methods

toAmino

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): AggregateExchangeRatePrevote

Static fromAmino

Static fromData

Static fromProto