eth::abi::AbiParam¶
#include <abi_decoder.hpp>
Public Attributes¶
| Name | |
|---|---|
| AbiParamKind | kind |
| bool | indexed true → value appears in topics |
| std::string | name optional parameter name |
Public Attributes Documentation¶
variable kind¶
variable indexed¶
true → value appears in topics
variable name¶
optional parameter name
Updated on 2026-04-13 at 23:22:46 -0700