Download the PHP package monkeytips/monkeytips-walletd-rpc-php without Composer
On this page you can find all versions of the php package monkeytips/monkeytips-walletd-rpc-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download monkeytips/monkeytips-walletd-rpc-php
More information about monkeytips/monkeytips-walletd-rpc-php
Files in monkeytips/monkeytips-walletd-rpc-php
Download monkeytips/monkeytips-walletd-rpc-php
More information about monkeytips/monkeytips-walletd-rpc-php
Files in monkeytips/monkeytips-walletd-rpc-php
Vendor monkeytips
Package monkeytips-walletd-rpc-php
Short Description A PHP wrapper for the TurtleCoin walletd daemon RPC interface
License MIT
Package monkeytips-walletd-rpc-php
Short Description A PHP wrapper for the TurtleCoin walletd daemon RPC interface
License MIT
Keywords phpTurtleCoin
Please rate this library. Is it a good library?
Informations about the package monkeytips-walletd-rpc-php
Monkeytips Walletd RPC PHP
Monkeytips Walletd RPC PHP is a PHP wrapper for the monkeytips walletd JSON-RPC interface.
1) Install monkeytips Walletd RPC PHP 1) Methods 1) Examples 1) License
Install Monkeytips Walletd RPC PHP
This package requires PHP >=7.1.3. Require this package with composer:
Methods
Method | Params | Description |
---|---|---|
reset | $viewSecretKey | reset() method allows you to re-sync your wallet. |
save | save() method allows you to save your wallet by request. | |
getViewKey | getViewKey() method returns address view key. | |
getSpendKeys | $address | getSpendKeys() method returns address spend keys. |
getStatus | getStatus() method returns information about the current RPC Wallet state: block_count, known_block_count, last_block_hash and peer_count. | |
getAddresses | getAddresses() method returns an array of your RPC Wallet's addresses. | |
createAddress | $secretSpendKey, $publicSpendKey | createAddress() method creates an address. |
deleteAddress | $address | deleteAddress() method deletes a specified address. |
getBalance | $address | getBalance() method returns a balance for a specified address. If address is not specified, returns a cumulative balance of all RPC Wallet's addresses. |
getBlockHashes | $firstBlockIndex, $blockCount | getBlockHashes() method returns an array of block hashes for a specified block range. |
getTransactionHashes | $blockCount, $firstBlockIndex, $blockHash, $addresses, $paymentId | getTransactionHashes() method returns an array of block and transaction hashes. |
getTransactions | $blockCount, $firstBlockIndex, $blockHash, $addresses, $paymentId | getTransactions() method returns information about the transactions in specified block range or for specified addresses. |
getUnconfirmedTransactionHashes | $addresses | getUnconfirmedTransactionHashes() method returns information about the current unconfirmed transaction pool or for a specified addresses. |
getTransaction | $transactionHash | getTransaction() method returns information about the specified transaction. |
sendTransaction | $anonymity, $transfers, $fee, $addresses, $unlockTime, $extra, $paymentId, $changeAddress | sendTransaction() method creates and sends a transaction. |
createDelayedTransaction | $anonymity, $transfers, $fee, $addresses, $unlockTime, $extra, $paymentId, $changeAddress | createDelayedTransaction() method creates but not sends a transaction. |
getDelayedTransactionHashes | getDelayedTransactionHashes() method returns hashes of delayed transactions. | |
deleteDelayedTransaction | $transactionHash | deleteDelayedTransaction() method deletes a specified delayed transaction. |
sendDelayedTransaction | $transactionHash | sendDelayedTransaction() method sends a specified delayed transaction. |
sendFusionTransaction | $threshold, $anonymity, $addresses, $destinationAddress | sendFusionTransaction() method creates and sends a fusion transaction. |
estimateFusion | $threshold, $addresses | estimateFusion() method allows to estimate a number of outputs that can be optimized with fusion transactions. |
getMnemonicSeed | $address | getMnemonicSeed() method functions nearly the same as getSpendKeys(). It returns the mnemonic seed for the given address. |
createIntegratedAddress | $address, $paymentId | Combines an address and a paymentId into an 'integrated' address, which contains both in an encoded form. This allows users to not have to supply a payment Id in their transfer, and hence cannot forget it. |
getFeeInfo | getFeeInfo() retrieves the fee and address of the public node you are connected to, that will be applied to each transaction. |
Examples
License
monkeytips Walletd RPC PHP is open-sourced software licensed under the MIT license.
All versions of monkeytips-walletd-rpc-php with dependencies
PHP Build Version
Package Version
The package monkeytips/monkeytips-walletd-rpc-php contains the following files
Loading the files please wait ....