Interface CredentialWrapper
- All Known Implementing Classes:
ImmutableCredentialWrapper
@Immutable
public interface CredentialWrapper
Wrapper object for a
Credential, so that the JSON representation of a list of Credentials is correct,
according to the XRPL binary serialization specification.-
Method Summary
-
Method Details
-
builder
Construct a builder for this class.- Returns:
- An
ImmutableCredentialWrapper.Builder.
-
credential
Credential credential()A credential.- Returns:
- A
Credential.
-