Documentation
¶
Index ¶
Constants ¶
View Source
const ( Added = "ADDED" Removed = "REMOVED" Modified = "MODIFIED" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataCapBalance ¶
type DataCapBalance struct {
Height int64 `pg:",pk,notnull,use_zero"`
StateRoot string `pg:",pk,notnull"`
Address string `pg:",pk,notnull"`
Event string `pg:",notnull,type:data_cap_balance_event_type"`
DataCap string `pg:",notnull,type:numeric"`
}
func (*DataCapBalance) Persist ¶
func (d *DataCapBalance) Persist(ctx context.Context, s model.StorageBatch, version model.Version) error
type DataCapBalanceList ¶
type DataCapBalanceList []*DataCapBalance
func (DataCapBalanceList) Persist ¶
func (d DataCapBalanceList) Persist(ctx context.Context, s model.StorageBatch, version model.Version) error
Click to show internal directories.
Click to hide internal directories.