VerifyConnectionDeepOptionsOptions for deep (tier-2/3/4) verifyConnection — RPC + optional resource / F4 hash.
Source src/Hyperlink.ts:450010 lines
export type type VerifyConnectionDeepOptions =
VerifyConnectionOptions & {
readonly deep: true
readonly resource?: string
readonly contractHash?: string
}
Options for deep (tier-2/3/4)
verifyConnection
— RPC + optional resource / F4 hash.
VerifyConnectionDeepOptions = type VerifyConnectionOptions = {
readonly timeout?: Duration.Input
readonly url?: string
readonly path?: string
readonly all?: boolean
}
Options for the cheap (tier-1)
verifyConnection
probe.
VerifyConnectionOptions & {
readonly deep: truedeep: true;
/** When set, require this resource key in `NodeStatus.resources` and `ready: true`. */
readonly resource?: string | undefinedWhen set, require this resource key in NodeStatus.resources and ready: true.
resource?: string;
/**
* Expected F4 {@link contractHash} for `resource`. When set (requires `resource`), mismatch
* → {@link ContractMismatch}.
*/
readonly contractHash?: string | undefinedExpected F4
contractHash
for resource. When set (requires resource), mismatch
→
ContractMismatch
.
contractHash?: string;
};
Referenced by 1 symbols