Skip to content

Commit

Permalink
feat: add abi decode namespaces to arduino header
Browse files Browse the repository at this point in the history
  • Loading branch information
as-iotex authored and as-iotex committed Apr 17, 2022
1 parent 0854a4c commit 88d592d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/IoTeX-blockchain-client.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
#include "IoTeXResultCodes.h"
#include "random/random.h"
#include "storage/storage.h"
#include "abi/abiDecode.h"

using namespace iotex;
using namespace iotex::api;
using namespace iotex::abi;
using namespace iotex::abi::decode;
using namespace iotex::responsetypes;
using namespace iotex::bignum;

#endif

0 comments on commit 88d592d

Please sign in to comment.