Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.24 KB

AnalyticIssueWalletTx.md

File metadata and controls

17 lines (13 loc) · 1.24 KB

AnalyticIssueWalletTx

Properties

Name Type Description Notes
IsIncoming bool Boolean signifying whether the Assets were issued to the Wallet in question [optional]
IssuedBySelf bool Boolean signifying whether the Wallet used to issue the Assets is the Wallet in question [optional]
SenderId string The public key of the Wallet that was used to issue the Assets [optional]
RecipientAddress string The Address the Assets were issued to [optional]
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. [optional]
Amount int32 The amount of Assets issued [optional]
IsConfidential bool Boolean signifying whether the Issuance was done confidentially [optional]
Memo string The private memo attached to the Issuance [optional]

[Back to Model list] [Back to API list] [Back to README]