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

17 lines
431 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 Asset struct {
Id string `pkl:"id" json:"id,omitempty" query:"id"`
Name string `pkl:"name" json:"name,omitempty"`
Symbol string `pkl:"symbol" json:"symbol,omitempty"`
Decimals int `pkl:"decimals" json:"decimals,omitempty"`
ChainCode uint `pkl:"chainCode" json:"chainCode,omitempty"`
CreatedAt *string `pkl:"createdAt" json:"createdAt,omitempty"`
}