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 MemAccounts ¶
func NewMemAccounts ¶
func NewMemAccounts() MemAccounts
func (MemAccounts) GetAccount ¶
func (m MemAccounts) GetAccount(pubkey *[32]byte) (*Account, error)
func (MemAccounts) SetAccount ¶
func (m MemAccounts) SetAccount(pubkey *[32]byte, acc *Account) error
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.