Interface RegistryGetRuntimeQuery

GetRuntimeQuery is a registry query by namespace (Runtime ID).

interface RegistryGetRuntimeQuery {
    height: longnum;
    id: Uint8Array;
    include_suspended?: boolean;
}

Properties

height: longnum
id: Uint8Array
include_suspended?: boolean