Package org.stellar.anchor.dto.sep24
Class DepositTransactionResponse
- java.lang.Object
-
- org.stellar.anchor.dto.sep24.TransactionResponse
-
- org.stellar.anchor.dto.sep24.DepositTransactionResponse
-
public class DepositTransactionResponse extends TransactionResponse
-
-
Constructor Summary
Constructors Constructor Description DepositTransactionResponse()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DepositTransactionResponseof(JwtService jwtService, Sep24Config sep24Config, Sep24Transaction txn, boolean allowMoreInfoUrl)
-
-
-
Method Detail
-
of
public static DepositTransactionResponse of(JwtService jwtService, Sep24Config sep24Config, Sep24Transaction txn, boolean allowMoreInfoUrl) throws java.net.MalformedURLException, java.net.URISyntaxException
- Throws:
java.net.MalformedURLExceptionjava.net.URISyntaxException
-
-