rwanft.addMachineIssuer(AddMachineIssuer)
Add a Machine Issuer to the PeaqRwaNft contract. This sends a transaction signed by a Machine Regulator.
AddMachineIssuer Type Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| machineRegulatorSigner | Signer | Required | Machine Regulator signer authorized to add a Machine Issuer. Must be connected to a provider. |
| newMachineIssuer | string | Required | EOA address of the Machine Issuer to add. |
Returns
| Field | Type | Description |
|---|---|---|
| status | added | Status of the operation. |
| peaqRwaNft | string | PeaqRwaNft contract address. |
| machineIssuer | string | Machine Issuer address that was added. |
| machineNft | string | Machine NFT contract address associated with the Machine Issuer. |
| addedBy | string | Machine Regulator address that submitted the transaction. |
| receipt | TransactionReceipt | Transaction receipt of the add operation. |

