mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 12:44:19 +01:00
Rename ark-sdk > ark/pkg/client-sdk (#236)
This commit is contained in:
@@ -5,13 +5,13 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/ark-network/ark-sdk/client"
|
||||
"github.com/ark-network/ark-sdk/store"
|
||||
inmemorystore "github.com/ark-network/ark-sdk/store/inmemory"
|
||||
"github.com/ark-network/ark-sdk/wallet"
|
||||
singlekeywallet "github.com/ark-network/ark-sdk/wallet/singlekey"
|
||||
inmemorywalletstore "github.com/ark-network/ark-sdk/wallet/singlekey/store/inmemory"
|
||||
"github.com/ark-network/ark/common"
|
||||
"github.com/ark-network/ark/pkg/client-sdk/client"
|
||||
"github.com/ark-network/ark/pkg/client-sdk/store"
|
||||
inmemorystore "github.com/ark-network/ark/pkg/client-sdk/store/inmemory"
|
||||
"github.com/ark-network/ark/pkg/client-sdk/wallet"
|
||||
singlekeywallet "github.com/ark-network/ark/pkg/client-sdk/wallet/singlekey"
|
||||
inmemorywalletstore "github.com/ark-network/ark/pkg/client-sdk/wallet/singlekey/store/inmemory"
|
||||
"github.com/btcsuite/btcd/btcec/v2"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user