Package-level declarations
Types
Link copied to clipboard
                  Arguments passed to the collectParcels() method of the PDC client.
Link copied to clipboard
                  class CollectParcelsCall(result: Result<Flow<ParcelCollection>>) : MockMethodCall<CollectParcelsArgs, Flow<ParcelCollection>> 
Mock call to collect parcels.
Link copied to clipboard
                  Arguments passed to the deliverParcel() method of the PDC client.
Link copied to clipboard
                  Mock call to deliver a parcel.
Link copied to clipboard
                  Link copied to clipboard
                  PDC client implementation whose methods are mocked.
Link copied to clipboard
                  Arguments passed to the preRegisterNode() method of the PDC client.
Link copied to clipboard
                  class PreRegisterNodeCall(result: Result<PrivateNodeRegistrationRequest>) : MockMethodCall<PreRegisterNodeArgs, PrivateNodeRegistrationRequest> 
Mock call to pre-register a private node.
Link copied to clipboard
                  Arguments passed to the registerNode() method of the PDC client.
Link copied to clipboard
                  class RegisterNodeCall(result: Result<PrivateNodeRegistration>) : MockMethodCall<RegisterNodeArgs, PrivateNodeRegistration> 
Mock call to register a private node.