Interface SingleSingedTransaction<T extends Transaction>

Type Parameters:
T - The type of Transaction that was signed.
All Superinterfaces:
SignedTransaction<T>
All Known Implementing Classes:
ImmutableSingleSingedTransaction

@Immutable public interface SingleSingedTransaction<T extends Transaction> extends SignedTransaction<T>
Holds the bytes for a signed XRPL transaction.