- Overview
- Setup
- Tutorials
- How Tos
- Reference
Utility.Registry.App.V0.Service.Registrar¶
Templates¶
template RegistrarService
Registrar service.
Signatory: provider, registrar
Field
Type
Description
operator
Service operator.
provider
Service provider.
registrar
Service holder.
enableResultContracts
Determines whether executed (and rejected) contracts should be created for 2-step mint, burn, and transfer flows. The contracts
ExecutedMint,ExecutedBurn, andExecutedTransferact as on-ledger receipts confirming successful execution. Similarly,RejectedMint,RejectedBurn, andRejectedTransferconfirm that the respective requests were rejected. Registrars can opt in or out of creating these contracts. IfNone, these contracts are created by default. Note: This default will change after the HDM upgrade to 3.4, which will allow reconstructing transaction history directly from the ledger trees, eliminating the need for executed contracts. Introduced as of version0.5.0of this package.
Choice Archive
Controller: provider, registrar
Returns: ()
(no fields)
Choice RegistrarService\_AcceptBurnRequest
Accepts a request to burn a holding. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: registrar
Returns: BurnRequest_Accept_Result
Field
Type
Description
cid
ContractId BurnRequest
Request to accept.
payload
BurnRequest_Accept
Choice payload.
Choice RegistrarService\_AcceptEnforcementServiceRequest
Accepts an enforcement service request. This choice is disabled as of version
0.2.0of this package.Controller: registrar
Returns: EnforcementServiceRequest_Accept_Result
Field
Type
Description
cid
ContractId EnforcementServiceRequest
Request to accept.
payload
EnforcementServiceRequest_Accept
Choice payload.
Choice RegistrarService\_AcceptForceTransferRequest
Accept a force transfer request. This choice is disabled as of version
0.2.0of this package.Controller: registrar
Returns: ForceTransferRequest_Accept_Result
Field
Type
Description
senderEnforcementServiceCid
ContractId EnforcementService
Sender enforcement service.
receiverEnforcementServiceCid
ContractId EnforcementService
Receiver enforcement service.
cid
ContractId ForceTransferRequest
Force transfer request to reject.
payload
ForceTransferRequest_Accept
Choice payload.
Choice RegistrarService\_AcceptMintRequest
Accepts a request to mint a holding. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: registrar
Returns: MintRequest_Accept_Result
Field
Type
Description
cid
ContractId MintRequest
Request to accept.
payload
MintRequest_Accept
Choice payload.
Choice RegistrarService\_ArchiveAllocationFactory
Archives an allocation factory contract. This choice is available starting from version
0.2.0of this package.Controller: registrar
Returns: RegistrarService\_ArchiveAllocationFactory\_Result
Field
Type
Description
allocationFactoryCid
Allocation factory to archive.
Choice RegistrarService\_ArchiveAndCreateInstrumentConfiguration
Modify an instrument configuration.
Controller: registrar
Returns: RegistrarService\_ArchiveAndCreateInstrumentConfiguration\_Result
Field
Type
Description
cid
Instrument configuration to modify.
payload
Create payload.
Choice RegistrarService\_ArchiveAndCreateRegistrarConfiguration
Modifies a registrar configuration. This choice is disabled as of version
0.2.0of this package.Controller: registrar
Returns: RegistrarService_ArchiveAndCreateRegistrarConfiguration_Result
Field
Type
Description
cid
ContractId RegistrarConfiguration
Registrar configuration to modify.
payload
Create payload.
Choice RegistrarService\_ArchiveInstrumentConfiguration
Archive an instrument configuration.
Controller: registrar
Returns: RegistrarService\_ArchiveInstrumentConfiguration\_Result
Field
Type
Description
cid
Instrument configuration to archive.
Choice RegistrarService\_ArchiveRegistrarConfiguration
Archives a registrar configuration. This choice is disabled as of version
0.2.0of this package.Controller: registrar
Returns: RegistrarService_ArchiveRegistrarConfiguration_Result
Field
Type
Description
cid
ContractId RegistrarConfiguration
Registrar configuration to archive.
Choice RegistrarService\_ArchiveTransferRule
Archives a transfer rule.
Controller: registrar
Returns: RegistrarService\_ArchiveTransferRule\_Result
Field
Type
Description
cid
Transfer rule to archive.
Choice RegistrarService\_CancelBurnOffer
Cancels a burn offer. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: registrar
Returns: BurnOffer_Cancel_Result
Field
Type
Description
cid
ContractId BurnOffer
Offer to cancel.
payload
BurnOffer_Cancel
Choice RegistrarService\_CancelMintOffer
Cancels a mint offer. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: registrar
Returns: MintOffer_Cancel_Result
Field
Type
Description
cid
ContractId MintOffer
Offer to cancel.
payload
MintOffer_Cancel
Choice payload.
Choice RegistrarService\_CreateAllocationFactory
Creates an allocation factory. This choice is available starting from version
0.2.0of this package.Controller: registrar
Returns: RegistrarService\_CreateAllocationFactory\_Result
(no fields)
Choice RegistrarService\_CreateInstrumentConfiguration
Creates a request to configure an instrument.
Controller: registrar
Returns: RegistrarService\_CreateInstrumentConfiguration\_Result
Field
Type
Description
instrumentId
Instrument id.
additionalIdentifiers
Additional instrument identifiers.
issuerRequirements
Issuer credential requirements.
holderRequirements
Holder credential requirements.
Choice RegistrarService\_CreateRegistrarConfiguration
Creates a registrar configuration. This choice is disabled as of version
0.2.0of this package.Controller: registrar
Returns: RegistrarService_CreateRegistrarConfiguration_Result
Field
Type
Description
enforcementRequirements
Credential requirements for enforcement service.
Choice RegistrarService\_CreateTransferRule
Creates a transfer rule.
Controller: registrar
Returns: RegistrarService\_CreateTransferRule\_Result
(no fields)
Choice RegistrarService\_DeleteExecutedBurn
Deletes an executed burn. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: ExecutedBurn_Delete_Result
Field
Type
Description
cid
ContractId ExecutedBurn
Executed burn to delete.
payload
ExecutedBurn_Delete
Choice payload.
Choice RegistrarService\_DeleteExecutedLock
Deletes an executed lock. This choice is disabled as of version
0.6.0of this package.Controller: operator
Returns: ExecutedLock_Delete_Result
Field
Type
Description
cid
ContractId ExecutedLock
Executed lock to delete.
payload
ExecutedLock_Delete
Choice payload.
Choice RegistrarService\_DeleteExecutedMint
Deletes an executed mint. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: ExecutedMint_Delete_Result
Field
Type
Description
cid
ContractId ExecutedMint
Executed mint to delete.
payload
ExecutedMint_Delete
Choice payload.
Choice RegistrarService\_DeleteExecutedTransfer
Deletes an executed transfer. This choice is disabled as of version
0.6.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: ExecutedTransfer_Delete_Result
Field
Type
Description
cid
Executed transfer to delete.
payload
Choice payload.
Choice RegistrarService\_DeleteExecutedUnlock
Deletes an executed unlock. This choice is disabled as of version
0.6.0of this package.Controller: operator
Returns: ExecutedUnlock_Delete_Result
Field
Type
Description
cid
ContractId ExecutedUnlock
Executed unlock to delete.
payload
ExecutedUnlock_Delete
Choice payload.
Choice RegistrarService\_DeleteFailedBurn
Deletes a failed burn. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: FailedBurn_Delete_Result
Field
Type
Description
cid
ContractId FailedBurn
Failed burn to delete.
payload
FailedBurn_Delete
Choice payload.
Choice RegistrarService\_DeleteFailedLock
Deletes a failed lock. This choice is disabled as of version
0.6.0of this package.Controller: operator
Returns: FailedLock_Delete_Result
Field
Type
Description
cid
ContractId FailedLock
Failed lock to delete.
payload
FailedLock_Delete
Choice payload.
Choice RegistrarService\_DeleteFailedMint
Deletes a failed mint. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: FailedMint_Delete_Result
Field
Type
Description
cid
ContractId FailedMint
Failed mint to delete.
payload
FailedMint_Delete
Choice payload.
Choice RegistrarService\_DeleteFailedTransfer
Deletes a failed transfer. This choice is disabled as of version
0.6.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: FailedTransfer_Delete_Result
Field
Type
Description
cid
ContractId FailedTransfer
Failed transfer to delete.
payload
FailedTransfer_Delete
Choice payload.
Choice RegistrarService\_DeleteFailedUnlock
Deletes a failed unlock. This choice is disabled as of version
0.6.0of this package.Controller: operator
Returns: FailedUnlock_Delete_Result
Field
Type
Description
cid
ContractId FailedUnlock
Failed unlock to delete.
payload
FailedUnlock_Delete
Choice payload.
Choice RegistrarService\_DeleteRejectedBurn
Deletes a rejected mint. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract insteadController: operator
Returns: RejectedBurn_Delete_Result
Field
Type
Description
cid
ContractId RejectedBurn
Rejected burn to delete.
payload
RejectedBurn_Delete
Choice payload.
Choice RegistrarService\_DeleteRejectedLock
Deletes a rejected lock. This choice is disabled as of version
0.7.0of this package.Controller: operator
Returns: RejectedLock_Delete_Result
Field
Type
Description
cid
ContractId RejectedLock
Rejected lock to delete.
payload
RejectedLock_Delete
Choice payload.
Choice RegistrarService\_DeleteRejectedMint
Deletes a rejected mint. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: RejectedMint_Delete_Result
Field
Type
Description
cid
ContractId RejectedMint
Rejected mint to delete.
payload
RejectedMint_Delete
Choice payload.
Choice RegistrarService\_DeleteRejectedTransfer
Deletes a rejected transfer. This choice is disabled as of version
0.6.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: RejectedTransfer_Delete_Result
Field
Type
Description
cid
Rejected transfer to delete.
payload
Choice payload.
Choice RegistrarService\_DeleteRejectedUnlock
Deletes a rejected unlock. This choice is disabled as of version
0.6.0of this package.Controller: operator
Returns: RejectedUnlock_Delete_Result
Field
Type
Description
cid
ContractId RejectedUnlock
Rejected unlock to delete.
payload
RejectedUnlock_Delete
Choice payload.
Choice RegistrarService\_ExecuteAcceptedBurn
Executes an accepted burn. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: AcceptedBurn_Execute_Result
Field
Type
Description
cid
ContractId AcceptedBurn
Accepted burn to execute.
payload
AcceptedBurn_Execute
Choice payload.
Choice RegistrarService\_ExecuteAcceptedForceTransfer
Executes an accepted force transfer. This choice is disabled as of version
0.2.0of this package.Controller: actor
Returns: AcceptedForceTransfer_Execute_Result
Field
Type
Description
cid
ContractId AcceptedForceTransfer
Accepted force transfer to execute.
payload
AcceptedForceTransfer_Execute
Choice payload.
actor
Actor executing the transfer.
Choice RegistrarService\_ExecuteAcceptedLock
Executes an accepted lock. This choice is disabled as of version
0.6.0of this package.Controller: operator
Returns: AcceptedLock_Execute_Result
Field
Type
Description
cid
ContractId AcceptedLock
Accepted lock to execute.
payload
AcceptedLock_Execute
Choice payload.
Choice RegistrarService\_ExecuteAcceptedMint
Executes an accepted mint. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: AcceptedMint_Execute_Result
Field
Type
Description
cid
ContractId AcceptedMint
Accepted mint to execute.
payload
AcceptedMint_Execute
Choice payload.
Choice RegistrarService\_ExecuteAcceptedTransfer
Executes an accepted transfer. This choice is disabled as of version
0.6.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: AcceptedTransfer_Execute_Result
Field
Type
Description
cid
ContractId AcceptedTransfer
Accepted transfer to execute.
payload
AcceptedTransfer_Execute
Choice payload.
Choice RegistrarService\_ExecuteAcceptedUnlock
Executes an accepted unlock. This choice is disabled as of version
0.6.0of this package.Controller: operator
Returns: AcceptedUnlock_Execute_Result
Field
Type
Description
cid
ContractId AcceptedUnlock
Accepted unlock to execute.
payload
AcceptedUnlock_Execute
Choice payload.
Choice RegistrarService\_FailAcceptedBurn
Fails an accepted burn. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: AcceptedBurn_Fail_Result
Field
Type
Description
cid
ContractId AcceptedBurn
Accepted burn to fail.
payload
AcceptedBurn_Fail
Choice payload.
Choice RegistrarService\_FailAcceptedForceTransfer
Fails an accepted forced transfer. This choice is disabled as of version
0.2.0of this package.Controller: actor
Returns: AcceptedForceTransfer_Fail_Result
Field
Type
Description
cid
ContractId AcceptedForceTransfer
Accepted force transfer to fail.
payload
AcceptedForceTransfer_Fail
Choice payload.
actor
Actor executing the transfer.
Choice RegistrarService\_FailAcceptedLock
Fails an accepted lock. This choice is disabled as of version
0.6.0of this package.Controller: operator
Returns: AcceptedLock_Fail_Result
Field
Type
Description
cid
ContractId AcceptedLock
Accepted lock to fail.
payload
AcceptedLock_Fail
Choice payload.
Choice RegistrarService\_FailAcceptedMint
Fails an accepted mint. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: AcceptedMint_Fail_Result
Field
Type
Description
cid
ContractId AcceptedMint
Accepted mint to fail.
payload
AcceptedMint_Fail
Choice payload.
Choice RegistrarService\_FailAcceptedTransfer
Fails an accepted transfer. This choice is disabled as of version
0.6.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: operator
Returns: AcceptedTransfer_Fail_Result
Field
Type
Description
cid
ContractId AcceptedTransfer
Accepted transfer to fail.
payload
AcceptedTransfer_Fail
Choice payload.
Choice RegistrarService\_FailAcceptedUnlock
Fails an accepted unlock. This choice is disabled as of version
0.6.0of this package.Controller: operator
Returns: AcceptedUnlock_Fail_Result
Field
Type
Description
cid
ContractId AcceptedUnlock
Accepted unlock to fail.
payload
AcceptedUnlock_Fail
Choice payload.
Choice RegistrarService\_MergeHolding
Merges multiple holdings into a single holding.
Controller: operator
Returns: Holding_Merge_Result
Field
Type
Description
cid
Holding to merge with others.
payload
Choice payload.
Choice RegistrarService\_OfferBurn
Offers to burn a holding. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: registrar
Returns: RegistrarService\_OfferBurn\_Result
Field
Type
Description
instrumentIdentifier
Instrument to burn.
amount
Amount to burn.
holder
Holder of the holding to burn.
reference
Reference for the burn.
batch
Batch of the burn.
Choice RegistrarService\_OfferMint
Offers to mint a holding. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: registrar
Returns: RegistrarService\_OfferMint\_Result
Field
Type
Description
instrumentIdentifier
Instrument to mint.
amount
Amount to mint.
holder
Owner of the holding to mint.
reference
Reference for the mint.
batch
Batch of the mint.
Choice RegistrarService\_RejectBurnRequest
Rejects a request to burn a holding. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: registrar
Returns: BurnRequest_Reject_Result
Field
Type
Description
cid
ContractId BurnRequest
Request to reject.
payload
BurnRequest_Reject
Choice payload.
Choice RegistrarService\_RejectEnforcementServiceRequest
Rejects a request for an enforcement service. This choice is disabled as of version
0.2.0of this package.Controller: registrar
Returns: EnforcementServiceRequest_Reject_Result
Field
Type
Description
cid
ContractId EnforcementServiceRequest
Request to reject.
payload
EnforcementServiceRequest_Reject
Choice payload.
Choice RegistrarService\_RejectForceTransferRequest
Reject a force transfer request. This choice is disabled as of version
0.2.0of this package.Controller: registrar
Returns: ForceTransferRequest_Reject_Result
Field
Type
Description
cid
ContractId ForceTransferRequest
Force transfer request to reject.
payload
ForceTransferRequest_Reject
Choice payload.
Choice RegistrarService\_RejectMintRequest
Rejects a request to mint a holding. This choice is disabled as of version
0.7.0of this package. Use the recommended two-step flow initiated via theUtility.Registry.App.V0.Service.AllocationFactory.AllocationFactorycontract instead.Controller: registrar
Returns: MintRequest_Reject_Result
Field
Type
Description
cid
ContractId MintRequest
Request to reject.
payload
MintRequest_Reject
Choice payload.
Choice RegistrarService\_Set
Sets the
enableResultContractsflag. This choice is introduced as of version0.5.0of this package.Controller: registrar
Returns: ContractId RegistrarService
Field
Type
Description
enableResultContracts
New value for the flag.
Choice RegistrarService\_SplitHolding
Splits a holding into multiple holdings.
Controller: operator
Returns: Holding_Split_Result
Field
Type
Description
cid
Holding to split.
payload
Choice payload.
Choice RegistrarService\_Terminate
Terminates the service.
Controller: provider
Returns: RegistrarService\_Terminate\_Result
(no fields)
Choice RegistrarService\_TerminateEnforcementService
Terminates an enforcement service. This choice is disabled as of version
0.2.0of this package.Controller: registrar
Returns: EnforcementService_Terminate_Result
Field
Type
Description
cid
ContractId EnforcementService
Service to terminate.
payload
EnforcementService_Terminate
Choice payload.
template RegistrarServiceRequest
A registrar service request.
Signatory: registrar
Field
Type
Description
operator
Service operator.
provider
Service provider.
registrar
Service registrar.
createTransferRule
Whether to create a
TransferRule.createAllocationFactory
Whether to create an
AllocationFactory.
Choice Archive
Controller: registrar
Returns: ()
(no fields)
Choice RegistrarServiceRequest\_Accept
Accept request. As of version
0.6.0of this package, this choice creates a TransferRule and an AllocationFactory in addition to the RegistrarService.Controller: provider
Returns: RegistrarServiceRequest\_Accept\_Result
Field
Type
Description
providerConfigurationCid
Provider configuration.
credentialCids
Registrar credentials.
Choice RegistrarServiceRequest\_Cancel
Cancel request.
Controller: registrar
Returns: RegistrarServiceRequest\_Cancel\_Result
(no fields)
Choice RegistrarServiceRequest\_Reject
Reject request.
Controller: provider
Returns: RegistrarServiceRequest\_Reject\_Result
Field
Type
Description
reason
Rejection reason.
template RejectedRegistrarServiceRequest
A rejected registrar service request.
Signatory: (DA.Internal.Record.getField @”provider” request), (DA.Internal.Record.getField @”registrar” request)
Field
Type
Description
request
The rejected request payload.
reason
The rejection reason.
Choice Archive
Controller: (DA.Internal.Record.getField @”provider” request), (DA.Internal.Record.getField @”registrar” request)
Returns: ()
(no fields)
Choice RejectedRegistrarServiceRequest\_Delete
Deletes a rejected registrar service request.
Controller: (DA.Internal.Record.getField @”provider” request)
Returns: RejectedRegistrarServiceRequest\_Delete\_Result
(no fields)
Data Types¶
data RegistrarServiceRequest\_Accept\_Result
Result of
RegistrarServiceRequest_Accept.
RegistrarServiceRequest\_Accept\_Result
Field
Type
Description
registrarServiceCid
Registrar service.
transferRuleCid
Transfer rule, if created.
allocationFactoryCid
Allocation factory, if created.
data RegistrarServiceRequest\_Cancel\_Result
Result of
RegistrarServiceRequest_Cancel.
RegistrarServiceRequest\_Cancel\_Result
(no fields)
data RegistrarServiceRequest\_Reject\_Result
Result of
RegistrarServiceRequest_Reject.
RegistrarServiceRequest\_Reject\_Result
Field
Type
Description
rejectedRegistrarServiceRequestCid
Rejected registrar service request.
data RegistrarService\_ArchiveAllocationFactory\_Result
Result of archiving allocation factory.
data RegistrarService\_ArchiveAndCreateInstrumentConfiguration\_Result
Result of
RegistrarService_ArchiveAndCreateInstrumentConfiguration.
RegistrarService\_ArchiveAndCreateInstrumentConfiguration\_Result
Field
Type
Description
archiveResult
Archive result.
createResult
Create result.
data RegistrarService\_ArchiveInstrumentConfiguration\_Result
Result of
RegistrarService_ArchiveInstrumentConfiguration.
data RegistrarService\_ArchiveTransferRule\_Result
Result of
RegistrarService_ArchiveTransferRule.
RegistrarService\_ArchiveTransferRule\_Result
(no fields)
data RegistrarService\_CreateAllocationFactory\_Result
Result of creating allocation factory.
RegistrarService\_CreateAllocationFactory\_Result
Field
Type
Description
allocationFactoryCid
data RegistrarService\_CreateInstrumentConfiguration\_Result
Result of
RegistrarService_CreateInstrumentConfiguration.
RegistrarService\_CreateInstrumentConfiguration\_Result
Field
Type
Description
instrumentConfigurationCid
Instrument configuration request.
data RegistrarService\_CreateTransferRule\_Result
Result of
RegistrarService_CreateTransferRule.
RegistrarService\_CreateTransferRule\_Result
Field
Type
Description
transferRuleCid
Transfer rule.
data RegistrarService\_OfferBurn\_Result
Result of
RegistrarService_OfferBurn.
RegistrarService\_OfferBurn\_Result
Field
Type
Description
burnOfferCid
ContractId BurnOffer
Burn offer.
data RegistrarService\_OfferMint\_Result
Result of
RegistrarService_OfferMint.
RegistrarService\_OfferMint\_Result
Field
Type
Description
mintOfferCid
ContractId MintOffer
Mint offer.
data RegistrarService\_Terminate\_Result
Result of
RegistrarService_Terminate
RegistrarService\_Terminate\_Result
(no fields)
data RejectedRegistrarServiceRequest\_Delete\_Result
Result of
RejectedRegistrarServiceRequest_Delete.
RejectedRegistrarServiceRequest\_Delete\_Result
(no fields)