Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constants ¶
type Constants struct { CostPerByte int64 HardGasLimitPerOperation int64 HardStorageLimitPerOperation int64 TimeBetweenBlocks int64 }
Constants -
type Protocol ¶
type Protocol struct { bun.BaseModel `bun:"protocols"` ID int64 `bun:"id,pk,notnull,autoincrement"` Hash string `bun:"hash,type:text,unique:protocol_hash_idx"` StartLevel int64 EndLevel int64 SymLink string `bun:"sym_link,type:text"` Alias string `bun:"alias,type:text"` ChainID string `bun:"chain_id,type:text"` *Constants }
Protocol -
func (*Protocol) ValidateChainID ¶
ValidateChainID -
Click to show internal directories.
Click to hide internal directories.