class Counterparty::Issuance
An object that describes a specific occurance of a user defined asset being issued, or re-issued
Attributes
(string): The asset being issued, or re-issued
(integer): The block index (block number in the block chain)
(string): This is used when creating an issuance, and indicates the destination address of the asset
(boolean): Whether or not the asset is divisible (must agree with previous issuances of the asset, if there are any)
issuer (string):
(integer): The quantity of the specified asset being issued
(string): This is used when creating an issuance, and indicates the source address of the asset
(boolean): Whether or not this objects marks the transfer of ownership rights for the specified quantity of this asset
(string): This is used when creating an issuance transfer, and indicates the destination address of the asset
(string): The transaction hash
(integer): The transaction index
(string): Set to “valid” if a valid issuance. Any other setting signifies an invalid/improper issuance