package
Version:
v0.0.0-...-9fe6307
Opens a new window with list of versions in this module.
Published: Apr 23, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Input struct {
ABIEncoded string `json:"abi_encoded"`
To ethcmn.Address `json:"to"`
AmountToMint string `json:"amount_to_mint"`
MetaID string `json:"meta_id"`
SetPrice string `json:"set_price"`
IsForSale bool `json:"is_for_sale"`
}
type Output struct {
NftID string `json:"nft_id"`
}
type RawInput struct {
To ethcmn.Address `json:"to"`
AmountToMint string `json:"amount_to_mint"`
MetaID string `json:"meta_id"`
SetPrice string `json:"set_price"`
IsForSale bool `json:"is_for_sale"`
}
type Result struct {
Code int `json:"code"`
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.