#include <TrustLine.h>
Definition at line 170 of file TrustLine.h.
◆ PathFindTrustLine()
| xrpl::PathFindTrustLine::PathFindTrustLine |
( |
| ) |
|
|
delete |
◆ makeItem()
◆ getItems()
◆ TrustLineBase() [1/3]
◆ TrustLineBase() [2/3]
◆ TrustLineBase() [3/3]
◆ key()
| uint256 const & xrpl::TrustLineBase::key |
( |
| ) |
const |
|
nodiscardinherited |
Returns the state map key for the ledger entry.
Definition at line 51 of file TrustLine.h.
◆ getAccountID()
| AccountID const & xrpl::TrustLineBase::getAccountID |
( |
| ) |
const |
|
nodiscardinherited |
◆ getAccountIDPeer()
| AccountID const & xrpl::TrustLineBase::getAccountIDPeer |
( |
| ) |
const |
|
nodiscardinherited |
◆ getAuth()
| bool xrpl::TrustLineBase::getAuth |
( |
| ) |
const |
|
nodiscardinherited |
◆ getAuthPeer()
| bool xrpl::TrustLineBase::getAuthPeer |
( |
| ) |
const |
|
nodiscardinherited |
◆ getNoRipple()
| bool xrpl::TrustLineBase::getNoRipple |
( |
| ) |
const |
|
nodiscardinherited |
◆ getNoRipplePeer()
| bool xrpl::TrustLineBase::getNoRipplePeer |
( |
| ) |
const |
|
nodiscardinherited |
◆ getDirection()
◆ getDirectionPeer()
◆ getFreeze()
| bool xrpl::TrustLineBase::getFreeze |
( |
| ) |
const |
|
nodiscardinherited |
Have we set the freeze flag on our peer.
Definition at line 109 of file TrustLine.h.
◆ getDeepFreeze()
| bool xrpl::TrustLineBase::getDeepFreeze |
( |
| ) |
const |
|
nodiscardinherited |
Have we set the deep freeze flag on our peer.
Definition at line 116 of file TrustLine.h.
◆ getFreezePeer()
| bool xrpl::TrustLineBase::getFreezePeer |
( |
| ) |
const |
|
nodiscardinherited |
Has the peer set the freeze flag on us.
Definition at line 123 of file TrustLine.h.
◆ getDeepFreezePeer()
| bool xrpl::TrustLineBase::getDeepFreezePeer |
( |
| ) |
const |
|
nodiscardinherited |
Has the peer set the deep freeze flag on us.
Definition at line 130 of file TrustLine.h.
◆ getBalance()
| STAmount const & xrpl::TrustLineBase::getBalance |
( |
| ) |
const |
|
nodiscardinherited |
◆ getLimit()
| STAmount const & xrpl::TrustLineBase::getLimit |
( |
| ) |
const |
|
nodiscardinherited |
◆ getLimitPeer()
| STAmount const & xrpl::TrustLineBase::getLimitPeer |
( |
| ) |
const |
|
nodiscardinherited |
◆ getJson()
◆ getCounter()
|
|
staticprivatenoexceptinherited |
◆ key_
◆ lowLimit_
| STAmount const xrpl::TrustLineBase::lowLimit_ |
|
protectedinherited |
◆ highLimit_
| STAmount const xrpl::TrustLineBase::highLimit_ |
|
protectedinherited |
◆ balance_
◆ flags_
◆ viewLowest_
| bool xrpl::TrustLineBase::viewLowest_ |
|
protectedinherited |
◆ Object