package
Version:
v0.0.0-...-9d9ea44
Opens a new window with list of versions in this module.
Published: Nov 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Response struct {
Items []Transaction `json:"items"`
}
type Transaction struct {
Timestamp string `json:"timestamp"`
To struct {
Hash string `json:"hash"`
} `json:"to"`
Value string `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.