Skip to content

Class 'App\LaraBlockIo' not found #39

Open
@prasenjit1011

Description

Hi,

I am trying to implement Block.io get_network_fee_estimate($arr),

when we try
return LaraBlockIo::get_network_fee_estimate($arr);
we getting error
Class 'App\LaraBlockIo' not found,

$arr['amounts'] = 95;
$arr['to_addresses'] = '3BFGYeQC7uSp5pfS7ebs8AN2xQ6VCxtAbs';
we already set in larablockio.php
'apiKey' => env('1059-809b-1b8c-4527'),
'pin' => env('Behala345'),
'version' => env('BLOCKIO_VERSION', 2)

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