Name | Type | Description | Notes |
---|---|---|---|
is_incoming | bool | Boolean signifying whether the Assets were issued to the Wallet in question | [optional] |
issued_by_self | bool | Boolean signifying whether the Wallet used to issue the Assets is the Wallet in question | [optional] |
sender_id | str | The public key of the Wallet that was used to issue the Assets | [optional] |
recipient_address | str | The Address the Assets were issued to | [optional] |
asset_id | str | 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. | [optional] |
amount | int | The amount of Assets issued | [optional] |
is_confidential | bool | Boolean signifying whether the Issuance was done confidentially | [optional] |
memo | str | The private memo attached to the Issuance | [optional] |