Documentation
¶
Overview ¶
Package runtime provides low-level components of the Solana Execution Layer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EpochSchedule ¶
type InflationParams ¶
type PohParams ¶
type PohParams struct {
TickDuration time.Duration
HasTickCount bool
TickCount uint64
HasHashesPerTick bool
HashesPerTick uint64
}
func (*PohParams) MarshalWithDecoder ¶
type RentParams ¶
Click to show internal directories.
Click to hide internal directories.