type_

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeeInfo added in v0.1.3

type FeeInfo struct {
	BaseFee          string `json:"base_fee"`
	PriorityFee      string `json:"priority_fee"`
	TotalFee         string `json:"total_fee"`
	ComputeUnitPrice uint64 `json:"compute_unit_price"`
}

type SwapType

type SwapType string
const (
	SwapType_Buy  SwapType = "buy"
	SwapType_Sell SwapType = "sell"
)

type TokenAmountInfo added in v0.1.2

type TokenAmountInfo struct {
	Amount   string `json:"amount"`
	Decimals uint64 `json:"decimals"`
}

Jump to

Keyboard shortcuts

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