Interface DelegatedSignatureService

All Superinterfaces:
DelegatedPublicKeyProvider, DelegatedTransactionSigner, DelegatedTransactionVerifier
All Known Implementing Classes:
AbstractDelegatedSignatureService

public interface DelegatedSignatureService extends DelegatedTransactionSigner, DelegatedTransactionVerifier
Defines how to sign and verify an XRPL transaction in a delegated manner, meaning private-key material used for signing is never accessible via the runtime operating this signing service.