types

package
v0.0.0-...-9fe6307 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ServiceName = "nft"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Input

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

type Output struct {
	NftID string `json:"nft_id"`
}

type RawInput

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

type Result struct {
	Code    int    `json:"code"`
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

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