Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

GetBNBLastPriceResponse

GetBNBLastPriceResponse: { ethbtc: string; ethbtc_timestamp: string; ethusd: string; ethusd_timestamp: string }

Type declaration

  • ethbtc: string
  • ethbtc_timestamp: string
  • ethusd: string
  • ethusd_timestamp: string

GetBNBTotalSupplyResponse

GetBNBTotalSupplyResponse: string

GetValidatorsResponse

GetValidatorsResponse: GetValidatorsResponseItem[]

GetValidatorsResponseItem

GetValidatorsResponseItem: { validatorAddress: string; validatorName: string; validatorStatus: string; validatorVotingPower: string; validatorVotingPowerProportion: string }

Type declaration

  • validatorAddress: string
  • validatorName: string
  • validatorStatus: string
  • validatorVotingPower: string
  • validatorVotingPowerProportion: string

Generated using TypeDoc