types

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2022 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WalletTransactionHistory

type WalletTransactionHistory struct {
	Total   int `json:"total"`
	Results []struct {
		From          string `json:"from" csv:"from"`
		To            string `json:"to" csv:"to"`
		Value         string `json:"value" csv:"value"`
		Timestamp     int64  `json:"timestamp" csv:"timestamp"`
		TimestampStr  string `json:"timestamp_string" csv:"timestamp_string"`
		LogIndex      string `json:"log_index"`
		TxHash        string `json:"tx_hash"`
		TokenAddress  string `json:"token_address"`
		TokenDecimals int    `json:"token_decimals"`
		TokenName     string `json:"token_name"`
		TokenSymbol   string `json:"token_symbol"`
		TokenType     string `json:"token_type"`
	} `json:"results"`
}

Jump to

Keyboard shortcuts

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