package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 24, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
ID uint `gorm:"primary_key" json:"-"`
Address string `sql:"default: null;size:100" json:"address"`
Nonce int `json:"nonce"`
Balance decimal.Decimal `json:"balance" sql:"type:decimal(30,0);"`
Lock decimal.Decimal `json:"lock" sql:"type:decimal(30,0);"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.