Go to the source code of this file.
|
| 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_GetAccount()
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
◆ Iroha_GetStorage()
◆ Iroha_RemoveAccount()
◆ Iroha_SetStorage()
◆ Iroha_StoreLog()
◆ Iroha_UpdateAccount()