package
Version:
v1.3.3-alpha-1
Opens a new window with list of versions in this module.
Published: Feb 20, 2023
License: Apache-2.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 CustomFee struct {
PaymentToken string `json:"paymentToken"`
Fee decimal.Decimal `json:"fee"`
}
type NonFungibleFee struct {
IsNative bool `json:"isNative"`
PaymentToken string `json:"paymentToken"`
Fee decimal.Decimal `json:"fee"`
CustomFees []CustomFee `json:"customFees"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.