PreRegisterNodeCall

class PreRegisterNodeCall(result: Result<PrivateNodeRegistrationRequest>) : MockMethodCall<PreRegisterNodeArgs, PrivateNodeRegistrationRequest>

Mock call to pre-register a private node.

Parameters

result

The registration request to return to mimic a success scenario, or the exception to throw in a failure scenario.

Constructors

Link copied to clipboard
constructor(result: Result<PrivateNodeRegistrationRequest>)

Properties

Link copied to clipboard

The arguments with which the call was made.

Link copied to clipboard

Report whether the method call was actually called.