TARAXA
graphql::taraxa::Mutation Class Reference

#include <mutation.hpp>

Public Member Functions

 Mutation ()=default
 
 Mutation (std::shared_ptr<::taraxa::TransactionManager > trx_manager) noexcept
 
response::Value applySendRawTransaction (response::Value &&dataArg) const
 

Private Attributes

std::shared_ptr<::taraxa::TransactionManagertrx_manager_
 

Constructor & Destructor Documentation

◆ Mutation() [1/2]

graphql::taraxa::Mutation::Mutation ( )
default

◆ Mutation() [2/2]

graphql::taraxa::Mutation::Mutation ( std::shared_ptr<::taraxa::TransactionManager trx_manager)
explicitnoexcept

Member Function Documentation

◆ applySendRawTransaction()

response::Value graphql::taraxa::Mutation::applySendRawTransaction ( response::Value &&  dataArg) const

Member Data Documentation

◆ trx_manager_

std::shared_ptr<::taraxa::TransactionManager> graphql::taraxa::Mutation::trx_manager_
private

The documentation for this class was generated from the following files: