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-06-05 at 17:22:18 -0700