diff --git a/wallet-sdk/src/main/kotlin/org/stellar/walletsdk/horizon/transaction/TransactionBuilder.kt b/wallet-sdk/src/main/kotlin/org/stellar/walletsdk/horizon/transaction/TransactionBuilder.kt index 91a1243..4c1779c 100644 --- a/wallet-sdk/src/main/kotlin/org/stellar/walletsdk/horizon/transaction/TransactionBuilder.kt +++ b/wallet-sdk/src/main/kotlin/org/stellar/walletsdk/horizon/transaction/TransactionBuilder.kt @@ -1,6 +1,7 @@ package org.stellar.walletsdk.horizon.transaction import org.stellar.sdk.* +import org.stellar.sdk.TransactionBuilder as SdkBuilder import org.stellar.sdk.responses.AccountResponse import org.stellar.walletsdk.Config import org.stellar.walletsdk.anchor.MemoType @@ -13,7 +14,6 @@ import org.stellar.walletsdk.exception.ValidationException import org.stellar.walletsdk.horizon.AccountKeyPair import org.stellar.walletsdk.util.requireStatus import org.stellar.walletsdk.util.toTimeBounds -import org.stellar.sdk.TransactionBuilder as SdkBuilder /** Class that allows to construct Stellar transactions, containing one or more operations */ @Suppress("TooManyFunctions")