mirror_node

package
v1.3.1-rc-1 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Transaction

type Transaction struct {
	Bytes                    interface{}   `json:"bytes"`
	ChargedTxFee             int           `json:"charged_tx_fee"`
	ConsensusTimestamp       string        `json:"consensus_timestamp"`
	EntityId                 string        `json:"entity_id"`
	MaxFee                   string        `json:"max_fee"`
	MemoBase64               string        `json:"memo_base64"`
	Name                     string        `json:"name"`
	Node                     string        `json:"node"`
	Nonce                    int           `json:"nonce"`
	ParentConsensusTimestamp string        `json:"parent_consensus_timestamp"`
	Result                   string        `json:"result"`
	Scheduled                bool          `json:"scheduled"`
	TransactionHash          string        `json:"transaction_hash"`
	TransactionId            string        `json:"transaction_id"`
	Transfers                []interface{} `json:"transfers"`
	ValidDurationSeconds     string        `json:"valid_duration_seconds"`
	ValidStartTimestamp      string        `json:"valid_start_timestamp"`
}

type TransactionsResponse

type TransactionsResponse struct {
	Transactions []Transaction     `json:"transactions"`
	Links        map[string]string `json:"links"`
}

type UpdatedFileRateData

type UpdatedFileRateData struct {
	CurrentRate decimal.Decimal
	NextRate    decimal.Decimal
}

Jump to

Keyboard shortcuts

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