types

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SwapTransactionEvent

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

type TokenAmt struct {
	Code   string `json:"code"`
	Amount string `json:"amount"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL