Message is a message that can be sent by a runtime.

interface RootHashMessage {
    governance?: RootHashGovernanceMessage;
    registry?: RootHashRegistryMessage;
    staking?: RootHashStakingMessage;
}

Properties