@bitgo-beta/sdk-coin-algo 1.3.19-beta.1221 → 1.3.19-beta.1222
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/package.json +5 -5
- package/dist/src/algo.d.ts +0 -291
- package/dist/src/algo.d.ts.map +0 -1
- package/dist/src/algo.js +0 -637
- package/dist/src/algoToken.d.ts +0 -32
- package/dist/src/algoToken.d.ts.map +0 -1
- package/dist/src/algoToken.js +0 -82
- package/dist/src/builder.d.ts +0 -3
- package/dist/src/builder.d.ts.map +0 -1
- package/dist/src/builder.js +0 -10
- package/dist/src/index.d.ts +0 -6
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/index.js +0 -45
- package/dist/src/lib/assetTransferBuilder.d.ts +0 -42
- package/dist/src/lib/assetTransferBuilder.d.ts.map +0 -1
- package/dist/src/lib/assetTransferBuilder.js +0 -105
- package/dist/src/lib/errors.d.ts +0 -11
- package/dist/src/lib/errors.d.ts.map +0 -1
- package/dist/src/lib/errors.js +0 -27
- package/dist/src/lib/ifaces.d.ts +0 -45
- package/dist/src/lib/ifaces.d.ts.map +0 -1
- package/dist/src/lib/ifaces.js +0 -3
- package/dist/src/lib/index.d.ts +0 -13
- package/dist/src/lib/index.d.ts.map +0 -1
- package/dist/src/lib/index.js +0 -61
- package/dist/src/lib/keyPair.d.ts +0 -25
- package/dist/src/lib/keyPair.d.ts.map +0 -1
- package/dist/src/lib/keyPair.js +0 -91
- package/dist/src/lib/keyRegistrationBuilder.d.ts +0 -104
- package/dist/src/lib/keyRegistrationBuilder.d.ts.map +0 -1
- package/dist/src/lib/keyRegistrationBuilder.js +0 -240
- package/dist/src/lib/seedEncoding.d.ts +0 -25
- package/dist/src/lib/seedEncoding.d.ts.map +0 -1
- package/dist/src/lib/seedEncoding.js +0 -111
- package/dist/src/lib/transaction.d.ts +0 -75
- package/dist/src/lib/transaction.d.ts.map +0 -1
- package/dist/src/lib/transaction.js +0 -250
- package/dist/src/lib/transactionBuilder.d.ts +0 -210
- package/dist/src/lib/transactionBuilder.d.ts.map +0 -1
- package/dist/src/lib/transactionBuilder.js +0 -389
- package/dist/src/lib/transactionBuilderFactory.d.ts +0 -16
- package/dist/src/lib/transactionBuilderFactory.d.ts.map +0 -1
- package/dist/src/lib/transactionBuilderFactory.js +0 -52
- package/dist/src/lib/transferBuilder.d.ts +0 -40
- package/dist/src/lib/transferBuilder.d.ts.map +0 -1
- package/dist/src/lib/transferBuilder.js +0 -89
- package/dist/src/lib/txnSchema.d.ts +0 -7
- package/dist/src/lib/txnSchema.d.ts.map +0 -1
- package/dist/src/lib/txnSchema.js +0 -68
- package/dist/src/lib/utils.d.ts +0 -254
- package/dist/src/lib/utils.d.ts.map +0 -1
- package/dist/src/lib/utils.js +0 -563
- package/dist/src/register.d.ts +0 -3
- package/dist/src/register.d.ts.map +0 -1
- package/dist/src/register.js +0 -15
- package/dist/src/seedValidator.d.ts +0 -31
- package/dist/src/seedValidator.d.ts.map +0 -1
- package/dist/src/seedValidator.js +0 -103
- package/dist/src/talgo.d.ts +0 -12
- package/dist/src/talgo.d.ts.map +0 -1
- package/dist/src/talgo.js +0 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-algo",
|
|
3
|
-
"version": "1.3.19-beta.
|
|
3
|
+
"version": "1.3.19-beta.1222",
|
|
4
4
|
"description": "BitGo SDK coin library for Algorand",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
44
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
43
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.1224",
|
|
44
|
+
"@bitgo-beta/statics": "15.1.1-beta.1227",
|
|
45
45
|
"@hashgraph/cryptography": "1.1.2",
|
|
46
46
|
"@stablelib/hex": "^1.0.0",
|
|
47
47
|
"algosdk": "1.23.1",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"tweetnacl": "^1.0.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@bitgo-beta/sdk-api": "1.10.1-beta.
|
|
57
|
+
"@bitgo-beta/sdk-api": "1.10.1-beta.1223",
|
|
58
58
|
"@bitgo-beta/sdk-test": "^9.1.1",
|
|
59
59
|
"should": "^13.1.3",
|
|
60
60
|
"sinon": "^7.5.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "4f1bde3a4efba7c1153e94cd128c3946d50a2a78"
|
|
63
63
|
}
|
package/dist/src/algo.d.ts
DELETED
|
@@ -1,291 +0,0 @@
|
|
|
1
|
-
import { AddressCoinSpecific, BaseBroadcastTransactionOptions, BaseBroadcastTransactionResult, BaseCoin, BitGoBase, KeyPair, ParsedTransaction, ParseTransactionOptions, SignedTransaction, SignTransactionOptions as BaseSignTransactionOptions, TokenManagementType, TransactionExplanation, VerifyAddressOptions, VerifyTransactionOptions, MultisigType, AuditDecryptedKeyParams } from '@bitgo-beta/sdk-core';
|
|
2
|
-
import * as algosdk from 'algosdk';
|
|
3
|
-
import { Buffer } from 'buffer';
|
|
4
|
-
export interface AlgoAddressCoinSpecifics extends AddressCoinSpecific {
|
|
5
|
-
rootAddress: string;
|
|
6
|
-
bitgoKey: string;
|
|
7
|
-
bitgoPubKey?: string;
|
|
8
|
-
addressVersion: number;
|
|
9
|
-
threshold: number;
|
|
10
|
-
}
|
|
11
|
-
export interface VerifyAlgoAddressOptions extends VerifyAddressOptions {
|
|
12
|
-
chain: number;
|
|
13
|
-
index: number;
|
|
14
|
-
coin: string;
|
|
15
|
-
wallet: string;
|
|
16
|
-
coinSpecific: AlgoAddressCoinSpecifics;
|
|
17
|
-
}
|
|
18
|
-
export interface AlgoTransactionExplanation extends TransactionExplanation {
|
|
19
|
-
memo?: string;
|
|
20
|
-
type?: string | number;
|
|
21
|
-
voteKey?: string;
|
|
22
|
-
selectionKey?: string;
|
|
23
|
-
voteFirst?: number;
|
|
24
|
-
voteLast?: number;
|
|
25
|
-
voteKeyDilution?: number;
|
|
26
|
-
tokenId?: number;
|
|
27
|
-
operations?: TransactionOperation[];
|
|
28
|
-
}
|
|
29
|
-
export interface TransactionOperation {
|
|
30
|
-
type: string;
|
|
31
|
-
coin: string;
|
|
32
|
-
}
|
|
33
|
-
export interface SignTransactionOptions extends BaseSignTransactionOptions {
|
|
34
|
-
txPrebuild: TransactionPrebuild;
|
|
35
|
-
prv: string;
|
|
36
|
-
}
|
|
37
|
-
export interface TransactionPrebuild {
|
|
38
|
-
txHex: string;
|
|
39
|
-
halfSigned?: {
|
|
40
|
-
txHex: string;
|
|
41
|
-
};
|
|
42
|
-
txInfo: {
|
|
43
|
-
from: string;
|
|
44
|
-
to: string;
|
|
45
|
-
amount: string;
|
|
46
|
-
fee: number;
|
|
47
|
-
firstRound: number;
|
|
48
|
-
lastRound: number;
|
|
49
|
-
genesisID: string;
|
|
50
|
-
genesisHash: string;
|
|
51
|
-
note?: string;
|
|
52
|
-
};
|
|
53
|
-
keys: string[];
|
|
54
|
-
addressVersion: number;
|
|
55
|
-
}
|
|
56
|
-
export interface FullySignedTransaction {
|
|
57
|
-
txHex: string;
|
|
58
|
-
}
|
|
59
|
-
export interface HalfSignedTransaction {
|
|
60
|
-
halfSigned: {
|
|
61
|
-
txHex: string;
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
export interface TransactionFee {
|
|
65
|
-
fee: string;
|
|
66
|
-
}
|
|
67
|
-
export interface ExplainTransactionOptions {
|
|
68
|
-
txHex?: string;
|
|
69
|
-
halfSigned?: {
|
|
70
|
-
txHex: string;
|
|
71
|
-
};
|
|
72
|
-
publicKeys?: string[];
|
|
73
|
-
feeInfo: TransactionFee;
|
|
74
|
-
}
|
|
75
|
-
interface NodeParams {
|
|
76
|
-
token: string;
|
|
77
|
-
baseServer: string;
|
|
78
|
-
port: number;
|
|
79
|
-
}
|
|
80
|
-
export interface VerifiedTransactionParameters {
|
|
81
|
-
txHex: string;
|
|
82
|
-
addressVersion: number;
|
|
83
|
-
signers: string[];
|
|
84
|
-
prv: string;
|
|
85
|
-
isHalfSigned: boolean;
|
|
86
|
-
numberSigners: number;
|
|
87
|
-
}
|
|
88
|
-
export interface RecoveryOptions {
|
|
89
|
-
backupKey: string;
|
|
90
|
-
userKey: string;
|
|
91
|
-
rootAddress: string;
|
|
92
|
-
recoveryDestination: string;
|
|
93
|
-
bitgoKey: string;
|
|
94
|
-
walletPassphrase?: string;
|
|
95
|
-
fee: number;
|
|
96
|
-
firstRound?: number;
|
|
97
|
-
note?: string;
|
|
98
|
-
nodeParams: NodeParams;
|
|
99
|
-
}
|
|
100
|
-
interface RecoveryInfo {
|
|
101
|
-
id: string;
|
|
102
|
-
tx: string;
|
|
103
|
-
coin: string;
|
|
104
|
-
fee: number;
|
|
105
|
-
firstRound: number;
|
|
106
|
-
lastRound: number;
|
|
107
|
-
genesisId: string;
|
|
108
|
-
genesisHash: string;
|
|
109
|
-
note?: string;
|
|
110
|
-
}
|
|
111
|
-
export interface OfflineVaultTxInfo {
|
|
112
|
-
txHex: string;
|
|
113
|
-
userKey: string;
|
|
114
|
-
backupKey: string;
|
|
115
|
-
bitgoKey: string;
|
|
116
|
-
type?: string;
|
|
117
|
-
address: string;
|
|
118
|
-
coin: string;
|
|
119
|
-
feeInfo: number;
|
|
120
|
-
amount: string;
|
|
121
|
-
firstRound: number;
|
|
122
|
-
lastRound: number;
|
|
123
|
-
genesisId: string;
|
|
124
|
-
genesisHash: string;
|
|
125
|
-
note?: string;
|
|
126
|
-
addressVersion: number;
|
|
127
|
-
keys: string[];
|
|
128
|
-
}
|
|
129
|
-
export interface BroadcastTransactionOptions extends BaseBroadcastTransactionOptions {
|
|
130
|
-
nodeParams: NodeParams;
|
|
131
|
-
}
|
|
132
|
-
export declare class Algo extends BaseCoin {
|
|
133
|
-
readonly ENABLE_TOKEN: TokenManagementType;
|
|
134
|
-
readonly DISABLE_TOKEN: TokenManagementType;
|
|
135
|
-
constructor(bitgo: BitGoBase);
|
|
136
|
-
static createInstance(bitgo: BitGoBase): BaseCoin;
|
|
137
|
-
getChain(): string;
|
|
138
|
-
getBaseChain(): string;
|
|
139
|
-
getFamily(): string;
|
|
140
|
-
getFullName(): string;
|
|
141
|
-
getBaseFactor(): number | string;
|
|
142
|
-
/**
|
|
143
|
-
* Flag for sending value of 0
|
|
144
|
-
* @returns {boolean} True if okay to send 0 value, false otherwise
|
|
145
|
-
*/
|
|
146
|
-
valuelessTransferAllowed(): boolean;
|
|
147
|
-
/**
|
|
148
|
-
* Algorand supports account consolidations. These are transfers from the receive addresses
|
|
149
|
-
* to the main address.
|
|
150
|
-
*/
|
|
151
|
-
allowsAccountConsolidations(): boolean;
|
|
152
|
-
/** inheritdoc */
|
|
153
|
-
deriveKeyWithSeed(): {
|
|
154
|
-
derivationPath: string;
|
|
155
|
-
key: string;
|
|
156
|
-
};
|
|
157
|
-
/** inheritdoc */
|
|
158
|
-
generateKeyPair(seed?: Buffer): KeyPair;
|
|
159
|
-
/** inheritdoc */
|
|
160
|
-
generateRootKeyPair(seed?: Buffer): KeyPair;
|
|
161
|
-
/**
|
|
162
|
-
* Return boolean indicating whether input is valid public key for the coin.
|
|
163
|
-
*
|
|
164
|
-
* @param {String} pub the pub to be checked
|
|
165
|
-
* @returns {Boolean} is it valid?
|
|
166
|
-
*/
|
|
167
|
-
isValidPub(pub: string): boolean;
|
|
168
|
-
/**
|
|
169
|
-
* Return boolean indicating whether input is valid seed for the coin
|
|
170
|
-
* In Algorand, when the private key is encoded as base32 string only the first 32 bytes are taken,
|
|
171
|
-
* so the encoded value is actually the seed
|
|
172
|
-
*
|
|
173
|
-
* @param {String} prv the prv to be checked
|
|
174
|
-
* @returns {Boolean} is it valid?
|
|
175
|
-
*/
|
|
176
|
-
isValidPrv(prv: string): boolean;
|
|
177
|
-
/**
|
|
178
|
-
* Return boolean indicating whether input is valid public key for the coin
|
|
179
|
-
*
|
|
180
|
-
* @param {String} address the pub to be checked
|
|
181
|
-
* @returns {Boolean} is it valid?
|
|
182
|
-
*/
|
|
183
|
-
isValidAddress(address: string): boolean;
|
|
184
|
-
/**
|
|
185
|
-
* Sign message with private key
|
|
186
|
-
*
|
|
187
|
-
* @param key
|
|
188
|
-
* @param message
|
|
189
|
-
*/
|
|
190
|
-
signMessage(key: KeyPair, message: string | Buffer): Promise<Buffer>;
|
|
191
|
-
/**
|
|
192
|
-
* Specifies what key we will need for signing` - Algorand needs the backup, bitgo pubs.
|
|
193
|
-
*/
|
|
194
|
-
keyIdsForSigning(): number[];
|
|
195
|
-
getTokenNameById(tokenId: number | string): string;
|
|
196
|
-
/**
|
|
197
|
-
* Explain/parse transaction
|
|
198
|
-
* @param params
|
|
199
|
-
*/
|
|
200
|
-
explainTransaction(params: ExplainTransactionOptions): Promise<AlgoTransactionExplanation | undefined>;
|
|
201
|
-
/**
|
|
202
|
-
* returns if a tx is a token tx
|
|
203
|
-
* @param type {string} - tx type
|
|
204
|
-
* @returns true if it's a token tx
|
|
205
|
-
*/
|
|
206
|
-
isTokenTx(type: string): boolean;
|
|
207
|
-
/**
|
|
208
|
-
* Check if a seed is a valid stellar seed
|
|
209
|
-
*
|
|
210
|
-
* @param {String} seed the seed to check
|
|
211
|
-
* @returns {Boolean} true if the input is a Stellar seed
|
|
212
|
-
*/
|
|
213
|
-
isStellarSeed(seed: string): boolean;
|
|
214
|
-
/**
|
|
215
|
-
* Convert a stellar seed to an algo seed
|
|
216
|
-
*
|
|
217
|
-
* @param {String} seed the seed to convert
|
|
218
|
-
* @returns {Boolean | null} seed in algo encoding
|
|
219
|
-
*/
|
|
220
|
-
convertFromStellarSeed(seed: string): string | null;
|
|
221
|
-
verifySignTransactionParams(params: SignTransactionOptions): VerifiedTransactionParameters;
|
|
222
|
-
/**
|
|
223
|
-
* Assemble keychain and half-sign prebuilt transaction
|
|
224
|
-
*
|
|
225
|
-
* @param params
|
|
226
|
-
* @param params.txPrebuild {TransactionPrebuild} prebuild object returned by platform
|
|
227
|
-
* @param params.prv {String} user prv
|
|
228
|
-
* @returns {Promise<SignedTransaction>}
|
|
229
|
-
*/
|
|
230
|
-
signTransaction(params: SignTransactionOptions): Promise<SignedTransaction>;
|
|
231
|
-
parseTransaction(params: ParseTransactionOptions): Promise<ParsedTransaction>;
|
|
232
|
-
/**
|
|
233
|
-
* Check if address can be used to send funds.
|
|
234
|
-
*
|
|
235
|
-
* @param params.address address to validate
|
|
236
|
-
* @param params.keychains public keys to generate the wallet
|
|
237
|
-
*/
|
|
238
|
-
isWalletAddress(params: VerifyAlgoAddressOptions): Promise<boolean>;
|
|
239
|
-
verifyTransaction(params: VerifyTransactionOptions): Promise<boolean>;
|
|
240
|
-
decodeTx(txn: Buffer): unknown;
|
|
241
|
-
getAddressFromPublicKey(pubKey: Uint8Array): string;
|
|
242
|
-
supportsDeriveKeyWithSeed(): boolean;
|
|
243
|
-
/** inherited doc */
|
|
244
|
-
getDefaultMultisigType(): MultisigType;
|
|
245
|
-
/**
|
|
246
|
-
* Gets config for how token enablements work for this coin
|
|
247
|
-
* @returns
|
|
248
|
-
* requiresTokenEnablement: True if tokens need to be enabled for this coin
|
|
249
|
-
* supportsMultipleTokenEnablements: True if multiple tokens can be enabled in one transaction
|
|
250
|
-
*/
|
|
251
|
-
getTokenEnablementConfig(): {
|
|
252
|
-
requiresTokenEnablement: boolean;
|
|
253
|
-
supportsMultipleTokenEnablements: boolean;
|
|
254
|
-
};
|
|
255
|
-
/**
|
|
256
|
-
* Gets the balance of the root address in base units of algo
|
|
257
|
-
* Eg. If balance is 1 Algo, this returns 1*10^6
|
|
258
|
-
* @param rootAddress
|
|
259
|
-
* @param client
|
|
260
|
-
*/
|
|
261
|
-
getAccountBalance(rootAddress: string, client: algosdk.Algodv2): Promise<number>;
|
|
262
|
-
/**
|
|
263
|
-
* Returns the Algo client for the given token, baseServer and port
|
|
264
|
-
* Used to interact with the Algo network
|
|
265
|
-
*/
|
|
266
|
-
getClient(token: string, baseServer: string, port: number): algosdk.Algodv2;
|
|
267
|
-
recover(params: RecoveryOptions): Promise<RecoveryInfo | OfflineVaultTxInfo>;
|
|
268
|
-
/**
|
|
269
|
-
* Accepts a fully signed serialized base64 transaction and broadcasts it on the network.
|
|
270
|
-
* Uses the external node provided by the client
|
|
271
|
-
* @param serializedSignedTransaction
|
|
272
|
-
* @param nodeParams
|
|
273
|
-
*/
|
|
274
|
-
broadcastTransaction({ serializedSignedTransaction, nodeParams, }: BroadcastTransactionOptions): Promise<BaseBroadcastTransactionResult>;
|
|
275
|
-
/**
|
|
276
|
-
* Stellar and Algorand both use keys on the ed25519 curve, but use different encodings.
|
|
277
|
-
* As the HSM doesn't have explicit support to create Algorand addresses, we use the Stellar
|
|
278
|
-
* keys and re-encode them to the Algorand encoding.
|
|
279
|
-
*
|
|
280
|
-
* This method should only be used when creating Algorand custodial wallets reusing Stellar keys.
|
|
281
|
-
*
|
|
282
|
-
* @param {string} addressOrPubKey a Stellar pubkey or Algorand address
|
|
283
|
-
* @return {*}
|
|
284
|
-
*/
|
|
285
|
-
private stellarAddressToAlgoAddress;
|
|
286
|
-
private getBuilder;
|
|
287
|
-
/** @inheritDoc */
|
|
288
|
-
auditDecryptedKey({ publicKey, prv, multiSigType }: AuditDecryptedKeyParams): void;
|
|
289
|
-
}
|
|
290
|
-
export {};
|
|
291
|
-
//# sourceMappingURL=algo.d.ts.map
|
package/dist/src/algo.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"algo.d.ts","sourceRoot":"","sources":["../../src/algo.ts"],"names":[],"mappings":"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"}
|