@bitgo-beta/sdk-coin-trx 1.2.3-alpha.398 → 1.2.3-alpha.399
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/CHANGELOG.md +6 -0
- package/package.json +7 -7
- package/dist/src/index.d.ts +0 -6
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/index.js +0 -22
- package/dist/src/lib/address.d.ts +0 -11
- package/dist/src/lib/address.d.ts.map +0 -1
- package/dist/src/lib/address.js +0 -13
- package/dist/src/lib/builder.d.ts +0 -3
- package/dist/src/lib/builder.d.ts.map +0 -1
- package/dist/src/lib/builder.js +0 -10
- package/dist/src/lib/constants.d.ts +0 -3
- package/dist/src/lib/constants.d.ts.map +0 -1
- package/dist/src/lib/constants.js +0 -6
- package/dist/src/lib/contractCallBuilder.d.ts +0 -62
- package/dist/src/lib/contractCallBuilder.d.ts.map +0 -1
- package/dist/src/lib/contractCallBuilder.js +0 -218
- package/dist/src/lib/delegateResourceTxBuilder.d.ts +0 -27
- package/dist/src/lib/delegateResourceTxBuilder.d.ts.map +0 -1
- package/dist/src/lib/delegateResourceTxBuilder.js +0 -98
- package/dist/src/lib/enum.d.ts +0 -58
- package/dist/src/lib/enum.d.ts.map +0 -1
- package/dist/src/lib/enum.js +0 -64
- package/dist/src/lib/freezeBalanceTxBuilder.d.ts +0 -71
- package/dist/src/lib/freezeBalanceTxBuilder.d.ts.map +0 -1
- package/dist/src/lib/freezeBalanceTxBuilder.js +0 -211
- package/dist/src/lib/iface.d.ts +0 -321
- package/dist/src/lib/iface.d.ts.map +0 -1
- package/dist/src/lib/iface.js +0 -3
- package/dist/src/lib/index.d.ts +0 -12
- package/dist/src/lib/index.d.ts.map +0 -1
- package/dist/src/lib/index.js +0 -53
- package/dist/src/lib/keyPair.d.ts +0 -43
- package/dist/src/lib/keyPair.d.ts.map +0 -1
- package/dist/src/lib/keyPair.js +0 -134
- package/dist/src/lib/resourceManagementTxBuilder.d.ts +0 -72
- package/dist/src/lib/resourceManagementTxBuilder.d.ts.map +0 -1
- package/dist/src/lib/resourceManagementTxBuilder.js +0 -150
- package/dist/src/lib/tokenTransferBuilder.d.ts +0 -23
- package/dist/src/lib/tokenTransferBuilder.d.ts.map +0 -1
- package/dist/src/lib/tokenTransferBuilder.js +0 -42
- package/dist/src/lib/transaction.d.ts +0 -74
- package/dist/src/lib/transaction.d.ts.map +0 -1
- package/dist/src/lib/transaction.js +0 -312
- package/dist/src/lib/transactionBuilder.d.ts +0 -110
- package/dist/src/lib/transactionBuilder.d.ts.map +0 -1
- package/dist/src/lib/transactionBuilder.js +0 -304
- package/dist/src/lib/undelegateResourceTxBuilder.d.ts +0 -27
- package/dist/src/lib/undelegateResourceTxBuilder.d.ts.map +0 -1
- package/dist/src/lib/undelegateResourceTxBuilder.js +0 -98
- package/dist/src/lib/unfreezeBalanceTxBuilder.d.ts +0 -65
- package/dist/src/lib/unfreezeBalanceTxBuilder.d.ts.map +0 -1
- package/dist/src/lib/unfreezeBalanceTxBuilder.js +0 -204
- package/dist/src/lib/utils.d.ts +0 -197
- package/dist/src/lib/utils.d.ts.map +0 -1
- package/dist/src/lib/utils.js +0 -745
- package/dist/src/lib/voteWitnessTxBuilder.d.ts +0 -62
- package/dist/src/lib/voteWitnessTxBuilder.d.ts.map +0 -1
- package/dist/src/lib/voteWitnessTxBuilder.js +0 -219
- package/dist/src/lib/withdrawBuilder.d.ts +0 -49
- package/dist/src/lib/withdrawBuilder.d.ts.map +0 -1
- package/dist/src/lib/withdrawBuilder.js +0 -167
- package/dist/src/lib/withdrawExpireUnfreezeTxBuilder.d.ts +0 -49
- package/dist/src/lib/withdrawExpireUnfreezeTxBuilder.d.ts.map +0 -1
- package/dist/src/lib/withdrawExpireUnfreezeTxBuilder.js +0 -167
- package/dist/src/lib/wrappedBuilder.d.ts +0 -110
- package/dist/src/lib/wrappedBuilder.d.ts.map +0 -1
- package/dist/src/lib/wrappedBuilder.js +0 -192
- 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/trx.d.ts +0 -262
- package/dist/src/trx.d.ts.map +0 -1
- package/dist/src/trx.js +0 -737
- package/dist/src/trxToken.d.ts +0 -38
- package/dist/src/trxToken.d.ts.map +0 -1
- package/dist/src/trxToken.js +0 -91
- package/dist/src/ttrx.d.ts +0 -13
- package/dist/src/ttrx.d.ts.map +0 -1
- package/dist/src/ttrx.js +0 -14
package/dist/src/trx.d.ts
DELETED
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
import { CoinFamily, BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics';
|
|
2
|
-
import { BaseCoin, BitGoBase, KeyPair, ParsedTransaction, ParseTransactionOptions, SignedTransaction, SignTransactionOptions, TransactionExplanation, TransactionFee, TransactionPrebuild as BaseTransactionPrebuild, TransactionRecipient as Recipient, VerifyAddressOptions, VerifyTransactionOptions, BaseTransaction, MultisigType, AuditDecryptedKeyParams } from '@bitgo-beta/sdk-core';
|
|
3
|
-
import { Interface } from './lib';
|
|
4
|
-
import { TransactionReceipt } from './lib/iface';
|
|
5
|
-
export declare const MINIMUM_TRON_MSIG_TRANSACTION_FEE = 1000000;
|
|
6
|
-
export declare const SAFE_TRON_TRANSACTION_FEE: number;
|
|
7
|
-
export declare const SAFE_TRON_TOKEN_TRANSACTION_FEE: number;
|
|
8
|
-
export declare const RECOVER_TRANSACTION_EXPIRY = 86400000;
|
|
9
|
-
export declare const DEFAULT_SCAN_FACTOR = 20;
|
|
10
|
-
export interface TronSignTransactionOptions extends SignTransactionOptions {
|
|
11
|
-
txPrebuild: TransactionPrebuild;
|
|
12
|
-
prv: string;
|
|
13
|
-
}
|
|
14
|
-
export interface TxInfo {
|
|
15
|
-
recipients: Recipient[];
|
|
16
|
-
from: string;
|
|
17
|
-
txid: string;
|
|
18
|
-
}
|
|
19
|
-
export interface AddressInfo {
|
|
20
|
-
address: string;
|
|
21
|
-
chain: number;
|
|
22
|
-
index: number;
|
|
23
|
-
}
|
|
24
|
-
export interface TronTransactionExplanation extends TransactionExplanation {
|
|
25
|
-
expiration: number;
|
|
26
|
-
timestamp: number;
|
|
27
|
-
}
|
|
28
|
-
export interface TransactionPrebuild extends BaseTransactionPrebuild {
|
|
29
|
-
txHex: string;
|
|
30
|
-
txInfo: TxInfo;
|
|
31
|
-
addressInfo?: AddressInfo;
|
|
32
|
-
feeInfo: TransactionFee;
|
|
33
|
-
}
|
|
34
|
-
export interface ExplainTransactionOptions {
|
|
35
|
-
txHex?: string;
|
|
36
|
-
halfSigned?: {
|
|
37
|
-
txHex: string;
|
|
38
|
-
};
|
|
39
|
-
feeInfo: TransactionFee;
|
|
40
|
-
}
|
|
41
|
-
export interface RecoveryOptions {
|
|
42
|
-
userKey: string;
|
|
43
|
-
backupKey: string;
|
|
44
|
-
bitgoKey: string;
|
|
45
|
-
recoveryDestination: string;
|
|
46
|
-
krsProvider?: string;
|
|
47
|
-
tokenContractAddress?: string;
|
|
48
|
-
walletPassphrase?: string;
|
|
49
|
-
startingScanIndex?: number;
|
|
50
|
-
scan?: number;
|
|
51
|
-
}
|
|
52
|
-
export interface ConsolidationRecoveryOptions {
|
|
53
|
-
userKey: string;
|
|
54
|
-
backupKey: string;
|
|
55
|
-
bitgoKey: string;
|
|
56
|
-
tokenContractAddress?: string;
|
|
57
|
-
startingScanIndex?: number;
|
|
58
|
-
endingScanIndex?: number;
|
|
59
|
-
}
|
|
60
|
-
export interface ConsolidationRecoveryBatch {
|
|
61
|
-
transactions: RecoveryTransaction[];
|
|
62
|
-
}
|
|
63
|
-
export interface FeeInfo {
|
|
64
|
-
fee: string;
|
|
65
|
-
}
|
|
66
|
-
export interface RecoveryTransaction {
|
|
67
|
-
txHex?: string;
|
|
68
|
-
feeInfo?: FeeInfo;
|
|
69
|
-
coin?: string;
|
|
70
|
-
tx?: TransactionPrebuild;
|
|
71
|
-
recoveryAmount?: number;
|
|
72
|
-
tokenTxs?: TransactionReceipt[];
|
|
73
|
-
addressInfo?: AddressInfo;
|
|
74
|
-
}
|
|
75
|
-
export declare enum NodeTypes {
|
|
76
|
-
Full = 0,
|
|
77
|
-
Solidity = 1
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* This structure is not a complete model of the AccountResponse from a node.
|
|
81
|
-
*/
|
|
82
|
-
export interface AccountResponse {
|
|
83
|
-
data: [Interface.AccountInfo];
|
|
84
|
-
}
|
|
85
|
-
export declare class Trx extends BaseCoin {
|
|
86
|
-
protected readonly _staticsCoin: Readonly<StaticsBaseCoin>;
|
|
87
|
-
constructor(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>);
|
|
88
|
-
getChain(): string;
|
|
89
|
-
getFamily(): CoinFamily;
|
|
90
|
-
getFullName(): string;
|
|
91
|
-
getBaseFactor(): number;
|
|
92
|
-
/** @inheritdoc */
|
|
93
|
-
transactionDataAllowed(): boolean;
|
|
94
|
-
/** inherited doc */
|
|
95
|
-
getDefaultMultisigType(): MultisigType;
|
|
96
|
-
static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>): BaseCoin;
|
|
97
|
-
/**
|
|
98
|
-
* Flag for sending value of 0
|
|
99
|
-
* @returns {boolean} True if okay to send 0 value, false otherwise
|
|
100
|
-
*/
|
|
101
|
-
valuelessTransferAllowed(): boolean;
|
|
102
|
-
/** @inheritDoc */
|
|
103
|
-
allowsAccountConsolidations(): boolean;
|
|
104
|
-
/**
|
|
105
|
-
* Checks if this is a valid base58
|
|
106
|
-
* @param address
|
|
107
|
-
*/
|
|
108
|
-
isValidAddress(address: string): boolean;
|
|
109
|
-
/**
|
|
110
|
-
* Checks if this is a valid hex address
|
|
111
|
-
* @param address hex address
|
|
112
|
-
*/
|
|
113
|
-
isValidHexAddress(address: string): boolean;
|
|
114
|
-
/**
|
|
115
|
-
* Generate ed25519 key pair
|
|
116
|
-
*
|
|
117
|
-
* @param seed
|
|
118
|
-
* @returns {Object} object with generated pub, prv
|
|
119
|
-
*/
|
|
120
|
-
generateKeyPair(seed?: Buffer): KeyPair;
|
|
121
|
-
isValidXpub(xpub: string): boolean;
|
|
122
|
-
isValidPub(pub: string): boolean;
|
|
123
|
-
parseTransaction(params: ParseTransactionOptions): Promise<ParsedTransaction>;
|
|
124
|
-
isWalletAddress(params: VerifyAddressOptions): Promise<boolean>;
|
|
125
|
-
verifyTransaction(params: VerifyTransactionOptions): Promise<boolean>;
|
|
126
|
-
/**
|
|
127
|
-
* Derive a user key using the chain path of the address
|
|
128
|
-
* @param key
|
|
129
|
-
* @param path
|
|
130
|
-
* @returns {string} derived private key
|
|
131
|
-
*/
|
|
132
|
-
deriveKeyWithPath({ key, path }: {
|
|
133
|
-
key: string;
|
|
134
|
-
path: string;
|
|
135
|
-
}): string;
|
|
136
|
-
/**
|
|
137
|
-
* Assemble keychain and half-sign prebuilt transaction
|
|
138
|
-
*
|
|
139
|
-
* @param params
|
|
140
|
-
* @param params.txPrebuild {Object} prebuild object returned by platform
|
|
141
|
-
* @param params.prv {String} user prv
|
|
142
|
-
* @returns Bluebird<SignedTransaction>
|
|
143
|
-
*/
|
|
144
|
-
signTransaction(params: TronSignTransactionOptions): Promise<SignedTransaction>;
|
|
145
|
-
/**
|
|
146
|
-
* Return boolean indicating whether input is valid seed for the coin
|
|
147
|
-
*
|
|
148
|
-
* @param prv - the prv to be checked
|
|
149
|
-
*/
|
|
150
|
-
isValidXprv(prv: string): boolean;
|
|
151
|
-
/**
|
|
152
|
-
* Convert a message to string in hexadecimal format.
|
|
153
|
-
*
|
|
154
|
-
* @param message {Buffer|String} message to sign
|
|
155
|
-
* @return the message as a hexadecimal string
|
|
156
|
-
*/
|
|
157
|
-
toHexString(message: string | Buffer): string;
|
|
158
|
-
/**
|
|
159
|
-
* Sign message with private key
|
|
160
|
-
*
|
|
161
|
-
* @param key
|
|
162
|
-
* @param message
|
|
163
|
-
*/
|
|
164
|
-
signMessage(key: KeyPair, message: string | Buffer): Promise<Buffer>;
|
|
165
|
-
/**
|
|
166
|
-
* Converts an xpub to a uncompressed pub
|
|
167
|
-
* @param xpub
|
|
168
|
-
*/
|
|
169
|
-
xpubToUncompressedPub(xpub: string): string;
|
|
170
|
-
/**
|
|
171
|
-
* Modify prebuild before sending it to the server.
|
|
172
|
-
* @param buildParams The whitelisted parameters for this prebuild
|
|
173
|
-
*/
|
|
174
|
-
getExtraPrebuildParams(buildParams: any): Promise<any>;
|
|
175
|
-
pubToHexAddress(pub: string): string;
|
|
176
|
-
xprvToCompressedPrv(xprv: string): string;
|
|
177
|
-
private getNodeUrl;
|
|
178
|
-
/**
|
|
179
|
-
* Make a query to Trongrid for information such as balance, token balance, solidity calls
|
|
180
|
-
* @param query {Object} key-value pairs of parameters to append after /api
|
|
181
|
-
* @returns {Object} response from Trongrid
|
|
182
|
-
*/
|
|
183
|
-
private recoveryPost;
|
|
184
|
-
/**
|
|
185
|
-
* Make a query to Trongrid for information such as balance, token balance, solidity calls
|
|
186
|
-
* @param query {Object} key-value pairs of parameters to append after /api
|
|
187
|
-
* @returns {Object} response from Trongrid
|
|
188
|
-
*/
|
|
189
|
-
private recoveryGet;
|
|
190
|
-
/**
|
|
191
|
-
* Query our explorer for the balance of an address
|
|
192
|
-
* @param address {String} the address encoded in hex
|
|
193
|
-
* @returns {BigNumber} address balance
|
|
194
|
-
*/
|
|
195
|
-
private getAccountBalancesFromNode;
|
|
196
|
-
/**
|
|
197
|
-
* Retrieves our build transaction from a node.
|
|
198
|
-
* @param toAddr hex-encoded address
|
|
199
|
-
* @param fromAddr hex-encoded address
|
|
200
|
-
* @param amount
|
|
201
|
-
*/
|
|
202
|
-
private getBuildTransaction;
|
|
203
|
-
/**
|
|
204
|
-
* Retrieves our build transaction from a node.
|
|
205
|
-
* @param toAddr hex-encoded address
|
|
206
|
-
* @param fromAddr hex-encoded address
|
|
207
|
-
* @param amount
|
|
208
|
-
*/
|
|
209
|
-
private getTriggerSmartContractTransaction;
|
|
210
|
-
/**
|
|
211
|
-
* Throws an error if any keys in the ownerKeys collection don't match the keys array we pass
|
|
212
|
-
* @param ownerKeys
|
|
213
|
-
* @param keys
|
|
214
|
-
*/
|
|
215
|
-
checkPermissions(ownerKeys: {
|
|
216
|
-
address: string;
|
|
217
|
-
weight: number;
|
|
218
|
-
}[], keys: string[]): void;
|
|
219
|
-
/**
|
|
220
|
-
* Format for offline vault signing
|
|
221
|
-
* @param {BaseTransaction} tx
|
|
222
|
-
* @param {number} fee
|
|
223
|
-
* @param {number} recoveryAmount
|
|
224
|
-
* @returns {RecoveryTransaction}
|
|
225
|
-
*/
|
|
226
|
-
formatForOfflineVault(tx: BaseTransaction, fee: number, recoveryAmount: number, addressInfo?: AddressInfo): RecoveryTransaction;
|
|
227
|
-
/**
|
|
228
|
-
* Builds a funds recovery transaction without BitGo.
|
|
229
|
-
* We need to do three queries during this:
|
|
230
|
-
* 1) Node query - how much money is in the account
|
|
231
|
-
* 2) Build transaction - build our transaction for the amount
|
|
232
|
-
* 3) Send signed build - send our signed build to a public node
|
|
233
|
-
*
|
|
234
|
-
* Note 1: for base address recoveries, fund will be recovered to recovery destination if base address balance is
|
|
235
|
-
* more than 2.1 TRX for native TRX recovery and 100 TRX for token recover. For receive addresses, fund will be
|
|
236
|
-
* recovered to base address first then swept to base address(decided as the universal pattern in team meeting).
|
|
237
|
-
*
|
|
238
|
-
* Note 2: the function supports token sweep from base address.
|
|
239
|
-
* TODO: support token sweep from receive address.
|
|
240
|
-
*
|
|
241
|
-
* @param params
|
|
242
|
-
*/
|
|
243
|
-
recover(params: RecoveryOptions): Promise<RecoveryTransaction>;
|
|
244
|
-
/**
|
|
245
|
-
* Builds native TRX recoveries of receive addresses in batch without BitGo.
|
|
246
|
-
* Funds will be recovered to base address first. You need to initiate another sweep txn after that.
|
|
247
|
-
* Note: there will be another recoverTokenConsolidations function to support token recover from receive addresses.
|
|
248
|
-
*
|
|
249
|
-
* @param {ConsolidationRecoveryOptions} params - options for consolidation recovery.
|
|
250
|
-
* @param {string} [params.startingScanIndex] - receive address index to start scanning from. default to 1 (inclusive).
|
|
251
|
-
* @param {string} [params.endingScanIndex] - receive address index to end scanning at. default to startingScanIndex + 20 (exclusive).
|
|
252
|
-
*/
|
|
253
|
-
recoverConsolidations(params: ConsolidationRecoveryOptions): Promise<ConsolidationRecoveryBatch>;
|
|
254
|
-
/**
|
|
255
|
-
* Explain a Tron transaction from txHex
|
|
256
|
-
* @param params
|
|
257
|
-
*/
|
|
258
|
-
explainTransaction(params: ExplainTransactionOptions): Promise<TronTransactionExplanation>;
|
|
259
|
-
/** @inheritDoc */
|
|
260
|
-
auditDecryptedKey(params: AuditDecryptedKeyParams): void;
|
|
261
|
-
}
|
|
262
|
-
//# sourceMappingURL=trx.d.ts.map
|
package/dist/src/trx.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"trx.d.ts","sourceRoot":"","sources":["../../src/trx.ts"],"names":[],"mappings":"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"}
|