class Counterparty::Callback

An object that describes a specific asset callback (i.e. the exercising of a call option on an asset owned by the source address).

An object that describes a specific asset callback (i.e. the exercising of a call option on an asset owned by the source address).

Attributes

asset[RW]

(string): The asset being called back

block_index[RW]

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

fraction[RW]

(integer): A floating point number greater than zero but less than or equal to 1, where 0% is for a callback of 0%

of[RW]

of the balance of each of the asset’s holders, and 1 would be for a callback of 100%). For example, 0.56 would be 56%. Each holder of the called asset will be paid the call price for the asset, times the number of units of that asset that were called back from them.

source[RW]

(string): The source address of the call back (should be the current owner 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 send. Any other setting signifies an invalid/improper send