Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FeltSchemaType = map[string]string{ dialect.Postgres: "numeric", }
Functions ¶
This section is empty.
Types ¶
type Balance ¶
func (Balance) Annotations ¶
func (Balance) Annotations() []schema.Annotation
Annotations returns Transaction annotations.
type Block ¶
Block defines the Block type schema.
func (Block) Annotations ¶
func (Block) Annotations() []schema.Annotation
Annotations returns Block annotations.
type Contract ¶
Contract holds the schema definition for the Contract entity.
func (Contract) Annotations ¶
func (Contract) Annotations() []schema.Annotation
Annotations returns Contract annotations.
type Event ¶
Event defines the Event type schema.
func (Event) Annotations ¶
func (Event) Annotations() []schema.Annotation
Annotations returns Event annotations.
type Transaction ¶
Transaction defines the Transaction type schema.
func (Transaction) Annotations ¶
func (Transaction) Annotations() []schema.Annotation
Annotations returns Transaction annotations.
func (Transaction) Fields ¶
func (Transaction) Fields() []ent.Field
Fields returns Transaction fields.
type TransactionReceipt ¶
TransactionReceipt defines the TransactionReceipt type schema.
func (TransactionReceipt) Annotations ¶
func (TransactionReceipt) Annotations() []schema.Annotation
Annotations returns TransactionReceipt annotations.
func (TransactionReceipt) Edges ¶
func (TransactionReceipt) Edges() []ent.Edge
Edges returns TransactionReceipt edges.
func (TransactionReceipt) Fields ¶
func (TransactionReceipt) Fields() []ent.Field
Fields returns TransactionReceipt fields.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.