package
Version:
v0.4.0-beta
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AccountResult struct {
PublicKey string `json:"publicKey"`
TrackingId string `json:"trackingId"`
}
type BalanceResult struct {
Balance string `json:"balance"`
Nonce json.Number `json:"nonce"`
}
type Profile struct {
ProfileItems []string
Max int
}
type TokenTransferResponse struct {
TrackingId string `json:"trackingId"`
}
type TrackStatusResult struct {
Active bool `json:"active"`
}
type Transaction struct {
CreatedAt time.Time `json:"createdAt"`
Status string `json:"status"`
TransferValue json.Number `json:"transferValue"`
TxHash string `json:"txHash"`
TxType string `json:"txType"`
}
type VoucherDataResult struct {
TokenName string `json:"tokenName"`
TokenSymbol string `json:"tokenSymbol"`
TokenDecimals int `json:"tokenDecimals"`
SinkAddress string `json:"sinkAddress"`
TokenCommodity string `json:"tokenCommodity"`
TokenLocation string `json:"tokenLocation"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.