Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddressToAssetAssociation ¶ added in v1.1.9
type AddressToAssetAssociation struct { CreatedAt time.Time `gorm:"index:,"` DeletedAt *time.Time `gorm:"index:,; default:NULL"` Address Address `gorm:"ForeignKey:AddressID; not null"` AddressID uint `gorm:"primaryKey; autoIncrement:false; index:,"` Asset Asset `gorm:"ForeignKey:AssetID; not null"` AssetID uint `gorm:"primaryKey; autoIncrement:false; index:,"` }
type Asset ¶ added in v1.1.9
type Asset struct { CreatedAt time.Time `gorm:"index:,"` ID uint `gorm:"primary_key; uniqueIndex"` Asset string `gorm:"type:varchar(128); uniqueIndex"` Decimals uint `gorm:"int(4)"` Name string `gorm:"type:varchar(128)"` Symbol string `gorm:"type:varchar(128)"` Type string `gorm:"type:varchar(12)"` Coin uint }
type AssetSubscription ¶ added in v1.1.9
type NotificationSubscription ¶ added in v1.1.9
Click to show internal directories.
Click to hide internal directories.