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