class Counterparty::Broadcast

An object that describes a specific occurance of a broadcast event (i.e. creating/extending a feed)

Constants

OPEN_BROADCAST

Value: Open Broadcast

Attributes

block_index[RW]

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

fee_fraction[RW]

(float): How much of every bet on this feed should go to its operator; a fraction of 1, (i.e. .05 is five percent). Used on create.

fee_multiplier[RW]

(float): How much of every bet on this feed should go to its operator; a fraction of 1, (i.e. .05 is five percent)

source[RW]

(string): The address that made the broadcast

text[RW]

(string): The textual component of the broadcast

timestamp[RW]

(string): The time the broadcast was made, in Unix time.

tx_hash[RW]

(string): The transaction hash

tx_index[RW]

(integer): The transaction index

validity[RW]

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

value[RW]

(float): The numerical value of the broadcast