
The highest tagged major version is
v2.
package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Jun 15, 2023
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Pool struct {
Assets []struct {
Type string `json:"type"`
Address string `json:"address"`
Metadata *struct {
Name string `json:"name"`
Symbol string `json:"symbol"`
Decimals float64 `json:"decimals"`
} `json:"metadata"`
} `json:"assets"`
Reserves []string `json:"reserves"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.