@bitgo/public-types 5.23.0 → 5.23.1
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/dist/src/schema/transactionRequest/intents/intent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.js +1 -1
- package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.js.map +1 -1
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.ts +1 -1
@@ -4758,7 +4758,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4758
4758
|
destinationHotkey: t.StringC;
|
4759
4759
|
originNetuid: t.StringC;
|
4760
4760
|
destinationNetuid: t.StringC;
|
4761
|
-
|
4761
|
+
alphaAmount: t.StringC;
|
4762
4762
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
4763
4763
|
intentType: t.KeyofC<{
|
4764
4764
|
payment: t.LiteralC<"payment">;
|
@@ -65,6 +65,6 @@ export declare const TaoSwitchValidatorIntent: t.IntersectionC<[t.IntersectionC<
|
|
65
65
|
destinationHotkey: t.StringC;
|
66
66
|
originNetuid: t.StringC;
|
67
67
|
destinationNetuid: t.StringC;
|
68
|
-
|
68
|
+
alphaAmount: t.StringC;
|
69
69
|
}>]>;
|
70
70
|
export type TaoSwitchValidatorIntent = t.TypeOf<typeof TaoSwitchValidatorIntent>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"taoSwitchValidatorIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/taoSwitchValidatorIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,yFAAsF;AACtF,6CAA2C;AAK9B,QAAA,wBAAwB,GAAG,CAAC,CAAC,YAAY,CAAC;IACrD,iCAAe;IACf,mEAAgC;IAChC,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,eAAe;QACvC,YAAY,EAAE,CAAC,CAAC,MAAM;QACtB,iBAAiB,EAAE,CAAC,CAAC,MAAM;QAC3B,YAAY,EAAE,CAAC,CAAC,MAAM;QACtB,iBAAiB,EAAE,CAAC,CAAC,MAAM;QAC3B,
|
1
|
+
{"version":3,"file":"taoSwitchValidatorIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/taoSwitchValidatorIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,yFAAsF;AACtF,6CAA2C;AAK9B,QAAA,wBAAwB,GAAG,CAAC,CAAC,YAAY,CAAC;IACrD,iCAAe;IACf,mEAAgC;IAChC,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,eAAe;QACvC,YAAY,EAAE,CAAC,CAAC,MAAM;QACtB,iBAAiB,EAAE,CAAC,CAAC,MAAM;QAC3B,YAAY,EAAE,CAAC,CAAC,MAAM;QACtB,iBAAiB,EAAE,CAAC,CAAC,MAAM;QAC3B,WAAW,EAAE,CAAC,CAAC,MAAM;KACtB,CAAC;CACH,CAAC,CAAC"}
|
package/package.json
CHANGED