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

Classes

class  Uri
class  Ids

Functions

Keylet keylet (test::jtx::Account const &subject, test::jtx::Account const &issuer, std::string_view credType)
json::Value create (jtx::Account const &subject, jtx::Account const &issuer, std::string_view credType)
json::Value accept (jtx::Account const &subject, jtx::Account const &issuer, std::string_view credType)
json::Value deleteCred (jtx::Account const &acc, jtx::Account const &subject, jtx::Account const &issuer, std::string_view credType)
json::Value ledgerEntry (jtx::Env &env, jtx::Account const &subject, jtx::Account const &issuer, std::string_view credType)
json::Value ledgerEntry (jtx::Env &env, std::string const &credIdx)

Function Documentation

◆ keylet()

Keylet xrpl::test::jtx::credentials::keylet ( test::jtx::Account const & subject,
test::jtx::Account const & issuer,
std::string_view credType )

Definition at line 10 of file credentials.h.

◆ create()

json::Value xrpl::test::jtx::credentials::create ( jtx::Account const & subject,
jtx::Account const & issuer,
std::string_view credType )

Definition at line 16 of file creds.cpp.

◆ accept()

json::Value xrpl::test::jtx::credentials::accept ( jtx::Account const & subject,
jtx::Account const & issuer,
std::string_view credType )

Definition at line 29 of file creds.cpp.

◆ deleteCred()

json::Value xrpl::test::jtx::credentials::deleteCred ( jtx::Account const & acc,
jtx::Account const & subject,
jtx::Account const & issuer,
std::string_view credType )

Definition at line 40 of file creds.cpp.

◆ ledgerEntry() [1/2]

json::Value xrpl::test::jtx::credentials::ledgerEntry ( jtx::Env & env,
jtx::Account const & subject,
jtx::Account const & issuer,
std::string_view credType )

Definition at line 56 of file creds.cpp.

◆ ledgerEntry() [2/2]

json::Value xrpl::test::jtx::credentials::ledgerEntry ( jtx::Env & env,
std::string const & credIdx )

Definition at line 71 of file creds.cpp.