schema

package
v0.0.0-...-2ff182f Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Launchpad

type Launchpad struct {
	ent.Schema
}

Launchpad holds the schema definition for the Launchpad entity.

func (Launchpad) Edges

func (Launchpad) Edges() []ent.Edge

Edges of the Launchpad.

func (Launchpad) Fields

func (Launchpad) Fields() []ent.Field

Fields of the Launchpad.

type Metadata

type Metadata struct {
	Rating     string      `json:"rating"`
	TonPrice   string      `json:"ton_price"`
	Milestones []Milestone `json:"milestones"`
}

type Milestone

type Milestone struct {
	Boost    string `json:"boost"`
	Area     string `json:"ha"`
	TonPrice string `json:"ton"`
	Ceil     int    `json:"ceil"`
	Id       int    `json:"id"`
}

type Mint

type Mint struct {
	ent.Schema
}

Mint holds the schema definition for the Mint entity.

func (Mint) Edges

func (Mint) Edges() []ent.Edge

Edges of the Mint.

func (Mint) Fields

func (Mint) Fields() []ent.Field

Fields of the Mint.

type MinterContract

type MinterContract struct {
	Address string          `json:"address"`
	Abi     json.RawMessage `json:"abi"`
}

type PaymentToken

type PaymentToken struct {
	Symbol  string `json:"symbol"`
	Address string `json:"address"`
}

type Project

type Project struct {
	ent.Schema
}

Project holds the schema definition for the Project entity.

func (Project) Edges

func (Project) Edges() []ent.Edge

Edges of the Project.

func (Project) Fields

func (Project) Fields() []ent.Field

Fields of the Project.

func (Project) Indexes

func (Project) Indexes() []ent.Index

Jump to

Keyboard shortcuts

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