requests

package
v0.0.0-...-480d9bb Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlgorandBalance

type AlgorandBalance struct {
	Participation struct {
		Vrfpkb64  string `json:"vrfpkb64"`
		Partpkb64 string `json:"partpkb64"`
		Votefst   int    `json:"votefst"`
		Votelst   int    `json:"votelst"`
		Votekd    int    `json:"votekd"`
	} `json:"participation"`
	Amount                      uint64 `json:"amount"`
	Pendingrewards              int    `json:"pendingrewards"`
	Address                     string `json:"address"`
	Assets                      string `json:"assets"`
	Round                       int    `json:"round"`
	Thisassettotal              string `json:"thisassettotal"`
	Amountwithoutpendingrewards int    `json:"amountwithoutpendingrewards"`
	Rewards                     int    `json:"rewards"`
	Status                      string `json:"status"`
}

type BalancesRequest

type BalancesRequest struct {
	Addresses []string `json:"addresses"`
}

type BnBBalance

type BnBBalance struct {
	AccountNumber int    `json:"account_number"`
	Address       string `json:"address"`
	Balances      []struct {
		Free   string `json:"free"`
		Frozen string `json:"frozen"`
		Locked string `json:"locked"`
		Symbol string `json:"symbol"`
	} `json:"balances"`
	Sequence int `json:"sequence"`
}

type CosmosBalance

type CosmosBalance []struct {
	Denom  string `json:"denom"`
	Amount string `json:"amount"`
}

type EthBasedBlocksHeight

type EthBasedBlocksHeight struct {
	Result struct {
		Number string `json:"number"`
	}
}

type EthEstimateGasRequest

type EthEstimateGasRequest struct {
	ContractAddress string `json:"contractAddress"`
	Data            string `json:"data"`
}

type RawTransaction

type RawTransaction struct {
	Data string `json:"data"`
}

type TezosBalance

type TezosBalance []string

type UtxoBasedBalance

type UtxoBasedBalance struct {
	Balance string `json:"balance"`
}

type UtxoBasedBlocksHeight

type UtxoBasedBlocksHeight struct {
	Backend struct {
		Blocks int64 `json:"blocks"`
	}
}

type UtxoBasedTxOutputs

type UtxoBasedTxOutputs struct {
	Vout []struct {
		ScriptPubKey struct {
			Hex       string   `json:"hex"`
			Addresses []string `json:"addresses"`
		}
	} `json:"vout"`
}

type XRPBalance

type XRPBalance struct {
	Result      string `json:"result"`
	LedgerIndex int    `json:"ledger_index"`
	Limit       int    `json:"limit"`
	Balances    []struct {
		Currency string `json:"currency"`
		Value    string `json:"value"`
	} `json:"balances"`
}

Jump to

Keyboard shortcuts

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