Definition at line 1949 of file chain_plugin.cpp.
◆ make()
Definition at line 1950 of file chain_plugin.cpp.
1950 {
1951 return [&control,
yield{std::move(yield)}](
const account_name &
name) -> std::optional<abi_serializer> {
1952 const auto* accnt = control.db().template find<account_object, by_name>(
name);
1953 if (accnt != nullptr) {
1954 abi_def abi;
1956 return abi_serializer(abi, yield);
1957 }
1958 }
1959 return std::optional<abi_serializer>();
1960 };
1961 }
thread_local yield_t yield
static bool to_abi(const Vec &abi_vec, abi_def &abi)
The documentation for this struct was generated from the following file: