|
rippled
|
Functions | |
| bool | checkExpired (std::shared_ptr< SLE const > const &sleCredential, NetClock::time_point const &closed) |
| bool | removeExpired (ApplyView &view, STVector256 const &arr, beast::Journal const j) |
| TER | deleteSLE (ApplyView &view, std::shared_ptr< SLE > const &sleCredential, beast::Journal j) |
| NotTEC | checkFields (STTx const &tx, beast::Journal j) |
| TER | valid (STTx const &tx, ReadView const &view, AccountID const &src, beast::Journal j) |
| TER | validDomain (ReadView const &view, uint256 domainID, AccountID const &subject) |
| TER | authorizedDepositPreauth (ApplyView const &view, STVector256 const &ctx, AccountID const &dst) |
| std::set< std::pair< AccountID, Slice > > | makeSorted (STArray const &credentials) |
| NotTEC | checkArray (STArray const &credentials, unsigned maxSize, beast::Journal j) |
| bool ripple::credentials::checkExpired | ( | std::shared_ptr< SLE const > const & | sleCredential, |
| NetClock::time_point const & | closed | ||
| ) |
Definition at line 12 of file CredentialHelpers.cpp.
| bool ripple::credentials::removeExpired | ( | ApplyView & | view, |
| STVector256 const & | arr, | ||
| beast::Journal const | j | ||
| ) |
Definition at line 23 of file CredentialHelpers.cpp.
| TER ripple::credentials::deleteSLE | ( | ApplyView & | view, |
| std::shared_ptr< SLE > const & | sleCredential, | ||
| beast::Journal | j | ||
| ) |
Definition at line 48 of file CredentialHelpers.cpp.
| NotTEC ripple::credentials::checkFields | ( | STTx const & | tx, |
| beast::Journal | j | ||
| ) |
Definition at line 107 of file CredentialHelpers.cpp.
| TER ripple::credentials::valid | ( | STTx const & | tx, |
| ReadView const & | view, | ||
| AccountID const & | src, | ||
| beast::Journal | j | ||
| ) |
Definition at line 137 of file CredentialHelpers.cpp.
| TER ripple::credentials::validDomain | ( | ReadView const & | view, |
| uint256 | domainID, | ||
| AccountID const & | subject | ||
| ) |
Definition at line 177 of file CredentialHelpers.cpp.
| TER ripple::credentials::authorizedDepositPreauth | ( | ApplyView const & | view, |
| STVector256 const & | ctx, | ||
| AccountID const & | dst | ||
| ) |
Definition at line 217 of file CredentialHelpers.cpp.
| std::set< std::pair< AccountID, Slice > > ripple::credentials::makeSorted | ( | STArray const & | credentials | ) |
Definition at line 245 of file CredentialHelpers.cpp.
| NotTEC ripple::credentials::checkArray | ( | STArray const & | credentials, |
| unsigned | maxSize, | ||
| beast::Journal | j | ||
| ) |
Definition at line 258 of file CredentialHelpers.cpp.