class Counterparty::Execute
An object that executes contract code in the blockchain
Attributes
contract_id[RW]
(integer) the contract ID of the contract to be executed
gasprice[RW]
(integer) the price of gas
payload_hex[RW]
(string) data to be provided to the contract (returned by serpent encode_datalist)
source[RW]
(string) the source address
startgas[RW]
(integer) the maximum quantity of {} to be used to pay for the execution (satoshis
value[RW]
(integer) quantity to be transfered to the contract (satoshis)