@@ -20,27 +20,27 @@ import (
20
20
"net/http"
21
21
"time"
22
22
23
- app "git.dsr-corporation.com/zb-ledger/zb-ledger"
24
- constants "git.dsr-corporation.com/zb-ledger/zb-ledger/integration_tests/constants"
25
- extRest "git.dsr-corporation.com/zb-ledger/zb-ledger/restext/tx/rest"
26
- "git.dsr-corporation.com/zb-ledger/zb-ledger/utils/rest"
27
- "git.dsr-corporation.com/zb-ledger/zb-ledger/x/auth"
28
- authRest "git.dsr-corporation.com/zb-ledger/zb-ledger/x/auth/client/rest"
29
- "git.dsr-corporation.com/zb-ledger/zb-ledger/x/compliance"
30
- complianceRest "git.dsr-corporation.com/zb-ledger/zb-ledger/x/compliance/client/rest"
31
- "git.dsr-corporation.com/zb-ledger/zb-ledger/x/compliancetest"
32
- compliancetestRest "git.dsr-corporation.com/zb-ledger/zb-ledger/x/compliancetest/client/rest"
33
- "git.dsr-corporation.com/zb-ledger/zb-ledger/x/modelinfo"
34
- modelinfoRest "git.dsr-corporation.com/zb-ledger/zb-ledger/x/modelinfo/client/rest"
35
- "git.dsr-corporation.com/zb-ledger/zb-ledger/x/pki"
36
- pkiRest "git.dsr-corporation.com/zb-ledger/zb-ledger/x/pki/client/rest"
37
23
keyUtil "github.com/cosmos/cosmos-sdk/client/keys"
38
24
"github.com/cosmos/cosmos-sdk/codec"
39
25
sdk "github.com/cosmos/cosmos-sdk/types"
40
26
restTypes "github.com/cosmos/cosmos-sdk/types/rest"
41
27
"github.com/cosmos/cosmos-sdk/x/auth/types"
42
28
"github.com/cosmos/go-bip39"
43
29
"github.com/tendermint/tendermint/libs/common"
30
+ app "github.com/zigbee-alliance/distributed-compliance-ledger"
31
+ constants "github.com/zigbee-alliance/distributed-compliance-ledger/integration_tests/constants"
32
+ extRest "github.com/zigbee-alliance/distributed-compliance-ledger/restext/tx/rest"
33
+ "github.com/zigbee-alliance/distributed-compliance-ledger/utils/rest"
34
+ "github.com/zigbee-alliance/distributed-compliance-ledger/x/auth"
35
+ authRest "github.com/zigbee-alliance/distributed-compliance-ledger/x/auth/client/rest"
36
+ "github.com/zigbee-alliance/distributed-compliance-ledger/x/compliance"
37
+ complianceRest "github.com/zigbee-alliance/distributed-compliance-ledger/x/compliance/client/rest"
38
+ "github.com/zigbee-alliance/distributed-compliance-ledger/x/compliancetest"
39
+ compliancetestRest "github.com/zigbee-alliance/distributed-compliance-ledger/x/compliancetest/client/rest"
40
+ "github.com/zigbee-alliance/distributed-compliance-ledger/x/modelinfo"
41
+ modelinfoRest "github.com/zigbee-alliance/distributed-compliance-ledger/x/modelinfo/client/rest"
42
+ "github.com/zigbee-alliance/distributed-compliance-ledger/x/pki"
43
+ pkiRest "github.com/zigbee-alliance/distributed-compliance-ledger/x/pki/client/rest"
44
44
)
45
45
46
46
func CreateKey (accountName string ) (KeyInfo , int ) {
0 commit comments