Response shape for the getNetworkInfo nodeCall.

The SDK only consults forks.osDenomination.activated for serializer routing; the rest of the payload is exposed for callers that want to surface near-fork warnings to their users.

interface NetworkInfo {
    forks: {
        osDenomination: ForkStatus;
    };
}

Properties

Properties

forks: {
    osDenomination: ForkStatus;
}