Interface RootHashRegistryMessage

RegistryMessage is a runtime message that allows a runtime to perform staking operations.

interface RootHashRegistryMessage {
    update_runtime?: RegistryRuntime;
    v: number;
}

Hierarchy (view full)

Properties

Properties

update_runtime?: RegistryRuntime
v: number