Class RestoreFootprintResult

java.lang.Object
org.stellar.sdk.xdr.RestoreFootprintResult

public class RestoreFootprintResult extends Object
RestoreFootprintResult's original definition in the XDR file is:
 union RestoreFootprintResult switch (RestoreFootprintResultCode code)
 {
 case RESTORE_FOOTPRINT_SUCCESS:
     void;
 case RESTORE_FOOTPRINT_MALFORMED:
 case RESTORE_FOOTPRINT_RESOURCE_LIMIT_EXCEEDED:
 case RESTORE_FOOTPRINT_INSUFFICIENT_REFUNDABLE_FEE:
     void;
 };