Package org.xrpl.xrpl4j.model.ledger
Interface SignerEntryWrapper
- All Known Implementing Classes:
ImmutableSignerEntryWrapper
@Immutable
public interface SignerEntryWrapper
A wrapper for
SignerEntry to conform to the rippled API JSON structure.-
Method Summary
Modifier and TypeMethodDescriptionstatic SignerEntryWrapperof(SignerEntry entry) Construct a new wrapper for the givenSignerEntry.TheSignerEntrythat this wrapper wraps.
-
Method Details
-
of
Construct a new wrapper for the givenSignerEntry.- Parameters:
entry- ASignerEntry.- Returns:
- A
SignerEntryWrapperwrapping the givenSignerEntry.
-
signerEntry
SignerEntry signerEntry()TheSignerEntrythat this wrapper wraps.- Returns:
- A
SignerEntry.
-