@bitgo-beta/sdk-coin-atom 3.1.2-beta.122 → 3.1.2-beta.1221

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.
Files changed (51) hide show
  1. package/.mocharc.yml +1 -1
  2. package/CHANGELOG.md +847 -0
  3. package/package.json +11 -16
  4. package/dist/src/atom.d.ts +0 -134
  5. package/dist/src/atom.d.ts.map +0 -1
  6. package/dist/src/atom.js +0 -547
  7. package/dist/src/index.d.ts +0 -5
  8. package/dist/src/index.d.ts.map +0 -1
  9. package/dist/src/index.js +0 -17
  10. package/dist/src/lib/StakingActivateBuilder.d.ts +0 -11
  11. package/dist/src/lib/StakingActivateBuilder.d.ts.map +0 -1
  12. package/dist/src/lib/StakingActivateBuilder.js +0 -31
  13. package/dist/src/lib/StakingDeactivateBuilder.d.ts +0 -11
  14. package/dist/src/lib/StakingDeactivateBuilder.d.ts.map +0 -1
  15. package/dist/src/lib/StakingDeactivateBuilder.js +0 -31
  16. package/dist/src/lib/StakingWithdrawRewardsBuilder.d.ts +0 -11
  17. package/dist/src/lib/StakingWithdrawRewardsBuilder.d.ts.map +0 -1
  18. package/dist/src/lib/StakingWithdrawRewardsBuilder.js +0 -31
  19. package/dist/src/lib/constants.d.ts +0 -13
  20. package/dist/src/lib/constants.d.ts.map +0 -1
  21. package/dist/src/lib/constants.js +0 -16
  22. package/dist/src/lib/iface.d.ts +0 -46
  23. package/dist/src/lib/iface.d.ts.map +0 -1
  24. package/dist/src/lib/iface.js +0 -3
  25. package/dist/src/lib/index.d.ts +0 -12
  26. package/dist/src/lib/index.d.ts.map +0 -1
  27. package/dist/src/lib/index.js +0 -43
  28. package/dist/src/lib/keyPair.d.ts +0 -20
  29. package/dist/src/lib/keyPair.d.ts.map +0 -1
  30. package/dist/src/lib/keyPair.js +0 -61
  31. package/dist/src/lib/transaction.d.ts +0 -58
  32. package/dist/src/lib/transaction.d.ts.map +0 -1
  33. package/dist/src/lib/transaction.js +0 -271
  34. package/dist/src/lib/transactionBuilder.d.ts +0 -78
  35. package/dist/src/lib/transactionBuilder.d.ts.map +0 -1
  36. package/dist/src/lib/transactionBuilder.js +0 -179
  37. package/dist/src/lib/transactionBuilderFactory.d.ts +0 -32
  38. package/dist/src/lib/transactionBuilderFactory.d.ts.map +0 -1
  39. package/dist/src/lib/transactionBuilderFactory.js +0 -71
  40. package/dist/src/lib/transferBuilder.d.ts +0 -11
  41. package/dist/src/lib/transferBuilder.d.ts.map +0 -1
  42. package/dist/src/lib/transferBuilder.js +0 -31
  43. package/dist/src/lib/utils.d.ts +0 -169
  44. package/dist/src/lib/utils.d.ts.map +0 -1
  45. package/dist/src/lib/utils.js +0 -537
  46. package/dist/src/register.d.ts +0 -3
  47. package/dist/src/register.d.ts.map +0 -1
  48. package/dist/src/register.js +0 -11
  49. package/dist/src/tatom.d.ts +0 -22
  50. package/dist/src/tatom.d.ts.map +0 -1
  51. package/dist/src/tatom.js +0 -30
@@ -1,22 +0,0 @@
1
- /**
2
- * Testnet Cosmos
3
- *
4
- * @format
5
- */
6
- import { BaseCoin, BitGoBase } from '@bitgo-beta/sdk-core';
7
- import { Atom } from './atom';
8
- import { BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics';
9
- export declare class Tatom extends Atom {
10
- protected readonly _staticsCoin: Readonly<StaticsBaseCoin>;
11
- protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>);
12
- static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>): BaseCoin;
13
- /**
14
- * Identifier for the blockchain which supports this coin
15
- */
16
- getChain(): string;
17
- /**
18
- * Complete human-readable name of this coin
19
- */
20
- getFullName(): string;
21
- }
22
- //# sourceMappingURL=tatom.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tatom.d.ts","sourceRoot":"","sources":["../../src/tatom.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAElE,qBAAa,KAAM,SAAQ,IAAI;IAC7B,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,QAAQ,CAAC,eAAe,CAAC,CAAC;IAC3D,SAAS,aAAa,KAAK,EAAE,SAAS,EAAE,WAAW,CAAC,EAAE,QAAQ,CAAC,eAAe,CAAC;IAU/E,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,SAAS,EAAE,WAAW,CAAC,EAAE,QAAQ,CAAC,eAAe,CAAC,GAAG,QAAQ;IAI1F;;OAEG;IACI,QAAQ,IAAI,MAAM;IAIzB;;OAEG;IACI,WAAW,IAAI,MAAM;CAG7B"}
package/dist/src/tatom.js DELETED
@@ -1,30 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Tatom = void 0;
4
- const atom_1 = require("./atom");
5
- class Tatom extends atom_1.Atom {
6
- constructor(bitgo, staticsCoin) {
7
- super(bitgo, staticsCoin);
8
- if (!staticsCoin) {
9
- throw new Error('missing required constructor parameter staticsCoin');
10
- }
11
- this._staticsCoin = staticsCoin;
12
- }
13
- static createInstance(bitgo, staticsCoin) {
14
- return new Tatom(bitgo, staticsCoin);
15
- }
16
- /**
17
- * Identifier for the blockchain which supports this coin
18
- */
19
- getChain() {
20
- return this._staticsCoin.name;
21
- }
22
- /**
23
- * Complete human-readable name of this coin
24
- */
25
- getFullName() {
26
- return this._staticsCoin.fullName;
27
- }
28
- }
29
- exports.Tatom = Tatom;
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGF0b20uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvdGF0b20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBTUEsaUNBQThCO0FBRzlCLE1BQWEsS0FBTSxTQUFRLFdBQUk7SUFFN0IsWUFBc0IsS0FBZ0IsRUFBRSxXQUF1QztRQUM3RSxLQUFLLENBQUMsS0FBSyxFQUFFLFdBQVcsQ0FBQyxDQUFDO1FBRTFCLElBQUksQ0FBQyxXQUFXLEVBQUU7WUFDaEIsTUFBTSxJQUFJLEtBQUssQ0FBQyxvREFBb0QsQ0FBQyxDQUFDO1NBQ3ZFO1FBRUQsSUFBSSxDQUFDLFlBQVksR0FBRyxXQUFXLENBQUM7SUFDbEMsQ0FBQztJQUVELE1BQU0sQ0FBQyxjQUFjLENBQUMsS0FBZ0IsRUFBRSxXQUF1QztRQUM3RSxPQUFPLElBQUksS0FBSyxDQUFDLEtBQUssRUFBRSxXQUFXLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRUQ7O09BRUc7SUFDSSxRQUFRO1FBQ2IsT0FBTyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQztJQUNoQyxDQUFDO0lBRUQ7O09BRUc7SUFDSSxXQUFXO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUM7SUFDcEMsQ0FBQztDQUNGO0FBN0JELHNCQTZCQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVGVzdG5ldCBDb3Ntb3NcbiAqXG4gKiBAZm9ybWF0XG4gKi9cbmltcG9ydCB7IEJhc2VDb2luLCBCaXRHb0Jhc2UgfSBmcm9tICdAYml0Z28tYmV0YS9zZGstY29yZSc7XG5pbXBvcnQgeyBBdG9tIH0gZnJvbSAnLi9hdG9tJztcbmltcG9ydCB7IEJhc2VDb2luIGFzIFN0YXRpY3NCYXNlQ29pbiB9IGZyb20gJ0BiaXRnby1iZXRhL3N0YXRpY3MnO1xuXG5leHBvcnQgY2xhc3MgVGF0b20gZXh0ZW5kcyBBdG9tIHtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IF9zdGF0aWNzQ29pbjogUmVhZG9ubHk8U3RhdGljc0Jhc2VDb2luPjtcbiAgcHJvdGVjdGVkIGNvbnN0cnVjdG9yKGJpdGdvOiBCaXRHb0Jhc2UsIHN0YXRpY3NDb2luPzogUmVhZG9ubHk8U3RhdGljc0Jhc2VDb2luPikge1xuICAgIHN1cGVyKGJpdGdvLCBzdGF0aWNzQ29pbik7XG5cbiAgICBpZiAoIXN0YXRpY3NDb2luKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ21pc3NpbmcgcmVxdWlyZWQgY29uc3RydWN0b3IgcGFyYW1ldGVyIHN0YXRpY3NDb2luJyk7XG4gICAgfVxuXG4gICAgdGhpcy5fc3RhdGljc0NvaW4gPSBzdGF0aWNzQ29pbjtcbiAgfVxuXG4gIHN0YXRpYyBjcmVhdGVJbnN0YW5jZShiaXRnbzogQml0R29CYXNlLCBzdGF0aWNzQ29pbj86IFJlYWRvbmx5PFN0YXRpY3NCYXNlQ29pbj4pOiBCYXNlQ29pbiB7XG4gICAgcmV0dXJuIG5ldyBUYXRvbShiaXRnbywgc3RhdGljc0NvaW4pO1xuICB9XG5cbiAgLyoqXG4gICAqIElkZW50aWZpZXIgZm9yIHRoZSBibG9ja2NoYWluIHdoaWNoIHN1cHBvcnRzIHRoaXMgY29pblxuICAgKi9cbiAgcHVibGljIGdldENoYWluKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuX3N0YXRpY3NDb2luLm5hbWU7XG4gIH1cblxuICAvKipcbiAgICogQ29tcGxldGUgaHVtYW4tcmVhZGFibGUgbmFtZSBvZiB0aGlzIGNvaW5cbiAgICovXG4gIHB1YmxpYyBnZXRGdWxsTmFtZSgpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLl9zdGF0aWNzQ29pbi5mdWxsTmFtZTtcbiAgfVxufVxuIl19