Return the protocol config table for the given version number. If the version number is not specified, If none is specified, the node uses the version of the latest epoch it has processed.

interface GetProtocolConfigParams {
    version?: null | string;
}

Properties

Properties

version?: null | string

An optional protocol version specifier. If omitted, the latest protocol config table for the node will be returned.