Documentation ¶
Index ¶
Constants ¶
View Source
const (
ApiModuleName = "Parachain"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module implements the Parachain `validate_block` Runtime API function
func New ¶
func New( parachainSystem parachain_system.Module, blockExecutor aura_ext.BlockExecutor, runtimeDecoder types.RuntimeDecoder, hostEnvironment pvf.HostEnvironment, logger log.RuntimeLogger) Module
func (Module) Item ¶
func (m Module) Item() primitives.ApiItem
Item returns the first 8 bytes of the Blake2b hash of the name and version of the api module.
Click to show internal directories.
Click to hide internal directories.