rwanft.removeMachineIssuer(RemoveMachineIssuer)
Remove a Machine Issuer from the PeaqRwaNft contract. This sends a transaction signed by a Machine Regulator.
RemoveMachineIssuer Type Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| machineRegulatorSigner | Signer | Required | Machine Regulator signer authorized to remove a Machine Issuer. Must be connected to a provider. |
| machineIssuer | string | Required | EOA address of the Machine Issuer to remove. |
Returns
| Field | Type | Description |
|---|---|---|
| status | removed | Status of the operation. |
| peaqRwaNft | string | PeaqRwaNft contract address. |
| machineIssuer | string | Machine Issuer address that was removed. |
| removedBy | string | Machine Regulator address that submitted the transaction. |
| receipt | TransactionReceipt | Transaction receipt of the remove operation. |

