domain

package
v2.16.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CoinEstimate

type CoinEstimate struct {
	Value      string `json:"value"`
	Commission string `json:"commission"`
	SwapFrom   string `json:"swap_from"`
}

type Error

type Error struct {
	Code    int    `json:"code"`
	Message string `json:"message"`
}

type ExplorerErrorResponse

type ExplorerErrorResponse struct {
	Error Error `json:"error"`
}

type ExplorerStatusData

type ExplorerStatusData struct {
	AverageBlockTime      float64   `json:"averageBlockTime"`
	BipPriceUsd           float64   `json:"bipPriceUsd"`
	LatestBlockHeight     int       `json:"latestBlockHeight"`
	LatestBlockTime       time.Time `json:"latestBlockTime"`
	MarketCap             float64   `json:"marketCap"`
	TotalTransactions     int       `json:"totalTransactions"`
	TransactionsPerSecond float64   `json:"transactionsPerSecond"`
}

type ExplorerStatusResponse

type ExplorerStatusResponse struct {
	Data ExplorerStatusData `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL