Name | Type | Description | Notes |
---|---|---|---|
WalletId | string | The ID of the Wallet that has the required Issuance privileges | |
Authorization | string | The authorization password for the Wallet that has the Issuance privileges | |
RecipientAddress | string | The Address of the recipient of the issued Assets | |
AssetId | string | The ID of an Asset Type. It must be a string of length 0 to 40 characters. Allowed characters are lower- and uppercase letters, digits, dot (.), and hyphen (-). It must not end with an hyphen. Asset IDs are case-sensitive. | |
Amount | int32 | the amount of Assets to issue | |
Confidential | bool | Boolean which should be true if the issuance should be confidential, and false of the Issuance should be public | |
Memo | string | An app-customizable field to store additional private data relating to the issuance; the memo is shared between the sender and the receiver, but is not divulged to other parties | |
AttachmentIds | []string | The globally-unique identifiers of the Attachments to attach to the issued Asset; the attachments must already be uploaded, and their identifiers are returned by the upload endpoint | [optional] |