pricing

package
v1.3.3-alpha-1 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomFee

type CustomFee struct {
	PaymentToken string          `json:"paymentToken"`
	Fee          decimal.Decimal `json:"fee"`
}

type NonFungibleFee

type NonFungibleFee struct {
	IsNative     bool            `json:"isNative"`
	PaymentToken string          `json:"paymentToken"`
	Fee          decimal.Decimal `json:"fee"`
	CustomFees   []CustomFee     `json:"customFees"`
}

type TokenPriceInfo

type TokenPriceInfo struct {
	UsdPrice         decimal.Decimal
	MinAmountWithFee *big.Int
	DefaultMinAmount *big.Int
}

Jump to

Keyboard shortcuts

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