Ethereum PHP
PHP interface to Ethereum JSON-RPC API.
Transaction Class Reference
+ Inheritance diagram for Transaction:
+ Collaboration diagram for Transaction:

Public Member Functions

 __construct (EthD32 $hash=null, EthQ $nonce=null, EthD32 $blockHash=null, EthQ $blockNumber=null, EthQ $transactionIndex=null, EthD20 $from=null, EthD20 $to=null, EthQ $value=null, EthQ $gasPrice=null, EthQ $gas=null, EthD $input=null)
 
 toArray ()
 
- Public Member Functions inherited from EthDataType
 getProperty (string $property='value', bool $returnHexVal=false)
 
 setValue ($val, array $params=[])
 
 getClassName ()
 

Static Public Member Functions

static getTypeArray ()
 
- Static Public Member Functions inherited from EthDataType
const static getClassByAbi (string $abiType)
 
static getDataLengthType ()
 
static isPrimitive ()
 
static getTypeClass (string $type, bool $typed_constructor=false)
 
static getAllTypeClasses ()
 
- Static Public Member Functions inherited from EthereumStatic
static getMethodSignature ($input)
 
static phpKeccak256 ($string)
 
static sha3 ($string)
 
static isValidFunction ($input)
 
static getDefinition ()
 
static isValidHexQuantity ($str)
 
static isValidHexData ($str)
 
static isValidAddress ($address, $throw=false)
 
static hasHexPrefix ($str)
 
static removeHexPrefix ($str)
 
static ensureHexPrefix ($str)
 
static convertCurrency (float $amount, string $from='wei', string $to='ether')
 

Public Attributes

 $hash
 
 $nonce
 
 $blockHash
 
 $blockNumber
 
 $transactionIndex
 
 $from
 
 $to
 
 $value
 
 $gasPrice
 
 $gas
 
 $input
 

Detailed Description

Ethereum data type Transaction.

Generated by scripts/generate-complex-datatypes.php based on resources/ethjs-schema.json.

Definition at line 18 of file Transaction.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( EthD32  $hash = null,
EthQ  $nonce = null,
EthD32  $blockHash = null,
EthQ  $blockNumber = null,
EthQ  $transactionIndex = null,
EthD20  $from = null,
EthD20  $to = null,
EthQ  $value = null,
EthQ  $gasPrice = null,
EthQ  $gas = null,
EthD  $input = null 
)

Member Function Documentation

◆ getTypeArray()

static getTypeArray ( )
static

Returns a name => type array.

Definition at line 105 of file Transaction.php.

◆ toArray()

toArray ( )

Returns array with values.

Implements EthDataTypeInterface.

Definition at line 124 of file Transaction.php.

Member Data Documentation

◆ $blockHash

$blockHash

Value for 'blockHash'.

Definition at line 33 of file Transaction.php.

Referenced by Transaction\__construct().

◆ $blockNumber

$blockNumber

Value for 'blockNumber'.

Definition at line 38 of file Transaction.php.

Referenced by Transaction\__construct().

◆ $from

$from

Value for 'from'.

Definition at line 48 of file Transaction.php.

Referenced by Transaction\__construct().

◆ $gas

$gas

Value for 'gas'.

Definition at line 68 of file Transaction.php.

Referenced by Transaction\__construct().

◆ $gasPrice

$gasPrice

Value for 'gasPrice'.

Definition at line 63 of file Transaction.php.

Referenced by Transaction\__construct().

◆ $hash

$hash

Value for 'hash'.

Definition at line 23 of file Transaction.php.

Referenced by Transaction\__construct().

◆ $input

$input

Value for 'input'.

Definition at line 73 of file Transaction.php.

Referenced by Transaction\__construct().

◆ $nonce

$nonce

Value for 'nonce'.

Definition at line 28 of file Transaction.php.

Referenced by Transaction\__construct().

◆ $to

$to

Value for 'to'.

Definition at line 53 of file Transaction.php.

Referenced by Transaction\__construct().

◆ $transactionIndex

$transactionIndex

Value for 'transactionIndex'.

Definition at line 43 of file Transaction.php.

Referenced by Transaction\__construct().

◆ $value

$value

Value for 'value'.

Definition at line 58 of file Transaction.php.

Referenced by Transaction\__construct().


The documentation for this class was generated from the following file: