package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Dec 4, 2024
License: GPL-3.0
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
¶
type SwapTransactionEvent struct {
EventIndex int `json:"eventIndex"`
Sender string `json:"sender"`
Receiver string `json:"receiver"`
InToken TokenAmt `json:"inToken"`
OutToken TokenAmt `json:"outToken"`
PoolAddress string `json:"poolAddress"`
MarketProgramId string `json:"market"`
}
type TokenAmt struct {
Code string `json:"code"`
Amount string `json:"amount"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.