Documentation ¶
Index ¶
Constants ¶
View Source
const ( Added = "ADDED" Removed = "REMOVED" Modified = "MODIFIED" Verifier = "verifier" VerifierClient = "verifier_client" )
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"` AddressType string `pg:",notnull"` }
func (*DataCapBalance) Persist ¶
func (d *DataCapBalance) Persist(ctx context.Context, s model.StorageBatch, _ model.Version) error
type DataCapBalanceList ¶
type DataCapBalanceList []*DataCapBalance
func (DataCapBalanceList) Persist ¶
func (d DataCapBalanceList) Persist(ctx context.Context, s model.StorageBatch, _ model.Version) error
Click to show internal directories.
Click to hide internal directories.