Skip to content

Commit

Permalink
Revert "POC"
Browse files Browse the repository at this point in the history
This reverts commit 2e674f6.
  • Loading branch information
overcat committed Aug 9, 2023
1 parent 2e674f6 commit be6e7b4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/org/stellar/sdk/scval/Scv.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
/** Abstract class for all {@link Scv} types. */
public abstract class Scv {

/**
* Create {@link Scv} with the type of {@link SCValType#SCV_VOID}.
*/
public static SCVal booleanSCVal(boolean value) {
return new ScvBoolean(value).toSCVal();
}

/**
* Convert this object to {@link SCVal}.
*
Expand Down

0 comments on commit be6e7b4

Please sign in to comment.