Package org.stellar.sdk.responses
Class AssetResponse.Flags
- java.lang.Object
-
- org.stellar.sdk.responses.AssetResponse.Flags
-
- Enclosing class:
- AssetResponse
public static class AssetResponse.Flags extends java.lang.Object
Flags describe asset flags.
-
-
Constructor Summary
Constructors Constructor Description Flags(boolean authRequired, boolean authRevocable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAuthRequired()
boolean
isAuthRevocable()
-