Releases: defser/zilliqa-php
Releases · defser/zilliqa-php
V2.0.0 release of "Zilliqa PHP"
Zilliqa PHP is a typed PHP-7.1+ interface to Zilliqa JSON-RPC API. Check out the latest API documentation. Add library in a composer.json file.
Supported methods
-
Account-related Methods
- GetBalance
-
Blockchain-related Methods
- DSBlockListing
- GetBlockchainInfo
- GetCurrentDSEpoch
- GetCurrentMiniEpoch
- GetDsBlock
- GetDSBlockRate
- GetLatestDsBlock
- GetLatestTxBlock
- GetMinerInfo
- GetNetworkId
- GetNumDSBlocks
- GetNumTransactions
- GetNumTxBlocks
- GetPrevDifficulty
- GetPrevDSDifficulty
- GetTotalCoinSupply
- GetTransactionRate
- GetTxBlock
- GetTxBlockRate
- TxBlockListing
-
Transaction-related Methods
- GetMinimumGasPrice
- GetNumTxnsDSEpoch
- GetNumTxnsTxEpoch
- GetRecentTransactions
- GetTransaction
-
Gererated complex data types
- Transaction
- Receipt
- Exception
- Transition
- Message
- RecentTransactions
- TxBlockListings
- TxBlockListing
- MinerInfo
- Shard
- TxBlock
- TxBlockBody
- MicroBlockInfo
- TxBlockHeader
- DsBlock
- DsBlockHeader
- BlockchainInfo
- ShardingStructure
- DSBlockListings
- DSBlockListing
- Balance
First major release of "Zilliqa PHP"
Zilliqa PHP is a typed PHP-7.1+ interface to Zilliqa JSON-RPC API. Check out the latest API documentation. Add library in a composer.json file.
Supported methods
- Account-related Methods
- GetBalance
- Blockchain-related Methods
- GetCurrentDSEpoch
- GetCurrentMiniEpoch
- GetNetworkId
- GetNumDSBlocks
- GetNumTransactions
- GetNumTxBlocks
- GetPrevDifficulty
- GetPrevDSDifficulty
- GetTotalCoinSupply
- GetTransactionRate
- GetTxBlockRate
- Transaction-related Methods
- GetMinimumGasPrice
- GetNumTxnsDSEpoch
- GetNumTxnsTxEpoch