This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/decoders/lpi_plus/lpi_plus.h
2024-10-11 06:08:50 +00:00

6 lines
238 B
C

#pragma once
#include "stellar/module_manager.h"
struct lpi_plus_mapper;
struct lpi_plus_mapper *stellar_module_get_lpip(struct stellar_module_manager *mod_mgr);
const char *lpi_plus_appid2name(struct lpi_plus_mapper *mapper, int appid);