class Counterparty::Send

An object that describes a specific send (e.g. “simple send”, of XCP, or a user defined asset).

Attributes

asset[RW]

(string): The asset being sent

block_index[RW]

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

destination[RW]

(string): The destination address of the send

quantity[RW]

(integer): The quantity of the specified asset sent

source[RW]

(string): The source address of the send

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