Skip to content

sgns::AccountHelper

#include <AccountHelper.hpp>

Inherits from IComponent

Public Functions

Name
AccountHelper(const AccountKey2 & priv_key_data, const DevConfig_st2 & dev_config, const char * eth_private_key)
~AccountHelper() override
virtual std::string GetName() override
std::shared_ptr< TransactionManager > GetManager()

Additional inherited members

Public Functions inherited from IComponent

Name
virtual ~IComponent() =default

Public Functions Documentation

function AccountHelper

AccountHelper(
    const AccountKey2 & priv_key_data,
    const DevConfig_st2 & dev_config,
    const char * eth_private_key
)

function ~AccountHelper

~AccountHelper() override

function GetName

inline virtual std::string GetName() override

Reimplements: IComponent::GetName

function GetManager

std::shared_ptr< TransactionManager > GetManager()

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