diff --git a/src/main/java/org/stellar/base/Memo.java b/src/main/java/org/stellar/base/Memo.java index 0436914..c82225e 100644 --- a/src/main/java/org/stellar/base/Memo.java +++ b/src/main/java/org/stellar/base/Memo.java @@ -1,18 +1,11 @@ package org.stellar.base; -import com.google.common.base.Strings; import org.apache.commons.codec.DecoderException; -import org.apache.commons.codec.binary.Hex; -import org.stellar.base.xdr.MemoType; -import org.stellar.base.xdr.Uint64; - -import java.nio.charset.StandardCharsets; - -import static com.google.common.base.Preconditions.checkNotNull; /** *

The memo contains optional extra information. It is the responsibility of the client to interpret this value. Memos can be one of the following types:

*