Output
class Output implements JsonSerializable (View source)
A output in a transaction
Properties
Money | $value | The monetary value of this output. |
|
int | $n | The output index. |
|
string | $scriptPubKey | The script pub key. |
Methods
__construct(int $value, int $n, string $scriptPubKey)
Creates the new output class object.
mixed
jsonSerialize()
JsonSerializable implementation.
Details
__construct(int $value, int $n, string $scriptPubKey)
Creates the new output class object.
static Output
fromArray(array $data)
Create an instance of Output class from a simple array
mixed
jsonSerialize()
JsonSerializable implementation.