Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.23 KB

AnalyticIssueWalletTx.md

File metadata and controls

17 lines (13 loc) · 1.23 KB

AnalyticIssueWalletTx

Properties

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]

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