Files
sonr/internal/orm/Chain.pkl.go
T

15 lines
382 B
Go
Raw Normal View History

2024-09-30 19:44:16 -04:00
// Code generated from Pkl module `orm`. DO NOT EDIT.
2024-09-19 02:04:22 -04:00
package orm
2024-09-18 02:22:17 -04:00
type Chain struct {
Id string `pkl:"id" json:"id,omitempty" query:"id"`
Name string `pkl:"name" json:"name,omitempty"`
NetworkId string `pkl:"networkId" json:"networkId,omitempty"`
ChainCode uint `pkl:"chainCode" json:"chainCode,omitempty"`
CreatedAt *string `pkl:"createdAt" json:"createdAt,omitempty"`
}