Interface SubstrateRuntimeVersion

interface SubstrateRuntimeVersion {
    apis: Record<string, number>;
    implName: string;
    implVersion: number;
    specName: string;
    specVersion: number;
    transactionVersion: number;
}

Properties

apis: Record<string, number>
implName: string
implVersion: number
specName: string
specVersion: number
transactionVersion: number