Rename ark-sdk > ark/pkg/client-sdk (#236)

This commit is contained in:
Marco Argentieri
2024-08-09 17:46:42 +02:00
committed by GitHub
parent ff28f00730
commit 059e837794
51 changed files with 118 additions and 118 deletions

View File

@@ -4,7 +4,7 @@ import (
"context"
"sync"
"github.com/ark-network/ark-sdk/store"
"github.com/ark-network/ark/pkg/client-sdk/store"
)
type Store struct {