Warning

data class Warning(val clientLedgerVersion: String, val nodeSpecName: String, val nodeSpecVersion: Long, val message: String) : VersionCoherence.Result

Node version is outside the known-compatible set, but the policy is non-blocking (HARD_FAIL_ON_SKEW = false). Loud warning; the SDK still proceeds.

Constructors

Link copied to clipboard
constructor(clientLedgerVersion: String, nodeSpecName: String, nodeSpecVersion: Long, message: String)

Properties

Link copied to clipboard
open override val clientLedgerVersion: String
Link copied to clipboard
Link copied to clipboard
open override val nodeSpecName: String
Link copied to clipboard
open override val nodeSpecVersion: Long