Skip to content

Get address balance no longer working on SDK V1 #124

Description

@miranos

Hi,

I was using this function well last year, but now i receive the message as INVALID CREDENTIAL:

use \Blocktrail\SDK\Connection\Exceptions\InvalidCredentials;

try {
    $client->address('1NcXPMRaanz43b1kokpPuYDdk6GGDvxT2T');
} catch (\Exception $e) {
    if ($e instanceof InvalidCredentials) {
        var_dump((string)$e);
    }
}
Notice than generating new address work well !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions