@firmachain/firma-js 0.2.18 → 0.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -20
- package/README.md +136 -136
- package/dist/index.d.ts +4 -4
- package/dist/index.js +16 -16
- package/dist/sdk/FirmaBankService.d.ts +15 -15
- package/dist/sdk/FirmaBankService.js +211 -211
- package/dist/sdk/FirmaChainService.d.ts +8 -8
- package/dist/sdk/FirmaChainService.js +86 -86
- package/dist/sdk/FirmaConfig.d.ts +18 -16
- package/dist/sdk/FirmaConfig.js +63 -55
- package/dist/sdk/FirmaContractService.d.ts +31 -30
- package/dist/sdk/FirmaContractService.js +413 -394
- package/dist/sdk/FirmaDistributionService.d.ts +31 -31
- package/dist/sdk/FirmaDistributionService.js +524 -524
- package/dist/sdk/FirmaFeeGrantService.d.ts +21 -21
- package/dist/sdk/FirmaFeeGrantService.js +341 -341
- package/dist/sdk/FirmaGovService.d.ts +35 -35
- package/dist/sdk/FirmaGovService.js +775 -775
- package/dist/sdk/FirmaIpfsService.d.ts +12 -12
- package/dist/sdk/FirmaIpfsService.js +185 -185
- package/dist/sdk/FirmaMobileSDK.d.ts +27 -27
- package/dist/sdk/FirmaMobileSDK.js +45 -45
- package/dist/sdk/FirmaNftService.d.ts +31 -28
- package/dist/sdk/FirmaNftService.js +372 -390
- package/dist/sdk/FirmaSDK.d.ts +29 -29
- package/dist/sdk/FirmaSDK.js +48 -48
- package/dist/sdk/FirmaSlashingService.d.ts +9 -9
- package/dist/sdk/FirmaSlashingService.js +105 -105
- package/dist/sdk/FirmaStakingService.d.ts +34 -34
- package/dist/sdk/FirmaStakingService.js +604 -604
- package/dist/sdk/FirmaTokenService.d.ts +26 -26
- package/dist/sdk/FirmaTokenService.js +416 -416
- package/dist/sdk/FirmaUtil.d.ts +35 -25
- package/dist/sdk/FirmaUtil.js +226 -201
- package/dist/sdk/FirmaWalletService.d.ts +36 -40
- package/dist/sdk/FirmaWalletService.js +309 -309
- package/dist/sdk/firmachain/amino/addresses.d.ts +5 -5
- package/dist/sdk/firmachain/amino/addresses.js +46 -46
- package/dist/sdk/firmachain/amino/aminomsgs.d.ts +281 -281
- package/dist/sdk/firmachain/amino/aminomsgs.js +77 -77
- package/dist/sdk/firmachain/amino/aminotypes.d.ts +22 -22
- package/dist/sdk/firmachain/amino/aminotypes.js +521 -521
- package/dist/sdk/firmachain/amino/coins.d.ts +30 -30
- package/dist/sdk/firmachain/amino/coins.js +69 -69
- package/dist/sdk/firmachain/amino/encoding.d.ts +24 -24
- package/dist/sdk/firmachain/amino/encoding.js +234 -234
- package/dist/sdk/firmachain/amino/multisig.d.ts +10 -10
- package/dist/sdk/firmachain/amino/multisig.js +42 -42
- package/dist/sdk/firmachain/amino/paths.d.ts +6 -6
- package/dist/sdk/firmachain/amino/paths.js +18 -18
- package/dist/sdk/firmachain/amino/pubkeys.d.ts +47 -47
- package/dist/sdk/firmachain/amino/pubkeys.js +29 -29
- package/dist/sdk/firmachain/amino/secp256k1hdwallet.d.ts +94 -94
- package/dist/sdk/firmachain/amino/secp256k1hdwallet.js +437 -437
- package/dist/sdk/firmachain/amino/secp256k1wallet.d.ts +23 -23
- package/dist/sdk/firmachain/amino/secp256k1wallet.js +141 -141
- package/dist/sdk/firmachain/amino/signature.d.ts +16 -16
- package/dist/sdk/firmachain/amino/signature.js +36 -36
- package/dist/sdk/firmachain/amino/signdoc.d.ts +26 -26
- package/dist/sdk/firmachain/amino/signdoc.js +42 -42
- package/dist/sdk/firmachain/amino/signer.d.ts +33 -33
- package/dist/sdk/firmachain/amino/signer.js +2 -2
- package/dist/sdk/firmachain/amino/stdtx.d.ts +15 -15
- package/dist/sdk/firmachain/amino/stdtx.js +17 -17
- package/dist/sdk/firmachain/amino/wallet.d.ts +32 -32
- package/dist/sdk/firmachain/amino/wallet.js +132 -132
- package/dist/sdk/firmachain/bank/BankQueryClient.d.ts +12 -12
- package/dist/sdk/firmachain/bank/BankQueryClient.js +116 -116
- package/dist/sdk/firmachain/bank/BankTxClient.d.ts +17 -17
- package/dist/sdk/firmachain/bank/BankTxClient.js +40 -40
- package/dist/sdk/firmachain/bank/index.d.ts +3 -3
- package/dist/sdk/firmachain/bank/index.js +15 -15
- package/dist/sdk/firmachain/common/ITxClient.d.ts +15 -15
- package/dist/sdk/firmachain/common/ITxClient.js +102 -102
- package/dist/sdk/firmachain/common/LedgerSigningStargateClient.d.ts +27 -27
- package/dist/sdk/firmachain/common/LedgerSigningStargateClient.js +165 -165
- package/dist/sdk/firmachain/common/LedgerWallet.d.ts +14 -9
- package/dist/sdk/firmachain/common/LedgerWallet.js +147 -150
- package/dist/sdk/firmachain/common/QueryCommon.d.ts +4 -4
- package/dist/sdk/firmachain/common/QueryCommon.js +2 -2
- package/dist/sdk/firmachain/common/TendermintQueryClient.d.ts +42 -42
- package/dist/sdk/firmachain/common/TendermintQueryClient.js +108 -108
- package/dist/sdk/firmachain/common/TxCommon.d.ts +87 -94
- package/dist/sdk/firmachain/common/TxCommon.js +18 -34
- package/dist/sdk/firmachain/common/accounts.d.ts +16 -16
- package/dist/sdk/firmachain/common/accounts.js +64 -64
- package/dist/sdk/firmachain/common/index.d.ts +2 -2
- package/dist/sdk/firmachain/common/index.js +14 -14
- package/dist/sdk/firmachain/common/signing.d.ts +10 -10
- package/dist/sdk/firmachain/common/signing.js +75 -75
- package/dist/sdk/firmachain/common/signingstargateclient.d.ts +37 -37
- package/dist/sdk/firmachain/common/signingstargateclient.js +298 -298
- package/dist/sdk/firmachain/common/stargateclient.d.ts +46 -46
- package/dist/sdk/firmachain/common/stargateclient.js +211 -211
- package/dist/sdk/firmachain/contract/ContractQueryClient.d.ts +32 -31
- package/dist/sdk/firmachain/contract/ContractQueryClient.js +156 -141
- package/dist/sdk/firmachain/contract/ContractTxClient.d.ts +17 -17
- package/dist/sdk/firmachain/contract/ContractTxClient.js +40 -40
- package/dist/sdk/firmachain/contract/ContractTxTypes.d.ts +69 -69
- package/dist/sdk/firmachain/contract/ContractTxTypes.js +483 -483
- package/dist/sdk/firmachain/contract/index.d.ts +3 -3
- package/dist/sdk/firmachain/contract/index.js +15 -15
- package/dist/sdk/firmachain/distribution/DistributionQueryClient.d.ts +18 -18
- package/dist/sdk/firmachain/distribution/DistributionQueryClient.js +167 -167
- package/dist/sdk/firmachain/distribution/DistributionTxClient.d.ts +27 -27
- package/dist/sdk/firmachain/distribution/DistributionTxClient.js +48 -48
- package/dist/sdk/firmachain/distribution/index.d.ts +3 -3
- package/dist/sdk/firmachain/distribution/index.js +15 -15
- package/dist/sdk/firmachain/feegrant/FeeGrantQueryClient.d.ts +17 -17
- package/dist/sdk/firmachain/feegrant/FeeGrantQueryClient.js +86 -86
- package/dist/sdk/firmachain/feegrant/FeeGrantTxClient.d.ts +17 -17
- package/dist/sdk/firmachain/feegrant/FeeGrantTxClient.js +40 -40
- package/dist/sdk/firmachain/feegrant/FeeGrantTxTypes.d.ts +76 -76
- package/dist/sdk/firmachain/feegrant/FeeGrantTxTypes.js +194 -194
- package/dist/sdk/firmachain/feegrant/index.d.ts +2 -2
- package/dist/sdk/firmachain/feegrant/index.js +15 -15
- package/dist/sdk/firmachain/google/protobuf/any.d.ts +128 -128
- package/dist/sdk/firmachain/google/protobuf/any.js +106 -106
- package/dist/sdk/firmachain/google/protobuf/descriptor.d.ts +996 -996
- package/dist/sdk/firmachain/google/protobuf/descriptor.js +5329 -5329
- package/dist/sdk/firmachain/google/protobuf/duration.d.ts +91 -91
- package/dist/sdk/firmachain/google/protobuf/duration.js +107 -107
- package/dist/sdk/firmachain/google/protobuf/timestamp.d.ts +109 -109
- package/dist/sdk/firmachain/google/protobuf/timestamp.js +107 -107
- package/dist/sdk/firmachain/gov/GovQueryClient.d.ts +61 -61
- package/dist/sdk/firmachain/gov/GovQueryClient.js +152 -152
- package/dist/sdk/firmachain/gov/GovTxClient.d.ts +22 -22
- package/dist/sdk/firmachain/gov/GovTxClient.js +44 -44
- package/dist/sdk/firmachain/gov/index.d.ts +3 -3
- package/dist/sdk/firmachain/gov/index.js +15 -15
- package/dist/sdk/firmachain/nft/NftQueryClient.d.ts +20 -17
- package/dist/sdk/firmachain/nft/NftQueryClient.js +125 -121
- package/dist/sdk/firmachain/nft/NftTxClient.d.ts +22 -22
- package/dist/sdk/firmachain/nft/NftTxClient.js +44 -44
- package/dist/sdk/firmachain/nft/NftTxTypes.d.ts +86 -86
- package/dist/sdk/firmachain/nft/NftTxTypes.js +424 -424
- package/dist/sdk/firmachain/nft/index.d.ts +3 -3
- package/dist/sdk/firmachain/nft/index.js +15 -15
- package/dist/sdk/firmachain/slashing/SlashingQueryClient.d.ts +22 -22
- package/dist/sdk/firmachain/slashing/SlashingQueryClient.js +101 -101
- package/dist/sdk/firmachain/slashing/index.d.ts +2 -2
- package/dist/sdk/firmachain/slashing/index.js +14 -14
- package/dist/sdk/firmachain/staking/StakingQueryClient.d.ts +93 -93
- package/dist/sdk/firmachain/staking/StakingQueryClient.js +223 -223
- package/dist/sdk/firmachain/staking/StakingTxClient.d.ts +32 -32
- package/dist/sdk/firmachain/staking/StakingTxClient.js +52 -52
- package/dist/sdk/firmachain/staking/index.d.ts +3 -3
- package/dist/sdk/firmachain/staking/index.js +15 -15
- package/dist/sdk/firmachain/token/TokenQueryClient.d.ts +24 -24
- package/dist/sdk/firmachain/token/TokenQueryClient.js +106 -106
- package/dist/sdk/firmachain/token/TokenTxClient.d.ts +27 -27
- package/dist/sdk/firmachain/token/TokenTxClient.js +48 -48
- package/dist/sdk/firmachain/token/TokenTxTypes.d.ts +116 -116
- package/dist/sdk/firmachain/token/TokenTxTypes.js +685 -685
- package/dist/sdk/firmachain/token/index.d.ts +3 -3
- package/dist/sdk/firmachain/token/index.js +15 -15
- package/package.json +54 -54
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
export declare class FirmaConfig {
|
|
2
|
-
chainID: string;
|
|
3
|
-
rpcAddress: string;
|
|
4
|
-
restApiAddress: string;
|
|
5
|
-
ipfsNodeAddress: string;
|
|
6
|
-
ipfsNodePort: number;
|
|
7
|
-
ipfsWebApiAddress: string;
|
|
8
|
-
hdPath: string;
|
|
9
|
-
prefix: string;
|
|
10
|
-
denom: string;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
static readonly
|
|
16
|
-
|
|
1
|
+
export declare class FirmaConfig {
|
|
2
|
+
chainID: string;
|
|
3
|
+
rpcAddress: string;
|
|
4
|
+
restApiAddress: string;
|
|
5
|
+
ipfsNodeAddress: string;
|
|
6
|
+
ipfsNodePort: number;
|
|
7
|
+
ipfsWebApiAddress: string;
|
|
8
|
+
hdPath: string;
|
|
9
|
+
prefix: string;
|
|
10
|
+
denom: string;
|
|
11
|
+
defaultFee: number;
|
|
12
|
+
defaultGas: number;
|
|
13
|
+
isShowLog: boolean;
|
|
14
|
+
constructor(chainID: string, rpcAddress: string, restApiAddress: string, ipfsNodeAddress: string, ipfsNodePort: number, ipfsWebApiAddress: string, hdPath: string, prefix: string, denom: string, defaultFee: number, defaultGas: number, isShowLog: boolean);
|
|
15
|
+
static readonly DevNetConfig: FirmaConfig;
|
|
16
|
+
static readonly TestNetConfig: FirmaConfig;
|
|
17
|
+
static readonly MainNetConfig: FirmaConfig;
|
|
18
|
+
}
|
package/dist/sdk/FirmaConfig.js
CHANGED
|
@@ -1,55 +1,63 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FirmaConfig = void 0;
|
|
4
|
-
var FirmaConfig = /** @class */ (function () {
|
|
5
|
-
function FirmaConfig(chainID, rpcAddress, restApiAddress, ipfsNodeAddress, ipfsNodePort, ipfsWebApiAddress, hdPath, prefix, denom, isShowLog) {
|
|
6
|
-
this.chainID = chainID;
|
|
7
|
-
this.rpcAddress = rpcAddress;
|
|
8
|
-
this.restApiAddress = restApiAddress;
|
|
9
|
-
this.ipfsNodeAddress = ipfsNodeAddress;
|
|
10
|
-
this.ipfsNodePort = ipfsNodePort;
|
|
11
|
-
this.ipfsWebApiAddress = ipfsWebApiAddress;
|
|
12
|
-
this.hdPath = hdPath;
|
|
13
|
-
this.prefix = prefix;
|
|
14
|
-
this.denom = denom;
|
|
15
|
-
this.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FirmaConfig = void 0;
|
|
4
|
+
var FirmaConfig = /** @class */ (function () {
|
|
5
|
+
function FirmaConfig(chainID, rpcAddress, restApiAddress, ipfsNodeAddress, ipfsNodePort, ipfsWebApiAddress, hdPath, prefix, denom, defaultFee, defaultGas, isShowLog) {
|
|
6
|
+
this.chainID = chainID;
|
|
7
|
+
this.rpcAddress = rpcAddress;
|
|
8
|
+
this.restApiAddress = restApiAddress;
|
|
9
|
+
this.ipfsNodeAddress = ipfsNodeAddress;
|
|
10
|
+
this.ipfsNodePort = ipfsNodePort;
|
|
11
|
+
this.ipfsWebApiAddress = ipfsWebApiAddress;
|
|
12
|
+
this.hdPath = hdPath;
|
|
13
|
+
this.prefix = prefix;
|
|
14
|
+
this.denom = denom;
|
|
15
|
+
this.defaultFee = defaultFee;
|
|
16
|
+
this.defaultGas = defaultGas;
|
|
17
|
+
this.isShowLog = isShowLog;
|
|
18
|
+
}
|
|
19
|
+
FirmaConfig.DevNetConfig = {
|
|
20
|
+
chainID: "roma-1",
|
|
21
|
+
rpcAddress: "http://192.168.20.113:26657",
|
|
22
|
+
restApiAddress: "http://192.168.20.113:1317",
|
|
23
|
+
ipfsNodeAddress: "http://192.168.20.120",
|
|
24
|
+
ipfsNodePort: 5001,
|
|
25
|
+
ipfsWebApiAddress: "http://192.168.20.120:8080",
|
|
26
|
+
hdPath: "m/44'/7777777'/",
|
|
27
|
+
prefix: "firma",
|
|
28
|
+
denom: "ufct",
|
|
29
|
+
defaultFee: 20000,
|
|
30
|
+
defaultGas: 200000,
|
|
31
|
+
isShowLog: true,
|
|
32
|
+
};
|
|
33
|
+
FirmaConfig.TestNetConfig = {
|
|
34
|
+
chainID: "imperium-3",
|
|
35
|
+
rpcAddress: "https://lcd-testnet.firmachain.dev:26657",
|
|
36
|
+
restApiAddress: "https://lcd-testnet.firmachain.dev:1317",
|
|
37
|
+
ipfsNodeAddress: "https://ipfs-dev.firmachain.dev",
|
|
38
|
+
ipfsNodePort: 5001,
|
|
39
|
+
ipfsWebApiAddress: "https://ipfs-dev.firmachain.dev",
|
|
40
|
+
hdPath: "m/44'/7777777'/",
|
|
41
|
+
prefix: "firma",
|
|
42
|
+
denom: "ufct",
|
|
43
|
+
defaultFee: 20000,
|
|
44
|
+
defaultGas: 200000,
|
|
45
|
+
isShowLog: true,
|
|
46
|
+
};
|
|
47
|
+
FirmaConfig.MainNetConfig = {
|
|
48
|
+
chainID: "colosseum-1",
|
|
49
|
+
rpcAddress: "https://lcd-mainnet.firmachain.org:26657",
|
|
50
|
+
restApiAddress: "https://lcd-mainnet.firmachain.org:1317",
|
|
51
|
+
ipfsNodeAddress: "https://ipfs-dev.firmachain.dev",
|
|
52
|
+
ipfsNodePort: 5001,
|
|
53
|
+
ipfsWebApiAddress: "https://ipfs-dev.firmachain.dev",
|
|
54
|
+
hdPath: "m/44'/7777777'/",
|
|
55
|
+
prefix: "firma",
|
|
56
|
+
denom: "ufct",
|
|
57
|
+
defaultFee: 20000,
|
|
58
|
+
defaultGas: 200000,
|
|
59
|
+
isShowLog: false,
|
|
60
|
+
};
|
|
61
|
+
return FirmaConfig;
|
|
62
|
+
}());
|
|
63
|
+
exports.FirmaConfig = FirmaConfig;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
import { ContractLogType, ContractFileType, Pagination, TxMisc } from "./firmachain/contract";
|
|
2
|
-
import { EncodeObject } from "@cosmjs/proto-signing";
|
|
3
|
-
import { FirmaConfig } from "./FirmaConfig";
|
|
4
|
-
import { FirmaWalletService } from "./FirmaWalletService";
|
|
5
|
-
import { BroadcastTxResponse } from "./firmachain/common/stargateclient";
|
|
6
|
-
export declare class ContractService {
|
|
7
|
-
private readonly config;
|
|
8
|
-
constructor(config: FirmaConfig);
|
|
9
|
-
getContractLogAll(paginationKey?: string): Promise<{
|
|
10
|
-
dataList: ContractLogType[];
|
|
11
|
-
pagination: Pagination;
|
|
12
|
-
}>;
|
|
13
|
-
getContractFileAll(paginationKey?: string): Promise<{
|
|
14
|
-
dataList: ContractFileType[];
|
|
15
|
-
pagination: Pagination;
|
|
16
|
-
}>;
|
|
17
|
-
getContractFile(fileHash: string): Promise<ContractFileType>;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
1
|
+
import { ContractLogType, ContractFileType, Pagination, TxMisc } from "./firmachain/contract";
|
|
2
|
+
import { EncodeObject } from "@cosmjs/proto-signing";
|
|
3
|
+
import { FirmaConfig } from "./FirmaConfig";
|
|
4
|
+
import { FirmaWalletService } from "./FirmaWalletService";
|
|
5
|
+
import { BroadcastTxResponse } from "./firmachain/common/stargateclient";
|
|
6
|
+
export declare class ContractService {
|
|
7
|
+
private readonly config;
|
|
8
|
+
constructor(config: FirmaConfig);
|
|
9
|
+
getContractLogAll(paginationKey?: string): Promise<{
|
|
10
|
+
dataList: ContractLogType[];
|
|
11
|
+
pagination: Pagination;
|
|
12
|
+
}>;
|
|
13
|
+
getContractFileAll(paginationKey?: string): Promise<{
|
|
14
|
+
dataList: ContractFileType[];
|
|
15
|
+
pagination: Pagination;
|
|
16
|
+
}>;
|
|
17
|
+
getContractFile(fileHash: string): Promise<ContractFileType>;
|
|
18
|
+
getContractListFromHash(contractHash: string): Promise<string[]>;
|
|
19
|
+
isContractOwner(fileHash: string, ownerAddress: string): Promise<boolean>;
|
|
20
|
+
getContractLog(logId: string): Promise<ContractLogType>;
|
|
21
|
+
getGasEstimationFromUnSignedTxList(wallet: FirmaWalletService, txList: EncodeObject[], txMisc?: TxMisc): Promise<number>;
|
|
22
|
+
getGasEstimationCreateContractFile(wallet: FirmaWalletService, fileHash: string, timeStamp: number, ownerList: string[], metaDataJsonString: string, txMisc?: TxMisc): Promise<number>;
|
|
23
|
+
getUnsignedTxCreateContractFile(wallet: FirmaWalletService, fileHash: string, timeStamp: number, ownerList: string[], metaDataJsonString: string): Promise<EncodeObject>;
|
|
24
|
+
private getSignedTxCreateContractFile;
|
|
25
|
+
createContractFile(wallet: FirmaWalletService, fileHash: string, timeStamp: number, ownerList: string[], metaDataJsonString: string, txMisc?: TxMisc): Promise<BroadcastTxResponse>;
|
|
26
|
+
getGasEstimationAddContractLog(wallet: FirmaWalletService, contractHash: string, timeStamp: number, eventName: string, ownerAddress: string, jsonString: string, txMisc?: TxMisc): Promise<number>;
|
|
27
|
+
private getSignedTxAddContractLog;
|
|
28
|
+
addContractLog(wallet: FirmaWalletService, contractHash: string, timeStamp: number, eventName: string, ownerAddress: string, jsonString: string, txMisc?: TxMisc): Promise<BroadcastTxResponse>;
|
|
29
|
+
getUnsignedTxAddContractLog(wallet: FirmaWalletService, contractHash: string, timeStamp: number, eventName: string, ownerAddress: string, jsonString: string): Promise<EncodeObject>;
|
|
30
|
+
signAndBroadcast(wallet: FirmaWalletService, msgList: EncodeObject[], txMisc?: TxMisc): Promise<BroadcastTxResponse>;
|
|
31
|
+
}
|