xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::credentials::Ids Class Reference

#include <credentials.h>

Collaboration diagram for xrpl::test::jtx::credentials::Ids:

Public Member Functions

 Ids (std::vector< std::string > creds)
void operator() (jtx::Env &, jtx::JTx &jtx) const

Private Attributes

std::vector< std::string > const credentials_

Detailed Description

Definition at line 37 of file credentials.h.

Constructor & Destructor Documentation

◆ Ids()

xrpl::test::jtx::credentials::Ids::Ids ( std::vector< std::string > creds)
explicit

Definition at line 43 of file credentials.h.

Member Function Documentation

◆ operator()()

void xrpl::test::jtx::credentials::Ids::operator() ( jtx::Env & ,
jtx::JTx & jtx ) const

Definition at line 48 of file credentials.h.

Member Data Documentation

◆ credentials_

std::vector<std::string> const xrpl::test::jtx::credentials::Ids::credentials_
private

Definition at line 40 of file credentials.h.