6 #ifndef IROHA_AMETSUCHI_BURROW_STORAGE_H 7 #define IROHA_AMETSUCHI_BURROW_STORAGE_H Iroha_Result Iroha_RemoveAccount(void *storage, Iroha_CharBuffer address)
Definition: burrow_storage.cpp:39
Iroha_Result Iroha_StoreLog(void *storage, Iroha_CharBuffer address, Iroha_CharBuffer data, Iroha_CharBufferArray topics)
Definition: burrow_storage.cpp:65
Iroha_Result Iroha_GetStorage(void *storage, Iroha_CharBuffer address, Iroha_CharBuffer key)
Definition: burrow_storage.cpp:45
Iroha_Result Iroha_UpdateAccount(void *storage, Iroha_CharBuffer address, Iroha_CharBuffer account)
Definition: burrow_storage.cpp:30
Definition: common_c_types.h:18
Iroha_Result Iroha_GetAccount(void *storage, Iroha_CharBuffer address)
Definition: burrow_storage.cpp:24
Definition: common_c_types.h:13
Iroha_Result Iroha_SetStorage(void *storage, Iroha_CharBuffer address, Iroha_CharBuffer key, Iroha_CharBuffer value)
Definition: burrow_storage.cpp:54
Definition: common_c_types.h:28