Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Update list of allowed params #12

@josecelano

Description

@josecelano

Some API endpoints allow new flags (url parameters). We have to update clients with the list of new params.

IMPORTANT: new params can be used even with old php-client versions setting validation level to log or disabled in configuration. See https://github.com/blockcypher/php-client/wiki/Validation for more info about validation.

New allowed params are:

  • AddressClient::getBalance: omitWalletAddresses
  • AddressClient::get: includeScript
  • WalletCLient::addAddresses: omitWalletAddresses
  • WalletClient::getWalletAddresses: used, zerobalance
  • WalletClient::deriveAddress: count, subchain_index (NOT IMPLEMENTED YET)
  • TXClient::create: includeToSignTx
  • MetadataClient::get: private (NOT IMPLEMENTED YET)
  • MetadataClient::put: private (NOT IMPLEMENTED YET)
  • PaymentForwardClient::listForwardingAddresses: start

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions