Register Node Call
class RegisterNodeCall(result: Result<PrivateNodeRegistration>) : MockMethodCall<RegisterNodeArgs, PrivateNodeRegistration>
Mock call to register a private node.
Parameters
result
The private node registration to return to mimic a success scenario, or the exception to throw in a failure scenario.