Discover Packages
github.com/vanclief/go-imx-client
types
package
Version:
v0.1.7
Opens a new window with list of versions in this module.
Published: Apr 27, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Token struct {
Type string `json:"type"`
Data TokenData `json:"data"`
}
type TokenData struct {
TokenID string `json:"token_id"`
ID string `json:"id"`
TokenAddress string `json:"token_address"`
Decimals int `json:"decimals"`
Quantity string `json:"quantity"`
Symbol string `json:"symbol"`
}
type Transfer struct {
TransactionID int `json:"transaction_id"`
Status string `json:"status"`
User string `json:"user"`
Receiver string `json:"receiver"`
Token Token `json:"token"`
Timestamp string `json:"timestamp"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.