#include "ametsuchi/impl/burrow_storage.h"#include "ametsuchi/burrow_storage.hpp"#include "ametsuchi/impl/common_c_types_helpers.hpp"#include "common/result.hpp"
Functions | |
| Iroha_Result | Iroha_GetAccount (void *storage, Iroha_CharBuffer address) |
| Iroha_Result | Iroha_UpdateAccount (void *storage, Iroha_CharBuffer address, Iroha_CharBuffer account) |
| Iroha_Result | Iroha_RemoveAccount (void *storage, Iroha_CharBuffer address) |
| Iroha_Result | Iroha_GetStorage (void *storage, Iroha_CharBuffer address, Iroha_CharBuffer key) |
| Iroha_Result | Iroha_SetStorage (void *storage, Iroha_CharBuffer address, Iroha_CharBuffer key, Iroha_CharBuffer value) |
| Iroha_Result | Iroha_StoreLog (void *storage, Iroha_CharBuffer address, Iroha_CharBuffer data, Iroha_CharBufferArray topics) |
| Iroha_Result Iroha_GetAccount | ( | void * | storage, |
| Iroha_CharBuffer | address | ||
| ) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

| Iroha_Result Iroha_GetStorage | ( | void * | storage, |
| Iroha_CharBuffer | address, | ||
| Iroha_CharBuffer | key | ||
| ) |

| Iroha_Result Iroha_RemoveAccount | ( | void * | storage, |
| Iroha_CharBuffer | address | ||
| ) |

| Iroha_Result Iroha_SetStorage | ( | void * | storage, |
| Iroha_CharBuffer | address, | ||
| Iroha_CharBuffer | key, | ||
| Iroha_CharBuffer | value | ||
| ) |

| Iroha_Result Iroha_StoreLog | ( | void * | storage, |
| Iroha_CharBuffer | address, | ||
| Iroha_CharBuffer | data, | ||
| Iroha_CharBufferArray | topics | ||
| ) |

| Iroha_Result Iroha_UpdateAccount | ( | void * | storage, |
| Iroha_CharBuffer | address, | ||
| Iroha_CharBuffer | account | ||
| ) |
