class Counterparty::Issuance

An object that describes a specific occurance of a user defined asset being issued, or re-issued

Attributes

asset[RW]

(string): The asset being issued, or re-issued

block_index[RW]

(integer): The block index (block number in the block chain)

description[RW]

(string): This is used when creating an issuance, and indicates the destination address of the asset

divisible[RW]

(boolean): Whether or not the asset is divisible (must agree with previous issuances of the asset, if there are any)

issuer[RW]

issuer (string):

quantity[RW]

(integer): The quantity of the specified asset being issued

source[RW]

(string): This is used when creating an issuance, and indicates the source address of the asset

transfer[RW]

(boolean): Whether or not this objects marks the transfer of ownership rights for the specified quantity of this asset

transfer_destination[RW]

(string): This is used when creating an issuance transfer, and indicates the destination address of the asset

tx_hash[RW]

(string): The transaction hash

tx_index[RW]

(integer): The transaction index

validity[RW]

(string): Set to “valid” if a valid issuance. Any other setting signifies an invalid/improper issuance