Skip to content

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

AbiParamKind kind = AbiParamKind::kUint;

variable indexed

bool indexed = false;

true → value appears in topics

variable name

std::string name;

optional parameter name


Updated on 2026-04-13 at 23:22:46 -0700