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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
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
Requires php Version >=7.1.3
guzzlehttp/guzzle Version ^6.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package monkeytips/monkeytips-walletd-rpc-php contains the following files

Loading the files please wait ....