@bitgo/public-types 6.63.0 → 6.64.0
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/accelerationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaCancelIntent.d.ts +97 -0
- package/dist/src/schema/transactionRequest/intents/adaCancelIntent.js +40 -0
- package/dist/src/schema/transactionRequest/intents/adaCancelIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +104 -0
- package/dist/src/schema/transactionRequest/intents/adaStakeIntent.js +15 -1
- package/dist/src/schema/transactionRequest/intents/adaStakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/adaStakingType.d.ts +7 -0
- package/dist/src/schema/transactionRequest/intents/adaStakingType.js +34 -0
- package/dist/src/schema/transactionRequest/intents/adaStakingType.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +103 -0
- package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.js +13 -1
- package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/aptCustomTxIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/aptStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/aptUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/aptWithdrawStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/baseBridgeFundsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/baseGoStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationAllocateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationOfferWithdrawnIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationRejectIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationRequestIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonCommandIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonCosignDelegationAcceptIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonCosignDelegationProposalIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingAcceptIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingOfferIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingRejectIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonParticipantOnboardingRequestIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferAcceptIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferAcknowledgeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferOfferWithdrawnIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferRejectIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/claimIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosContractCallIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosStakeClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/defiApproveIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/defiDepositIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/defiRedeemIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/defiWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/delegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/hbarUpdateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/hypeevmBridgeFundsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/hypeevmEnableBridgingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/hypeevmSpotTransferIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/index.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/index.js +2 -0
- package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +451 -0
- package/dist/src/schema/transactionRequest/intents/intent.js +4 -0
- package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
- package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/iotaBuildOptions.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/iotaConsolidateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/iotaPaymentIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxCreateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxPreApproveAssetIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxSwitchValidatorIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solCustomTxIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/solVersionedCustomTxIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/stakeWithCallDataIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/switchValidatorWithCallDataIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/taoClaimRootIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/taoTransferStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonMultiNominatorDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonMultiNominatorUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonSingleNominatorDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonSingleNominatorUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonWhalesDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonWhalesUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/trxClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/trxCreateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/trxDelegateResourceIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/trxFreezeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/trxUndelegateResourceIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/trxUnfreezeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/trxVoteIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/trxWithdrawExpireUnfreezeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/undelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/unwrapNativeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/validatorRegistrationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/vetDecreaseStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/vetDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/vetIncreaseStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/vetSignalExitIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/vetValidatorRegistrationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/vetWithdrawStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/wrapApproveIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/wrapNativeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/xdcStakingIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/xdcUnstakingIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/transactionRequest.d.ts +1257 -355
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/adaCancelIntent.ts +26 -0
- package/src/schema/transactionRequest/intents/adaStakeIntent.ts +28 -1
- package/src/schema/transactionRequest/intents/adaStakingType.ts +11 -0
- package/src/schema/transactionRequest/intents/adaUnstakeIntent.ts +27 -0
- package/src/schema/transactionRequest/intents/index.ts +2 -0
- package/src/schema/transactionRequest/intents/intent.ts +6 -2
- package/src/schema/transactionRequest/intents/intentType.ts +2 -0
|
@@ -70,6 +70,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
70
70
|
fanout: t.LiteralC<"fanout">;
|
|
71
71
|
stake: t.LiteralC<"stake">;
|
|
72
72
|
unstake: t.LiteralC<"unstake">;
|
|
73
|
+
cancel: t.LiteralC<"cancel">;
|
|
73
74
|
delegate: t.LiteralC<"delegate">;
|
|
74
75
|
undelegate: t.LiteralC<"undelegate">;
|
|
75
76
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -179,6 +180,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
179
180
|
fanout: t.LiteralC<"fanout">;
|
|
180
181
|
stake: t.LiteralC<"stake">;
|
|
181
182
|
unstake: t.LiteralC<"unstake">;
|
|
183
|
+
cancel: t.LiteralC<"cancel">;
|
|
182
184
|
delegate: t.LiteralC<"delegate">;
|
|
183
185
|
undelegate: t.LiteralC<"undelegate">;
|
|
184
186
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -273,6 +275,107 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
273
275
|
fanout: t.LiteralC<"fanout">;
|
|
274
276
|
stake: t.LiteralC<"stake">;
|
|
275
277
|
unstake: t.LiteralC<"unstake">;
|
|
278
|
+
cancel: t.LiteralC<"cancel">;
|
|
279
|
+
delegate: t.LiteralC<"delegate">;
|
|
280
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
281
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
282
|
+
claim: t.LiteralC<"claim">;
|
|
283
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
284
|
+
pledge: t.LiteralC<"pledge">;
|
|
285
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
286
|
+
vote: t.LiteralC<"vote">;
|
|
287
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
288
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
289
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
290
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
291
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
292
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
293
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
294
|
+
authorize: t.LiteralC<"authorize">;
|
|
295
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
296
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
297
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
298
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
299
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
300
|
+
customTx: t.LiteralC<"customTx">;
|
|
301
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
302
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
303
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
304
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
305
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
306
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
307
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
308
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
309
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
310
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
311
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
312
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
313
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
314
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
315
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
316
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
317
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
318
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
319
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
320
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
321
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
322
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
323
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
324
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
325
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
326
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
327
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
328
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
329
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
330
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
331
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
332
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
333
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
334
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
335
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
336
|
+
"defi-withdraw": t.LiteralC<"defi-withdraw">;
|
|
337
|
+
"wrap-native": t.LiteralC<"wrap-native">;
|
|
338
|
+
"unwrap-native": t.LiteralC<"unwrap-native">;
|
|
339
|
+
wrapApprove: t.LiteralC<"wrapApprove">;
|
|
340
|
+
wrap: t.LiteralC<"wrap">;
|
|
341
|
+
unwrap: t.LiteralC<"unwrap">;
|
|
342
|
+
finalizeUnwrap: t.LiteralC<"finalizeUnwrap">;
|
|
343
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
344
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
345
|
+
export: t.LiteralC<"export">;
|
|
346
|
+
import: t.LiteralC<"import">;
|
|
347
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
348
|
+
}>;
|
|
349
|
+
}>, t.PartialC<{
|
|
350
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
351
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
352
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
353
|
+
}>]>, t.TypeC<{
|
|
354
|
+
stakingRequestId: t.StringC;
|
|
355
|
+
}>, t.PartialC<{
|
|
356
|
+
source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
|
|
357
|
+
}>]>, t.TypeC<{
|
|
358
|
+
intentType: t.LiteralC<"stake">;
|
|
359
|
+
}>]>, t.TypeC<{
|
|
360
|
+
amount: t.TypeC<{
|
|
361
|
+
value: t.StringC;
|
|
362
|
+
symbol: t.StringC;
|
|
363
|
+
}>;
|
|
364
|
+
}>, t.TypeC<{
|
|
365
|
+
stakingType: t.LiteralC<"REALFI_SUSDR">;
|
|
366
|
+
destinationAddress: t.StringC;
|
|
367
|
+
}>, t.PartialC<{
|
|
368
|
+
slippageToleranceBps: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
|
369
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
370
|
+
intentType: t.KeyofC<{
|
|
371
|
+
payment: t.LiteralC<"payment">;
|
|
372
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
373
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
374
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
375
|
+
fanout: t.LiteralC<"fanout">;
|
|
376
|
+
stake: t.LiteralC<"stake">;
|
|
377
|
+
unstake: t.LiteralC<"unstake">;
|
|
378
|
+
cancel: t.LiteralC<"cancel">;
|
|
276
379
|
delegate: t.LiteralC<"delegate">;
|
|
277
380
|
undelegate: t.LiteralC<"undelegate">;
|
|
278
381
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -364,6 +467,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
364
467
|
value: string;
|
|
365
468
|
symbol: string;
|
|
366
469
|
}, unknown>, t.UndefinedC]>;
|
|
470
|
+
stakingType: t.UnionC<[t.Type<"REALFI_SUSDR" | "NATIVE", "REALFI_SUSDR" | "NATIVE", unknown>, t.UndefinedC]>;
|
|
367
471
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
368
472
|
intentType: t.KeyofC<{
|
|
369
473
|
payment: t.LiteralC<"payment">;
|
|
@@ -373,6 +477,106 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
373
477
|
fanout: t.LiteralC<"fanout">;
|
|
374
478
|
stake: t.LiteralC<"stake">;
|
|
375
479
|
unstake: t.LiteralC<"unstake">;
|
|
480
|
+
cancel: t.LiteralC<"cancel">;
|
|
481
|
+
delegate: t.LiteralC<"delegate">;
|
|
482
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
483
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
484
|
+
claim: t.LiteralC<"claim">;
|
|
485
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
486
|
+
pledge: t.LiteralC<"pledge">;
|
|
487
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
488
|
+
vote: t.LiteralC<"vote">;
|
|
489
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
490
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
491
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
492
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
493
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
494
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
495
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
496
|
+
authorize: t.LiteralC<"authorize">;
|
|
497
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
498
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
499
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
500
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
501
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
502
|
+
customTx: t.LiteralC<"customTx">;
|
|
503
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
504
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
505
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
506
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
507
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
508
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
509
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
510
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
511
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
512
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
513
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
514
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
515
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
516
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
517
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
518
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
519
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
520
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
521
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
522
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
523
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
524
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
525
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
526
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
527
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
528
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
529
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
530
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
531
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
532
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
533
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
534
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
535
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
536
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
537
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
538
|
+
"defi-withdraw": t.LiteralC<"defi-withdraw">;
|
|
539
|
+
"wrap-native": t.LiteralC<"wrap-native">;
|
|
540
|
+
"unwrap-native": t.LiteralC<"unwrap-native">;
|
|
541
|
+
wrapApprove: t.LiteralC<"wrapApprove">;
|
|
542
|
+
wrap: t.LiteralC<"wrap">;
|
|
543
|
+
unwrap: t.LiteralC<"unwrap">;
|
|
544
|
+
finalizeUnwrap: t.LiteralC<"finalizeUnwrap">;
|
|
545
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
546
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
547
|
+
export: t.LiteralC<"export">;
|
|
548
|
+
import: t.LiteralC<"import">;
|
|
549
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
550
|
+
}>;
|
|
551
|
+
}>, t.PartialC<{
|
|
552
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
553
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
554
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
555
|
+
}>]>, t.TypeC<{
|
|
556
|
+
stakingRequestId: t.StringC;
|
|
557
|
+
}>, t.PartialC<{
|
|
558
|
+
source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
|
|
559
|
+
}>]>, t.TypeC<{
|
|
560
|
+
intentType: t.LiteralC<"unstake">;
|
|
561
|
+
}>]>, t.TypeC<{
|
|
562
|
+
amount: t.TypeC<{
|
|
563
|
+
value: t.StringC;
|
|
564
|
+
symbol: t.StringC;
|
|
565
|
+
}>;
|
|
566
|
+
}>, t.TypeC<{
|
|
567
|
+
stakingType: t.LiteralC<"REALFI_SUSDR">;
|
|
568
|
+
destinationAddress: t.StringC;
|
|
569
|
+
unlockSlot: t.StringC;
|
|
570
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
571
|
+
intentType: t.KeyofC<{
|
|
572
|
+
payment: t.LiteralC<"payment">;
|
|
573
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
574
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
575
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
576
|
+
fanout: t.LiteralC<"fanout">;
|
|
577
|
+
stake: t.LiteralC<"stake">;
|
|
578
|
+
unstake: t.LiteralC<"unstake">;
|
|
579
|
+
cancel: t.LiteralC<"cancel">;
|
|
376
580
|
delegate: t.LiteralC<"delegate">;
|
|
377
581
|
undelegate: t.LiteralC<"undelegate">;
|
|
378
582
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -463,6 +667,101 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
463
667
|
value: string;
|
|
464
668
|
symbol: string;
|
|
465
669
|
}, unknown>, t.UndefinedC]>;
|
|
670
|
+
stakingType: t.UnionC<[t.Type<"REALFI_SUSDR" | "NATIVE", "REALFI_SUSDR" | "NATIVE", unknown>, t.UndefinedC]>;
|
|
671
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
672
|
+
intentType: t.KeyofC<{
|
|
673
|
+
payment: t.LiteralC<"payment">;
|
|
674
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
675
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
676
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
677
|
+
fanout: t.LiteralC<"fanout">;
|
|
678
|
+
stake: t.LiteralC<"stake">;
|
|
679
|
+
unstake: t.LiteralC<"unstake">;
|
|
680
|
+
cancel: t.LiteralC<"cancel">;
|
|
681
|
+
delegate: t.LiteralC<"delegate">;
|
|
682
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
683
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
684
|
+
claim: t.LiteralC<"claim">;
|
|
685
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
686
|
+
pledge: t.LiteralC<"pledge">;
|
|
687
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
688
|
+
vote: t.LiteralC<"vote">;
|
|
689
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
690
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
691
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
692
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
693
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
694
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
695
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
696
|
+
authorize: t.LiteralC<"authorize">;
|
|
697
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
698
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
699
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
700
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
701
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
702
|
+
customTx: t.LiteralC<"customTx">;
|
|
703
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
704
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
705
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
706
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
707
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
708
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
709
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
710
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
711
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
712
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
713
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
714
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
715
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
716
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
717
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
718
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
719
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
720
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
721
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
722
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
723
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
724
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
725
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
726
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
727
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
728
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
729
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
730
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
731
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
732
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
733
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
734
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
735
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
736
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
737
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
738
|
+
"defi-withdraw": t.LiteralC<"defi-withdraw">;
|
|
739
|
+
"wrap-native": t.LiteralC<"wrap-native">;
|
|
740
|
+
"unwrap-native": t.LiteralC<"unwrap-native">;
|
|
741
|
+
wrapApprove: t.LiteralC<"wrapApprove">;
|
|
742
|
+
wrap: t.LiteralC<"wrap">;
|
|
743
|
+
unwrap: t.LiteralC<"unwrap">;
|
|
744
|
+
finalizeUnwrap: t.LiteralC<"finalizeUnwrap">;
|
|
745
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
746
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
747
|
+
export: t.LiteralC<"export">;
|
|
748
|
+
import: t.LiteralC<"import">;
|
|
749
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
750
|
+
}>;
|
|
751
|
+
}>, t.PartialC<{
|
|
752
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
753
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
754
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
755
|
+
}>]>, t.TypeC<{
|
|
756
|
+
stakingRequestId: t.StringC;
|
|
757
|
+
}>, t.PartialC<{
|
|
758
|
+
source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
|
|
759
|
+
}>]>, t.TypeC<{
|
|
760
|
+
intentType: t.LiteralC<"cancel">;
|
|
761
|
+
stakingType: t.LiteralC<"REALFI_SUSDR">;
|
|
762
|
+
orderTxHash: t.StringC;
|
|
763
|
+
orderOutputIndex: t.NumberC;
|
|
764
|
+
destinationAddress: t.StringC;
|
|
466
765
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
467
766
|
intentType: t.KeyofC<{
|
|
468
767
|
payment: t.LiteralC<"payment">;
|
|
@@ -472,6 +771,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
472
771
|
fanout: t.LiteralC<"fanout">;
|
|
473
772
|
stake: t.LiteralC<"stake">;
|
|
474
773
|
unstake: t.LiteralC<"unstake">;
|
|
774
|
+
cancel: t.LiteralC<"cancel">;
|
|
475
775
|
delegate: t.LiteralC<"delegate">;
|
|
476
776
|
undelegate: t.LiteralC<"undelegate">;
|
|
477
777
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -563,6 +863,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
563
863
|
fanout: t.LiteralC<"fanout">;
|
|
564
864
|
stake: t.LiteralC<"stake">;
|
|
565
865
|
unstake: t.LiteralC<"unstake">;
|
|
866
|
+
cancel: t.LiteralC<"cancel">;
|
|
566
867
|
delegate: t.LiteralC<"delegate">;
|
|
567
868
|
undelegate: t.LiteralC<"undelegate">;
|
|
568
869
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -665,6 +966,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
665
966
|
fanout: t.LiteralC<"fanout">;
|
|
666
967
|
stake: t.LiteralC<"stake">;
|
|
667
968
|
unstake: t.LiteralC<"unstake">;
|
|
969
|
+
cancel: t.LiteralC<"cancel">;
|
|
668
970
|
delegate: t.LiteralC<"delegate">;
|
|
669
971
|
undelegate: t.LiteralC<"undelegate">;
|
|
670
972
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -772,6 +1074,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
772
1074
|
fanout: t.LiteralC<"fanout">;
|
|
773
1075
|
stake: t.LiteralC<"stake">;
|
|
774
1076
|
unstake: t.LiteralC<"unstake">;
|
|
1077
|
+
cancel: t.LiteralC<"cancel">;
|
|
775
1078
|
delegate: t.LiteralC<"delegate">;
|
|
776
1079
|
undelegate: t.LiteralC<"undelegate">;
|
|
777
1080
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -896,6 +1199,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
896
1199
|
fanout: t.LiteralC<"fanout">;
|
|
897
1200
|
stake: t.LiteralC<"stake">;
|
|
898
1201
|
unstake: t.LiteralC<"unstake">;
|
|
1202
|
+
cancel: t.LiteralC<"cancel">;
|
|
899
1203
|
delegate: t.LiteralC<"delegate">;
|
|
900
1204
|
undelegate: t.LiteralC<"undelegate">;
|
|
901
1205
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1020,6 +1324,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1020
1324
|
fanout: t.LiteralC<"fanout">;
|
|
1021
1325
|
stake: t.LiteralC<"stake">;
|
|
1022
1326
|
unstake: t.LiteralC<"unstake">;
|
|
1327
|
+
cancel: t.LiteralC<"cancel">;
|
|
1023
1328
|
delegate: t.LiteralC<"delegate">;
|
|
1024
1329
|
undelegate: t.LiteralC<"undelegate">;
|
|
1025
1330
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1110,6 +1415,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1110
1415
|
fanout: t.LiteralC<"fanout">;
|
|
1111
1416
|
stake: t.LiteralC<"stake">;
|
|
1112
1417
|
unstake: t.LiteralC<"unstake">;
|
|
1418
|
+
cancel: t.LiteralC<"cancel">;
|
|
1113
1419
|
delegate: t.LiteralC<"delegate">;
|
|
1114
1420
|
undelegate: t.LiteralC<"undelegate">;
|
|
1115
1421
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1200,6 +1506,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1200
1506
|
fanout: t.LiteralC<"fanout">;
|
|
1201
1507
|
stake: t.LiteralC<"stake">;
|
|
1202
1508
|
unstake: t.LiteralC<"unstake">;
|
|
1509
|
+
cancel: t.LiteralC<"cancel">;
|
|
1203
1510
|
delegate: t.LiteralC<"delegate">;
|
|
1204
1511
|
undelegate: t.LiteralC<"undelegate">;
|
|
1205
1512
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1298,6 +1605,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1298
1605
|
fanout: t.LiteralC<"fanout">;
|
|
1299
1606
|
stake: t.LiteralC<"stake">;
|
|
1300
1607
|
unstake: t.LiteralC<"unstake">;
|
|
1608
|
+
cancel: t.LiteralC<"cancel">;
|
|
1301
1609
|
delegate: t.LiteralC<"delegate">;
|
|
1302
1610
|
undelegate: t.LiteralC<"undelegate">;
|
|
1303
1611
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1395,6 +1703,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1395
1703
|
fanout: t.LiteralC<"fanout">;
|
|
1396
1704
|
stake: t.LiteralC<"stake">;
|
|
1397
1705
|
unstake: t.LiteralC<"unstake">;
|
|
1706
|
+
cancel: t.LiteralC<"cancel">;
|
|
1398
1707
|
delegate: t.LiteralC<"delegate">;
|
|
1399
1708
|
undelegate: t.LiteralC<"undelegate">;
|
|
1400
1709
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1495,6 +1804,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1495
1804
|
fanout: t.LiteralC<"fanout">;
|
|
1496
1805
|
stake: t.LiteralC<"stake">;
|
|
1497
1806
|
unstake: t.LiteralC<"unstake">;
|
|
1807
|
+
cancel: t.LiteralC<"cancel">;
|
|
1498
1808
|
delegate: t.LiteralC<"delegate">;
|
|
1499
1809
|
undelegate: t.LiteralC<"undelegate">;
|
|
1500
1810
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1597,6 +1907,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1597
1907
|
fanout: t.LiteralC<"fanout">;
|
|
1598
1908
|
stake: t.LiteralC<"stake">;
|
|
1599
1909
|
unstake: t.LiteralC<"unstake">;
|
|
1910
|
+
cancel: t.LiteralC<"cancel">;
|
|
1600
1911
|
delegate: t.LiteralC<"delegate">;
|
|
1601
1912
|
undelegate: t.LiteralC<"undelegate">;
|
|
1602
1913
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1685,6 +1996,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1685
1996
|
fanout: t.LiteralC<"fanout">;
|
|
1686
1997
|
stake: t.LiteralC<"stake">;
|
|
1687
1998
|
unstake: t.LiteralC<"unstake">;
|
|
1999
|
+
cancel: t.LiteralC<"cancel">;
|
|
1688
2000
|
delegate: t.LiteralC<"delegate">;
|
|
1689
2001
|
undelegate: t.LiteralC<"undelegate">;
|
|
1690
2002
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1787,6 +2099,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1787
2099
|
fanout: t.LiteralC<"fanout">;
|
|
1788
2100
|
stake: t.LiteralC<"stake">;
|
|
1789
2101
|
unstake: t.LiteralC<"unstake">;
|
|
2102
|
+
cancel: t.LiteralC<"cancel">;
|
|
1790
2103
|
delegate: t.LiteralC<"delegate">;
|
|
1791
2104
|
undelegate: t.LiteralC<"undelegate">;
|
|
1792
2105
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1888,6 +2201,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1888
2201
|
fanout: t.LiteralC<"fanout">;
|
|
1889
2202
|
stake: t.LiteralC<"stake">;
|
|
1890
2203
|
unstake: t.LiteralC<"unstake">;
|
|
2204
|
+
cancel: t.LiteralC<"cancel">;
|
|
1891
2205
|
delegate: t.LiteralC<"delegate">;
|
|
1892
2206
|
undelegate: t.LiteralC<"undelegate">;
|
|
1893
2207
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1976,6 +2290,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1976
2290
|
fanout: t.LiteralC<"fanout">;
|
|
1977
2291
|
stake: t.LiteralC<"stake">;
|
|
1978
2292
|
unstake: t.LiteralC<"unstake">;
|
|
2293
|
+
cancel: t.LiteralC<"cancel">;
|
|
1979
2294
|
delegate: t.LiteralC<"delegate">;
|
|
1980
2295
|
undelegate: t.LiteralC<"undelegate">;
|
|
1981
2296
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2066,6 +2381,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2066
2381
|
fanout: t.LiteralC<"fanout">;
|
|
2067
2382
|
stake: t.LiteralC<"stake">;
|
|
2068
2383
|
unstake: t.LiteralC<"unstake">;
|
|
2384
|
+
cancel: t.LiteralC<"cancel">;
|
|
2069
2385
|
delegate: t.LiteralC<"delegate">;
|
|
2070
2386
|
undelegate: t.LiteralC<"undelegate">;
|
|
2071
2387
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2180,6 +2496,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2180
2496
|
fanout: t.LiteralC<"fanout">;
|
|
2181
2497
|
stake: t.LiteralC<"stake">;
|
|
2182
2498
|
unstake: t.LiteralC<"unstake">;
|
|
2499
|
+
cancel: t.LiteralC<"cancel">;
|
|
2183
2500
|
delegate: t.LiteralC<"delegate">;
|
|
2184
2501
|
undelegate: t.LiteralC<"undelegate">;
|
|
2185
2502
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2291,6 +2608,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2291
2608
|
fanout: t.LiteralC<"fanout">;
|
|
2292
2609
|
stake: t.LiteralC<"stake">;
|
|
2293
2610
|
unstake: t.LiteralC<"unstake">;
|
|
2611
|
+
cancel: t.LiteralC<"cancel">;
|
|
2294
2612
|
delegate: t.LiteralC<"delegate">;
|
|
2295
2613
|
undelegate: t.LiteralC<"undelegate">;
|
|
2296
2614
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2380,6 +2698,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2380
2698
|
fanout: t.LiteralC<"fanout">;
|
|
2381
2699
|
stake: t.LiteralC<"stake">;
|
|
2382
2700
|
unstake: t.LiteralC<"unstake">;
|
|
2701
|
+
cancel: t.LiteralC<"cancel">;
|
|
2383
2702
|
delegate: t.LiteralC<"delegate">;
|
|
2384
2703
|
undelegate: t.LiteralC<"undelegate">;
|
|
2385
2704
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2473,6 +2792,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2473
2792
|
fanout: t.LiteralC<"fanout">;
|
|
2474
2793
|
stake: t.LiteralC<"stake">;
|
|
2475
2794
|
unstake: t.LiteralC<"unstake">;
|
|
2795
|
+
cancel: t.LiteralC<"cancel">;
|
|
2476
2796
|
delegate: t.LiteralC<"delegate">;
|
|
2477
2797
|
undelegate: t.LiteralC<"undelegate">;
|
|
2478
2798
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2561,6 +2881,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2561
2881
|
fanout: t.LiteralC<"fanout">;
|
|
2562
2882
|
stake: t.LiteralC<"stake">;
|
|
2563
2883
|
unstake: t.LiteralC<"unstake">;
|
|
2884
|
+
cancel: t.LiteralC<"cancel">;
|
|
2564
2885
|
delegate: t.LiteralC<"delegate">;
|
|
2565
2886
|
undelegate: t.LiteralC<"undelegate">;
|
|
2566
2887
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2650,6 +2971,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2650
2971
|
fanout: t.LiteralC<"fanout">;
|
|
2651
2972
|
stake: t.LiteralC<"stake">;
|
|
2652
2973
|
unstake: t.LiteralC<"unstake">;
|
|
2974
|
+
cancel: t.LiteralC<"cancel">;
|
|
2653
2975
|
delegate: t.LiteralC<"delegate">;
|
|
2654
2976
|
undelegate: t.LiteralC<"undelegate">;
|
|
2655
2977
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2739,6 +3061,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2739
3061
|
fanout: t.LiteralC<"fanout">;
|
|
2740
3062
|
stake: t.LiteralC<"stake">;
|
|
2741
3063
|
unstake: t.LiteralC<"unstake">;
|
|
3064
|
+
cancel: t.LiteralC<"cancel">;
|
|
2742
3065
|
delegate: t.LiteralC<"delegate">;
|
|
2743
3066
|
undelegate: t.LiteralC<"undelegate">;
|
|
2744
3067
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2827,6 +3150,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2827
3150
|
fanout: t.LiteralC<"fanout">;
|
|
2828
3151
|
stake: t.LiteralC<"stake">;
|
|
2829
3152
|
unstake: t.LiteralC<"unstake">;
|
|
3153
|
+
cancel: t.LiteralC<"cancel">;
|
|
2830
3154
|
delegate: t.LiteralC<"delegate">;
|
|
2831
3155
|
undelegate: t.LiteralC<"undelegate">;
|
|
2832
3156
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2916,6 +3240,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2916
3240
|
fanout: t.LiteralC<"fanout">;
|
|
2917
3241
|
stake: t.LiteralC<"stake">;
|
|
2918
3242
|
unstake: t.LiteralC<"unstake">;
|
|
3243
|
+
cancel: t.LiteralC<"cancel">;
|
|
2919
3244
|
delegate: t.LiteralC<"delegate">;
|
|
2920
3245
|
undelegate: t.LiteralC<"undelegate">;
|
|
2921
3246
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3009,6 +3334,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3009
3334
|
fanout: t.LiteralC<"fanout">;
|
|
3010
3335
|
stake: t.LiteralC<"stake">;
|
|
3011
3336
|
unstake: t.LiteralC<"unstake">;
|
|
3337
|
+
cancel: t.LiteralC<"cancel">;
|
|
3012
3338
|
delegate: t.LiteralC<"delegate">;
|
|
3013
3339
|
undelegate: t.LiteralC<"undelegate">;
|
|
3014
3340
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3098,6 +3424,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3098
3424
|
fanout: t.LiteralC<"fanout">;
|
|
3099
3425
|
stake: t.LiteralC<"stake">;
|
|
3100
3426
|
unstake: t.LiteralC<"unstake">;
|
|
3427
|
+
cancel: t.LiteralC<"cancel">;
|
|
3101
3428
|
delegate: t.LiteralC<"delegate">;
|
|
3102
3429
|
undelegate: t.LiteralC<"undelegate">;
|
|
3103
3430
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3187,6 +3514,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3187
3514
|
fanout: t.LiteralC<"fanout">;
|
|
3188
3515
|
stake: t.LiteralC<"stake">;
|
|
3189
3516
|
unstake: t.LiteralC<"unstake">;
|
|
3517
|
+
cancel: t.LiteralC<"cancel">;
|
|
3190
3518
|
delegate: t.LiteralC<"delegate">;
|
|
3191
3519
|
undelegate: t.LiteralC<"undelegate">;
|
|
3192
3520
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3294,6 +3622,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3294
3622
|
fanout: t.LiteralC<"fanout">;
|
|
3295
3623
|
stake: t.LiteralC<"stake">;
|
|
3296
3624
|
unstake: t.LiteralC<"unstake">;
|
|
3625
|
+
cancel: t.LiteralC<"cancel">;
|
|
3297
3626
|
delegate: t.LiteralC<"delegate">;
|
|
3298
3627
|
undelegate: t.LiteralC<"undelegate">;
|
|
3299
3628
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3384,6 +3713,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3384
3713
|
fanout: t.LiteralC<"fanout">;
|
|
3385
3714
|
stake: t.LiteralC<"stake">;
|
|
3386
3715
|
unstake: t.LiteralC<"unstake">;
|
|
3716
|
+
cancel: t.LiteralC<"cancel">;
|
|
3387
3717
|
delegate: t.LiteralC<"delegate">;
|
|
3388
3718
|
undelegate: t.LiteralC<"undelegate">;
|
|
3389
3719
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3507,6 +3837,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3507
3837
|
fanout: t.LiteralC<"fanout">;
|
|
3508
3838
|
stake: t.LiteralC<"stake">;
|
|
3509
3839
|
unstake: t.LiteralC<"unstake">;
|
|
3840
|
+
cancel: t.LiteralC<"cancel">;
|
|
3510
3841
|
delegate: t.LiteralC<"delegate">;
|
|
3511
3842
|
undelegate: t.LiteralC<"undelegate">;
|
|
3512
3843
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3603,6 +3934,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3603
3934
|
fanout: t.LiteralC<"fanout">;
|
|
3604
3935
|
stake: t.LiteralC<"stake">;
|
|
3605
3936
|
unstake: t.LiteralC<"unstake">;
|
|
3937
|
+
cancel: t.LiteralC<"cancel">;
|
|
3606
3938
|
delegate: t.LiteralC<"delegate">;
|
|
3607
3939
|
undelegate: t.LiteralC<"undelegate">;
|
|
3608
3940
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3726,6 +4058,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3726
4058
|
fanout: t.LiteralC<"fanout">;
|
|
3727
4059
|
stake: t.LiteralC<"stake">;
|
|
3728
4060
|
unstake: t.LiteralC<"unstake">;
|
|
4061
|
+
cancel: t.LiteralC<"cancel">;
|
|
3729
4062
|
delegate: t.LiteralC<"delegate">;
|
|
3730
4063
|
undelegate: t.LiteralC<"undelegate">;
|
|
3731
4064
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3813,6 +4146,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3813
4146
|
fanout: t.LiteralC<"fanout">;
|
|
3814
4147
|
stake: t.LiteralC<"stake">;
|
|
3815
4148
|
unstake: t.LiteralC<"unstake">;
|
|
4149
|
+
cancel: t.LiteralC<"cancel">;
|
|
3816
4150
|
delegate: t.LiteralC<"delegate">;
|
|
3817
4151
|
undelegate: t.LiteralC<"undelegate">;
|
|
3818
4152
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3901,6 +4235,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3901
4235
|
fanout: t.LiteralC<"fanout">;
|
|
3902
4236
|
stake: t.LiteralC<"stake">;
|
|
3903
4237
|
unstake: t.LiteralC<"unstake">;
|
|
4238
|
+
cancel: t.LiteralC<"cancel">;
|
|
3904
4239
|
delegate: t.LiteralC<"delegate">;
|
|
3905
4240
|
undelegate: t.LiteralC<"undelegate">;
|
|
3906
4241
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3988,6 +4323,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3988
4323
|
fanout: t.LiteralC<"fanout">;
|
|
3989
4324
|
stake: t.LiteralC<"stake">;
|
|
3990
4325
|
unstake: t.LiteralC<"unstake">;
|
|
4326
|
+
cancel: t.LiteralC<"cancel">;
|
|
3991
4327
|
delegate: t.LiteralC<"delegate">;
|
|
3992
4328
|
undelegate: t.LiteralC<"undelegate">;
|
|
3993
4329
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4075,6 +4411,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4075
4411
|
fanout: t.LiteralC<"fanout">;
|
|
4076
4412
|
stake: t.LiteralC<"stake">;
|
|
4077
4413
|
unstake: t.LiteralC<"unstake">;
|
|
4414
|
+
cancel: t.LiteralC<"cancel">;
|
|
4078
4415
|
delegate: t.LiteralC<"delegate">;
|
|
4079
4416
|
undelegate: t.LiteralC<"undelegate">;
|
|
4080
4417
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4162,6 +4499,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4162
4499
|
fanout: t.LiteralC<"fanout">;
|
|
4163
4500
|
stake: t.LiteralC<"stake">;
|
|
4164
4501
|
unstake: t.LiteralC<"unstake">;
|
|
4502
|
+
cancel: t.LiteralC<"cancel">;
|
|
4165
4503
|
delegate: t.LiteralC<"delegate">;
|
|
4166
4504
|
undelegate: t.LiteralC<"undelegate">;
|
|
4167
4505
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4249,6 +4587,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4249
4587
|
fanout: t.LiteralC<"fanout">;
|
|
4250
4588
|
stake: t.LiteralC<"stake">;
|
|
4251
4589
|
unstake: t.LiteralC<"unstake">;
|
|
4590
|
+
cancel: t.LiteralC<"cancel">;
|
|
4252
4591
|
delegate: t.LiteralC<"delegate">;
|
|
4253
4592
|
undelegate: t.LiteralC<"undelegate">;
|
|
4254
4593
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4397,6 +4736,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4397
4736
|
fanout: t.LiteralC<"fanout">;
|
|
4398
4737
|
stake: t.LiteralC<"stake">;
|
|
4399
4738
|
unstake: t.LiteralC<"unstake">;
|
|
4739
|
+
cancel: t.LiteralC<"cancel">;
|
|
4400
4740
|
delegate: t.LiteralC<"delegate">;
|
|
4401
4741
|
undelegate: t.LiteralC<"undelegate">;
|
|
4402
4742
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4534,6 +4874,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4534
4874
|
fanout: t.LiteralC<"fanout">;
|
|
4535
4875
|
stake: t.LiteralC<"stake">;
|
|
4536
4876
|
unstake: t.LiteralC<"unstake">;
|
|
4877
|
+
cancel: t.LiteralC<"cancel">;
|
|
4537
4878
|
delegate: t.LiteralC<"delegate">;
|
|
4538
4879
|
undelegate: t.LiteralC<"undelegate">;
|
|
4539
4880
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4663,6 +5004,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4663
5004
|
fanout: t.LiteralC<"fanout">;
|
|
4664
5005
|
stake: t.LiteralC<"stake">;
|
|
4665
5006
|
unstake: t.LiteralC<"unstake">;
|
|
5007
|
+
cancel: t.LiteralC<"cancel">;
|
|
4666
5008
|
delegate: t.LiteralC<"delegate">;
|
|
4667
5009
|
undelegate: t.LiteralC<"undelegate">;
|
|
4668
5010
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4778,6 +5120,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4778
5120
|
fanout: t.LiteralC<"fanout">;
|
|
4779
5121
|
stake: t.LiteralC<"stake">;
|
|
4780
5122
|
unstake: t.LiteralC<"unstake">;
|
|
5123
|
+
cancel: t.LiteralC<"cancel">;
|
|
4781
5124
|
delegate: t.LiteralC<"delegate">;
|
|
4782
5125
|
undelegate: t.LiteralC<"undelegate">;
|
|
4783
5126
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4892,6 +5235,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4892
5235
|
fanout: t.LiteralC<"fanout">;
|
|
4893
5236
|
stake: t.LiteralC<"stake">;
|
|
4894
5237
|
unstake: t.LiteralC<"unstake">;
|
|
5238
|
+
cancel: t.LiteralC<"cancel">;
|
|
4895
5239
|
delegate: t.LiteralC<"delegate">;
|
|
4896
5240
|
undelegate: t.LiteralC<"undelegate">;
|
|
4897
5241
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5005,6 +5349,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5005
5349
|
fanout: t.LiteralC<"fanout">;
|
|
5006
5350
|
stake: t.LiteralC<"stake">;
|
|
5007
5351
|
unstake: t.LiteralC<"unstake">;
|
|
5352
|
+
cancel: t.LiteralC<"cancel">;
|
|
5008
5353
|
delegate: t.LiteralC<"delegate">;
|
|
5009
5354
|
undelegate: t.LiteralC<"undelegate">;
|
|
5010
5355
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5094,6 +5439,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5094
5439
|
fanout: t.LiteralC<"fanout">;
|
|
5095
5440
|
stake: t.LiteralC<"stake">;
|
|
5096
5441
|
unstake: t.LiteralC<"unstake">;
|
|
5442
|
+
cancel: t.LiteralC<"cancel">;
|
|
5097
5443
|
delegate: t.LiteralC<"delegate">;
|
|
5098
5444
|
undelegate: t.LiteralC<"undelegate">;
|
|
5099
5445
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5303,6 +5649,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5303
5649
|
fanout: t.LiteralC<"fanout">;
|
|
5304
5650
|
stake: t.LiteralC<"stake">;
|
|
5305
5651
|
unstake: t.LiteralC<"unstake">;
|
|
5652
|
+
cancel: t.LiteralC<"cancel">;
|
|
5306
5653
|
delegate: t.LiteralC<"delegate">;
|
|
5307
5654
|
undelegate: t.LiteralC<"undelegate">;
|
|
5308
5655
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5453,6 +5800,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5453
5800
|
fanout: t.LiteralC<"fanout">;
|
|
5454
5801
|
stake: t.LiteralC<"stake">;
|
|
5455
5802
|
unstake: t.LiteralC<"unstake">;
|
|
5803
|
+
cancel: t.LiteralC<"cancel">;
|
|
5456
5804
|
delegate: t.LiteralC<"delegate">;
|
|
5457
5805
|
undelegate: t.LiteralC<"undelegate">;
|
|
5458
5806
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5564,6 +5912,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5564
5912
|
fanout: t.LiteralC<"fanout">;
|
|
5565
5913
|
stake: t.LiteralC<"stake">;
|
|
5566
5914
|
unstake: t.LiteralC<"unstake">;
|
|
5915
|
+
cancel: t.LiteralC<"cancel">;
|
|
5567
5916
|
delegate: t.LiteralC<"delegate">;
|
|
5568
5917
|
undelegate: t.LiteralC<"undelegate">;
|
|
5569
5918
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5651,6 +6000,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5651
6000
|
fanout: t.LiteralC<"fanout">;
|
|
5652
6001
|
stake: t.LiteralC<"stake">;
|
|
5653
6002
|
unstake: t.LiteralC<"unstake">;
|
|
6003
|
+
cancel: t.LiteralC<"cancel">;
|
|
5654
6004
|
delegate: t.LiteralC<"delegate">;
|
|
5655
6005
|
undelegate: t.LiteralC<"undelegate">;
|
|
5656
6006
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5793,6 +6143,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5793
6143
|
fanout: t.LiteralC<"fanout">;
|
|
5794
6144
|
stake: t.LiteralC<"stake">;
|
|
5795
6145
|
unstake: t.LiteralC<"unstake">;
|
|
6146
|
+
cancel: t.LiteralC<"cancel">;
|
|
5796
6147
|
delegate: t.LiteralC<"delegate">;
|
|
5797
6148
|
undelegate: t.LiteralC<"undelegate">;
|
|
5798
6149
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5922,6 +6273,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5922
6273
|
fanout: t.LiteralC<"fanout">;
|
|
5923
6274
|
stake: t.LiteralC<"stake">;
|
|
5924
6275
|
unstake: t.LiteralC<"unstake">;
|
|
6276
|
+
cancel: t.LiteralC<"cancel">;
|
|
5925
6277
|
delegate: t.LiteralC<"delegate">;
|
|
5926
6278
|
undelegate: t.LiteralC<"undelegate">;
|
|
5927
6279
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6071,6 +6423,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6071
6423
|
fanout: t.LiteralC<"fanout">;
|
|
6072
6424
|
stake: t.LiteralC<"stake">;
|
|
6073
6425
|
unstake: t.LiteralC<"unstake">;
|
|
6426
|
+
cancel: t.LiteralC<"cancel">;
|
|
6074
6427
|
delegate: t.LiteralC<"delegate">;
|
|
6075
6428
|
undelegate: t.LiteralC<"undelegate">;
|
|
6076
6429
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6165,6 +6518,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6165
6518
|
fanout: t.LiteralC<"fanout">;
|
|
6166
6519
|
stake: t.LiteralC<"stake">;
|
|
6167
6520
|
unstake: t.LiteralC<"unstake">;
|
|
6521
|
+
cancel: t.LiteralC<"cancel">;
|
|
6168
6522
|
delegate: t.LiteralC<"delegate">;
|
|
6169
6523
|
undelegate: t.LiteralC<"undelegate">;
|
|
6170
6524
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6254,6 +6608,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6254
6608
|
fanout: t.LiteralC<"fanout">;
|
|
6255
6609
|
stake: t.LiteralC<"stake">;
|
|
6256
6610
|
unstake: t.LiteralC<"unstake">;
|
|
6611
|
+
cancel: t.LiteralC<"cancel">;
|
|
6257
6612
|
delegate: t.LiteralC<"delegate">;
|
|
6258
6613
|
undelegate: t.LiteralC<"undelegate">;
|
|
6259
6614
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6355,6 +6710,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6355
6710
|
fanout: t.LiteralC<"fanout">;
|
|
6356
6711
|
stake: t.LiteralC<"stake">;
|
|
6357
6712
|
unstake: t.LiteralC<"unstake">;
|
|
6713
|
+
cancel: t.LiteralC<"cancel">;
|
|
6358
6714
|
delegate: t.LiteralC<"delegate">;
|
|
6359
6715
|
undelegate: t.LiteralC<"undelegate">;
|
|
6360
6716
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6452,6 +6808,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6452
6808
|
fanout: t.LiteralC<"fanout">;
|
|
6453
6809
|
stake: t.LiteralC<"stake">;
|
|
6454
6810
|
unstake: t.LiteralC<"unstake">;
|
|
6811
|
+
cancel: t.LiteralC<"cancel">;
|
|
6455
6812
|
delegate: t.LiteralC<"delegate">;
|
|
6456
6813
|
undelegate: t.LiteralC<"undelegate">;
|
|
6457
6814
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6564,6 +6921,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6564
6921
|
fanout: t.LiteralC<"fanout">;
|
|
6565
6922
|
stake: t.LiteralC<"stake">;
|
|
6566
6923
|
unstake: t.LiteralC<"unstake">;
|
|
6924
|
+
cancel: t.LiteralC<"cancel">;
|
|
6567
6925
|
delegate: t.LiteralC<"delegate">;
|
|
6568
6926
|
undelegate: t.LiteralC<"undelegate">;
|
|
6569
6927
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6666,6 +7024,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6666
7024
|
fanout: t.LiteralC<"fanout">;
|
|
6667
7025
|
stake: t.LiteralC<"stake">;
|
|
6668
7026
|
unstake: t.LiteralC<"unstake">;
|
|
7027
|
+
cancel: t.LiteralC<"cancel">;
|
|
6669
7028
|
delegate: t.LiteralC<"delegate">;
|
|
6670
7029
|
undelegate: t.LiteralC<"undelegate">;
|
|
6671
7030
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6754,6 +7113,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6754
7113
|
fanout: t.LiteralC<"fanout">;
|
|
6755
7114
|
stake: t.LiteralC<"stake">;
|
|
6756
7115
|
unstake: t.LiteralC<"unstake">;
|
|
7116
|
+
cancel: t.LiteralC<"cancel">;
|
|
6757
7117
|
delegate: t.LiteralC<"delegate">;
|
|
6758
7118
|
undelegate: t.LiteralC<"undelegate">;
|
|
6759
7119
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6921,6 +7281,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6921
7281
|
fanout: t.LiteralC<"fanout">;
|
|
6922
7282
|
stake: t.LiteralC<"stake">;
|
|
6923
7283
|
unstake: t.LiteralC<"unstake">;
|
|
7284
|
+
cancel: t.LiteralC<"cancel">;
|
|
6924
7285
|
delegate: t.LiteralC<"delegate">;
|
|
6925
7286
|
undelegate: t.LiteralC<"undelegate">;
|
|
6926
7287
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7009,6 +7370,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7009
7370
|
fanout: t.LiteralC<"fanout">;
|
|
7010
7371
|
stake: t.LiteralC<"stake">;
|
|
7011
7372
|
unstake: t.LiteralC<"unstake">;
|
|
7373
|
+
cancel: t.LiteralC<"cancel">;
|
|
7012
7374
|
delegate: t.LiteralC<"delegate">;
|
|
7013
7375
|
undelegate: t.LiteralC<"undelegate">;
|
|
7014
7376
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7114,6 +7476,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7114
7476
|
fanout: t.LiteralC<"fanout">;
|
|
7115
7477
|
stake: t.LiteralC<"stake">;
|
|
7116
7478
|
unstake: t.LiteralC<"unstake">;
|
|
7479
|
+
cancel: t.LiteralC<"cancel">;
|
|
7117
7480
|
delegate: t.LiteralC<"delegate">;
|
|
7118
7481
|
undelegate: t.LiteralC<"undelegate">;
|
|
7119
7482
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7204,6 +7567,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7204
7567
|
fanout: t.LiteralC<"fanout">;
|
|
7205
7568
|
stake: t.LiteralC<"stake">;
|
|
7206
7569
|
unstake: t.LiteralC<"unstake">;
|
|
7570
|
+
cancel: t.LiteralC<"cancel">;
|
|
7207
7571
|
delegate: t.LiteralC<"delegate">;
|
|
7208
7572
|
undelegate: t.LiteralC<"undelegate">;
|
|
7209
7573
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7298,6 +7662,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7298
7662
|
fanout: t.LiteralC<"fanout">;
|
|
7299
7663
|
stake: t.LiteralC<"stake">;
|
|
7300
7664
|
unstake: t.LiteralC<"unstake">;
|
|
7665
|
+
cancel: t.LiteralC<"cancel">;
|
|
7301
7666
|
delegate: t.LiteralC<"delegate">;
|
|
7302
7667
|
undelegate: t.LiteralC<"undelegate">;
|
|
7303
7668
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7392,6 +7757,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7392
7757
|
fanout: t.LiteralC<"fanout">;
|
|
7393
7758
|
stake: t.LiteralC<"stake">;
|
|
7394
7759
|
unstake: t.LiteralC<"unstake">;
|
|
7760
|
+
cancel: t.LiteralC<"cancel">;
|
|
7395
7761
|
delegate: t.LiteralC<"delegate">;
|
|
7396
7762
|
undelegate: t.LiteralC<"undelegate">;
|
|
7397
7763
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7483,6 +7849,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7483
7849
|
fanout: t.LiteralC<"fanout">;
|
|
7484
7850
|
stake: t.LiteralC<"stake">;
|
|
7485
7851
|
unstake: t.LiteralC<"unstake">;
|
|
7852
|
+
cancel: t.LiteralC<"cancel">;
|
|
7486
7853
|
delegate: t.LiteralC<"delegate">;
|
|
7487
7854
|
undelegate: t.LiteralC<"undelegate">;
|
|
7488
7855
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7590,6 +7957,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7590
7957
|
fanout: t.LiteralC<"fanout">;
|
|
7591
7958
|
stake: t.LiteralC<"stake">;
|
|
7592
7959
|
unstake: t.LiteralC<"unstake">;
|
|
7960
|
+
cancel: t.LiteralC<"cancel">;
|
|
7593
7961
|
delegate: t.LiteralC<"delegate">;
|
|
7594
7962
|
undelegate: t.LiteralC<"undelegate">;
|
|
7595
7963
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7696,6 +8064,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7696
8064
|
fanout: t.LiteralC<"fanout">;
|
|
7697
8065
|
stake: t.LiteralC<"stake">;
|
|
7698
8066
|
unstake: t.LiteralC<"unstake">;
|
|
8067
|
+
cancel: t.LiteralC<"cancel">;
|
|
7699
8068
|
delegate: t.LiteralC<"delegate">;
|
|
7700
8069
|
undelegate: t.LiteralC<"undelegate">;
|
|
7701
8070
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7802,6 +8171,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7802
8171
|
fanout: t.LiteralC<"fanout">;
|
|
7803
8172
|
stake: t.LiteralC<"stake">;
|
|
7804
8173
|
unstake: t.LiteralC<"unstake">;
|
|
8174
|
+
cancel: t.LiteralC<"cancel">;
|
|
7805
8175
|
delegate: t.LiteralC<"delegate">;
|
|
7806
8176
|
undelegate: t.LiteralC<"undelegate">;
|
|
7807
8177
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7916,6 +8286,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7916
8286
|
fanout: t.LiteralC<"fanout">;
|
|
7917
8287
|
stake: t.LiteralC<"stake">;
|
|
7918
8288
|
unstake: t.LiteralC<"unstake">;
|
|
8289
|
+
cancel: t.LiteralC<"cancel">;
|
|
7919
8290
|
delegate: t.LiteralC<"delegate">;
|
|
7920
8291
|
undelegate: t.LiteralC<"undelegate">;
|
|
7921
8292
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8052,6 +8423,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8052
8423
|
fanout: t.LiteralC<"fanout">;
|
|
8053
8424
|
stake: t.LiteralC<"stake">;
|
|
8054
8425
|
unstake: t.LiteralC<"unstake">;
|
|
8426
|
+
cancel: t.LiteralC<"cancel">;
|
|
8055
8427
|
delegate: t.LiteralC<"delegate">;
|
|
8056
8428
|
undelegate: t.LiteralC<"undelegate">;
|
|
8057
8429
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8160,6 +8532,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8160
8532
|
fanout: t.LiteralC<"fanout">;
|
|
8161
8533
|
stake: t.LiteralC<"stake">;
|
|
8162
8534
|
unstake: t.LiteralC<"unstake">;
|
|
8535
|
+
cancel: t.LiteralC<"cancel">;
|
|
8163
8536
|
delegate: t.LiteralC<"delegate">;
|
|
8164
8537
|
undelegate: t.LiteralC<"undelegate">;
|
|
8165
8538
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8285,6 +8658,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8285
8658
|
fanout: t.LiteralC<"fanout">;
|
|
8286
8659
|
stake: t.LiteralC<"stake">;
|
|
8287
8660
|
unstake: t.LiteralC<"unstake">;
|
|
8661
|
+
cancel: t.LiteralC<"cancel">;
|
|
8288
8662
|
delegate: t.LiteralC<"delegate">;
|
|
8289
8663
|
undelegate: t.LiteralC<"undelegate">;
|
|
8290
8664
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8391,6 +8765,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8391
8765
|
fanout: t.LiteralC<"fanout">;
|
|
8392
8766
|
stake: t.LiteralC<"stake">;
|
|
8393
8767
|
unstake: t.LiteralC<"unstake">;
|
|
8768
|
+
cancel: t.LiteralC<"cancel">;
|
|
8394
8769
|
delegate: t.LiteralC<"delegate">;
|
|
8395
8770
|
undelegate: t.LiteralC<"undelegate">;
|
|
8396
8771
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8515,6 +8890,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8515
8890
|
fanout: t.LiteralC<"fanout">;
|
|
8516
8891
|
stake: t.LiteralC<"stake">;
|
|
8517
8892
|
unstake: t.LiteralC<"unstake">;
|
|
8893
|
+
cancel: t.LiteralC<"cancel">;
|
|
8518
8894
|
delegate: t.LiteralC<"delegate">;
|
|
8519
8895
|
undelegate: t.LiteralC<"undelegate">;
|
|
8520
8896
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8637,6 +9013,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8637
9013
|
fanout: t.LiteralC<"fanout">;
|
|
8638
9014
|
stake: t.LiteralC<"stake">;
|
|
8639
9015
|
unstake: t.LiteralC<"unstake">;
|
|
9016
|
+
cancel: t.LiteralC<"cancel">;
|
|
8640
9017
|
delegate: t.LiteralC<"delegate">;
|
|
8641
9018
|
undelegate: t.LiteralC<"undelegate">;
|
|
8642
9019
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8734,6 +9111,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8734
9111
|
fanout: t.LiteralC<"fanout">;
|
|
8735
9112
|
stake: t.LiteralC<"stake">;
|
|
8736
9113
|
unstake: t.LiteralC<"unstake">;
|
|
9114
|
+
cancel: t.LiteralC<"cancel">;
|
|
8737
9115
|
delegate: t.LiteralC<"delegate">;
|
|
8738
9116
|
undelegate: t.LiteralC<"undelegate">;
|
|
8739
9117
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8842,6 +9220,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8842
9220
|
fanout: t.LiteralC<"fanout">;
|
|
8843
9221
|
stake: t.LiteralC<"stake">;
|
|
8844
9222
|
unstake: t.LiteralC<"unstake">;
|
|
9223
|
+
cancel: t.LiteralC<"cancel">;
|
|
8845
9224
|
delegate: t.LiteralC<"delegate">;
|
|
8846
9225
|
undelegate: t.LiteralC<"undelegate">;
|
|
8847
9226
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9007,6 +9386,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9007
9386
|
fanout: t.LiteralC<"fanout">;
|
|
9008
9387
|
stake: t.LiteralC<"stake">;
|
|
9009
9388
|
unstake: t.LiteralC<"unstake">;
|
|
9389
|
+
cancel: t.LiteralC<"cancel">;
|
|
9010
9390
|
delegate: t.LiteralC<"delegate">;
|
|
9011
9391
|
undelegate: t.LiteralC<"undelegate">;
|
|
9012
9392
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9101,6 +9481,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9101
9481
|
fanout: t.LiteralC<"fanout">;
|
|
9102
9482
|
stake: t.LiteralC<"stake">;
|
|
9103
9483
|
unstake: t.LiteralC<"unstake">;
|
|
9484
|
+
cancel: t.LiteralC<"cancel">;
|
|
9104
9485
|
delegate: t.LiteralC<"delegate">;
|
|
9105
9486
|
undelegate: t.LiteralC<"undelegate">;
|
|
9106
9487
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9199,6 +9580,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9199
9580
|
fanout: t.LiteralC<"fanout">;
|
|
9200
9581
|
stake: t.LiteralC<"stake">;
|
|
9201
9582
|
unstake: t.LiteralC<"unstake">;
|
|
9583
|
+
cancel: t.LiteralC<"cancel">;
|
|
9202
9584
|
delegate: t.LiteralC<"delegate">;
|
|
9203
9585
|
undelegate: t.LiteralC<"undelegate">;
|
|
9204
9586
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9291,6 +9673,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9291
9673
|
fanout: t.LiteralC<"fanout">;
|
|
9292
9674
|
stake: t.LiteralC<"stake">;
|
|
9293
9675
|
unstake: t.LiteralC<"unstake">;
|
|
9676
|
+
cancel: t.LiteralC<"cancel">;
|
|
9294
9677
|
delegate: t.LiteralC<"delegate">;
|
|
9295
9678
|
undelegate: t.LiteralC<"undelegate">;
|
|
9296
9679
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9384,6 +9767,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9384
9767
|
fanout: t.LiteralC<"fanout">;
|
|
9385
9768
|
stake: t.LiteralC<"stake">;
|
|
9386
9769
|
unstake: t.LiteralC<"unstake">;
|
|
9770
|
+
cancel: t.LiteralC<"cancel">;
|
|
9387
9771
|
delegate: t.LiteralC<"delegate">;
|
|
9388
9772
|
undelegate: t.LiteralC<"undelegate">;
|
|
9389
9773
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9491,6 +9875,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9491
9875
|
fanout: t.LiteralC<"fanout">;
|
|
9492
9876
|
stake: t.LiteralC<"stake">;
|
|
9493
9877
|
unstake: t.LiteralC<"unstake">;
|
|
9878
|
+
cancel: t.LiteralC<"cancel">;
|
|
9494
9879
|
delegate: t.LiteralC<"delegate">;
|
|
9495
9880
|
undelegate: t.LiteralC<"undelegate">;
|
|
9496
9881
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9600,6 +9985,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9600
9985
|
fanout: t.LiteralC<"fanout">;
|
|
9601
9986
|
stake: t.LiteralC<"stake">;
|
|
9602
9987
|
unstake: t.LiteralC<"unstake">;
|
|
9988
|
+
cancel: t.LiteralC<"cancel">;
|
|
9603
9989
|
delegate: t.LiteralC<"delegate">;
|
|
9604
9990
|
undelegate: t.LiteralC<"undelegate">;
|
|
9605
9991
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9702,6 +10088,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9702
10088
|
fanout: t.LiteralC<"fanout">;
|
|
9703
10089
|
stake: t.LiteralC<"stake">;
|
|
9704
10090
|
unstake: t.LiteralC<"unstake">;
|
|
10091
|
+
cancel: t.LiteralC<"cancel">;
|
|
9705
10092
|
delegate: t.LiteralC<"delegate">;
|
|
9706
10093
|
undelegate: t.LiteralC<"undelegate">;
|
|
9707
10094
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9841,6 +10228,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9841
10228
|
fanout: t.LiteralC<"fanout">;
|
|
9842
10229
|
stake: t.LiteralC<"stake">;
|
|
9843
10230
|
unstake: t.LiteralC<"unstake">;
|
|
10231
|
+
cancel: t.LiteralC<"cancel">;
|
|
9844
10232
|
delegate: t.LiteralC<"delegate">;
|
|
9845
10233
|
undelegate: t.LiteralC<"undelegate">;
|
|
9846
10234
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10010,6 +10398,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10010
10398
|
fanout: t.LiteralC<"fanout">;
|
|
10011
10399
|
stake: t.LiteralC<"stake">;
|
|
10012
10400
|
unstake: t.LiteralC<"unstake">;
|
|
10401
|
+
cancel: t.LiteralC<"cancel">;
|
|
10013
10402
|
delegate: t.LiteralC<"delegate">;
|
|
10014
10403
|
undelegate: t.LiteralC<"undelegate">;
|
|
10015
10404
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10193,6 +10582,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10193
10582
|
fanout: t.LiteralC<"fanout">;
|
|
10194
10583
|
stake: t.LiteralC<"stake">;
|
|
10195
10584
|
unstake: t.LiteralC<"unstake">;
|
|
10585
|
+
cancel: t.LiteralC<"cancel">;
|
|
10196
10586
|
delegate: t.LiteralC<"delegate">;
|
|
10197
10587
|
undelegate: t.LiteralC<"undelegate">;
|
|
10198
10588
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10281,6 +10671,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10281
10671
|
fanout: t.LiteralC<"fanout">;
|
|
10282
10672
|
stake: t.LiteralC<"stake">;
|
|
10283
10673
|
unstake: t.LiteralC<"unstake">;
|
|
10674
|
+
cancel: t.LiteralC<"cancel">;
|
|
10284
10675
|
delegate: t.LiteralC<"delegate">;
|
|
10285
10676
|
undelegate: t.LiteralC<"undelegate">;
|
|
10286
10677
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10364,6 +10755,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10364
10755
|
fanout: t.LiteralC<"fanout">;
|
|
10365
10756
|
stake: t.LiteralC<"stake">;
|
|
10366
10757
|
unstake: t.LiteralC<"unstake">;
|
|
10758
|
+
cancel: t.LiteralC<"cancel">;
|
|
10367
10759
|
delegate: t.LiteralC<"delegate">;
|
|
10368
10760
|
undelegate: t.LiteralC<"undelegate">;
|
|
10369
10761
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10455,6 +10847,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10455
10847
|
fanout: t.LiteralC<"fanout">;
|
|
10456
10848
|
stake: t.LiteralC<"stake">;
|
|
10457
10849
|
unstake: t.LiteralC<"unstake">;
|
|
10850
|
+
cancel: t.LiteralC<"cancel">;
|
|
10458
10851
|
delegate: t.LiteralC<"delegate">;
|
|
10459
10852
|
undelegate: t.LiteralC<"undelegate">;
|
|
10460
10853
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10556,6 +10949,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10556
10949
|
fanout: t.LiteralC<"fanout">;
|
|
10557
10950
|
stake: t.LiteralC<"stake">;
|
|
10558
10951
|
unstake: t.LiteralC<"unstake">;
|
|
10952
|
+
cancel: t.LiteralC<"cancel">;
|
|
10559
10953
|
delegate: t.LiteralC<"delegate">;
|
|
10560
10954
|
undelegate: t.LiteralC<"undelegate">;
|
|
10561
10955
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10641,6 +11035,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10641
11035
|
fanout: t.LiteralC<"fanout">;
|
|
10642
11036
|
stake: t.LiteralC<"stake">;
|
|
10643
11037
|
unstake: t.LiteralC<"unstake">;
|
|
11038
|
+
cancel: t.LiteralC<"cancel">;
|
|
10644
11039
|
delegate: t.LiteralC<"delegate">;
|
|
10645
11040
|
undelegate: t.LiteralC<"undelegate">;
|
|
10646
11041
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10729,6 +11124,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10729
11124
|
fanout: t.LiteralC<"fanout">;
|
|
10730
11125
|
stake: t.LiteralC<"stake">;
|
|
10731
11126
|
unstake: t.LiteralC<"unstake">;
|
|
11127
|
+
cancel: t.LiteralC<"cancel">;
|
|
10732
11128
|
delegate: t.LiteralC<"delegate">;
|
|
10733
11129
|
undelegate: t.LiteralC<"undelegate">;
|
|
10734
11130
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10834,6 +11230,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10834
11230
|
fanout: t.LiteralC<"fanout">;
|
|
10835
11231
|
stake: t.LiteralC<"stake">;
|
|
10836
11232
|
unstake: t.LiteralC<"unstake">;
|
|
11233
|
+
cancel: t.LiteralC<"cancel">;
|
|
10837
11234
|
delegate: t.LiteralC<"delegate">;
|
|
10838
11235
|
undelegate: t.LiteralC<"undelegate">;
|
|
10839
11236
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10922,6 +11319,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10922
11319
|
fanout: t.LiteralC<"fanout">;
|
|
10923
11320
|
stake: t.LiteralC<"stake">;
|
|
10924
11321
|
unstake: t.LiteralC<"unstake">;
|
|
11322
|
+
cancel: t.LiteralC<"cancel">;
|
|
10925
11323
|
delegate: t.LiteralC<"delegate">;
|
|
10926
11324
|
undelegate: t.LiteralC<"undelegate">;
|
|
10927
11325
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11047,6 +11445,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11047
11445
|
fanout: t.LiteralC<"fanout">;
|
|
11048
11446
|
stake: t.LiteralC<"stake">;
|
|
11049
11447
|
unstake: t.LiteralC<"unstake">;
|
|
11448
|
+
cancel: t.LiteralC<"cancel">;
|
|
11050
11449
|
delegate: t.LiteralC<"delegate">;
|
|
11051
11450
|
undelegate: t.LiteralC<"undelegate">;
|
|
11052
11451
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11154,6 +11553,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11154
11553
|
fanout: t.LiteralC<"fanout">;
|
|
11155
11554
|
stake: t.LiteralC<"stake">;
|
|
11156
11555
|
unstake: t.LiteralC<"unstake">;
|
|
11556
|
+
cancel: t.LiteralC<"cancel">;
|
|
11157
11557
|
delegate: t.LiteralC<"delegate">;
|
|
11158
11558
|
undelegate: t.LiteralC<"undelegate">;
|
|
11159
11559
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11261,6 +11661,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11261
11661
|
fanout: t.LiteralC<"fanout">;
|
|
11262
11662
|
stake: t.LiteralC<"stake">;
|
|
11263
11663
|
unstake: t.LiteralC<"unstake">;
|
|
11664
|
+
cancel: t.LiteralC<"cancel">;
|
|
11264
11665
|
delegate: t.LiteralC<"delegate">;
|
|
11265
11666
|
undelegate: t.LiteralC<"undelegate">;
|
|
11266
11667
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11350,6 +11751,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11350
11751
|
fanout: t.LiteralC<"fanout">;
|
|
11351
11752
|
stake: t.LiteralC<"stake">;
|
|
11352
11753
|
unstake: t.LiteralC<"unstake">;
|
|
11754
|
+
cancel: t.LiteralC<"cancel">;
|
|
11353
11755
|
delegate: t.LiteralC<"delegate">;
|
|
11354
11756
|
undelegate: t.LiteralC<"undelegate">;
|
|
11355
11757
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11458,6 +11860,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11458
11860
|
fanout: t.LiteralC<"fanout">;
|
|
11459
11861
|
stake: t.LiteralC<"stake">;
|
|
11460
11862
|
unstake: t.LiteralC<"unstake">;
|
|
11863
|
+
cancel: t.LiteralC<"cancel">;
|
|
11461
11864
|
delegate: t.LiteralC<"delegate">;
|
|
11462
11865
|
undelegate: t.LiteralC<"undelegate">;
|
|
11463
11866
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11568,6 +11971,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11568
11971
|
fanout: t.LiteralC<"fanout">;
|
|
11569
11972
|
stake: t.LiteralC<"stake">;
|
|
11570
11973
|
unstake: t.LiteralC<"unstake">;
|
|
11974
|
+
cancel: t.LiteralC<"cancel">;
|
|
11571
11975
|
delegate: t.LiteralC<"delegate">;
|
|
11572
11976
|
undelegate: t.LiteralC<"undelegate">;
|
|
11573
11977
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11679,6 +12083,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11679
12083
|
fanout: t.LiteralC<"fanout">;
|
|
11680
12084
|
stake: t.LiteralC<"stake">;
|
|
11681
12085
|
unstake: t.LiteralC<"unstake">;
|
|
12086
|
+
cancel: t.LiteralC<"cancel">;
|
|
11682
12087
|
delegate: t.LiteralC<"delegate">;
|
|
11683
12088
|
undelegate: t.LiteralC<"undelegate">;
|
|
11684
12089
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11776,6 +12181,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11776
12181
|
fanout: t.LiteralC<"fanout">;
|
|
11777
12182
|
stake: t.LiteralC<"stake">;
|
|
11778
12183
|
unstake: t.LiteralC<"unstake">;
|
|
12184
|
+
cancel: t.LiteralC<"cancel">;
|
|
11779
12185
|
delegate: t.LiteralC<"delegate">;
|
|
11780
12186
|
undelegate: t.LiteralC<"undelegate">;
|
|
11781
12187
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11884,6 +12290,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11884
12290
|
fanout: t.LiteralC<"fanout">;
|
|
11885
12291
|
stake: t.LiteralC<"stake">;
|
|
11886
12292
|
unstake: t.LiteralC<"unstake">;
|
|
12293
|
+
cancel: t.LiteralC<"cancel">;
|
|
11887
12294
|
delegate: t.LiteralC<"delegate">;
|
|
11888
12295
|
undelegate: t.LiteralC<"undelegate">;
|
|
11889
12296
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12031,6 +12438,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12031
12438
|
fanout: t.LiteralC<"fanout">;
|
|
12032
12439
|
stake: t.LiteralC<"stake">;
|
|
12033
12440
|
unstake: t.LiteralC<"unstake">;
|
|
12441
|
+
cancel: t.LiteralC<"cancel">;
|
|
12034
12442
|
delegate: t.LiteralC<"delegate">;
|
|
12035
12443
|
undelegate: t.LiteralC<"undelegate">;
|
|
12036
12444
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12126,6 +12534,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12126
12534
|
fanout: t.LiteralC<"fanout">;
|
|
12127
12535
|
stake: t.LiteralC<"stake">;
|
|
12128
12536
|
unstake: t.LiteralC<"unstake">;
|
|
12537
|
+
cancel: t.LiteralC<"cancel">;
|
|
12129
12538
|
delegate: t.LiteralC<"delegate">;
|
|
12130
12539
|
undelegate: t.LiteralC<"undelegate">;
|
|
12131
12540
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12218,6 +12627,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12218
12627
|
fanout: t.LiteralC<"fanout">;
|
|
12219
12628
|
stake: t.LiteralC<"stake">;
|
|
12220
12629
|
unstake: t.LiteralC<"unstake">;
|
|
12630
|
+
cancel: t.LiteralC<"cancel">;
|
|
12221
12631
|
delegate: t.LiteralC<"delegate">;
|
|
12222
12632
|
undelegate: t.LiteralC<"undelegate">;
|
|
12223
12633
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12305,6 +12715,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12305
12715
|
fanout: t.LiteralC<"fanout">;
|
|
12306
12716
|
stake: t.LiteralC<"stake">;
|
|
12307
12717
|
unstake: t.LiteralC<"unstake">;
|
|
12718
|
+
cancel: t.LiteralC<"cancel">;
|
|
12308
12719
|
delegate: t.LiteralC<"delegate">;
|
|
12309
12720
|
undelegate: t.LiteralC<"undelegate">;
|
|
12310
12721
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12412,6 +12823,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12412
12823
|
fanout: t.LiteralC<"fanout">;
|
|
12413
12824
|
stake: t.LiteralC<"stake">;
|
|
12414
12825
|
unstake: t.LiteralC<"unstake">;
|
|
12826
|
+
cancel: t.LiteralC<"cancel">;
|
|
12415
12827
|
delegate: t.LiteralC<"delegate">;
|
|
12416
12828
|
undelegate: t.LiteralC<"undelegate">;
|
|
12417
12829
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12505,6 +12917,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12505
12917
|
fanout: t.LiteralC<"fanout">;
|
|
12506
12918
|
stake: t.LiteralC<"stake">;
|
|
12507
12919
|
unstake: t.LiteralC<"unstake">;
|
|
12920
|
+
cancel: t.LiteralC<"cancel">;
|
|
12508
12921
|
delegate: t.LiteralC<"delegate">;
|
|
12509
12922
|
undelegate: t.LiteralC<"undelegate">;
|
|
12510
12923
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12597,6 +13010,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12597
13010
|
fanout: t.LiteralC<"fanout">;
|
|
12598
13011
|
stake: t.LiteralC<"stake">;
|
|
12599
13012
|
unstake: t.LiteralC<"unstake">;
|
|
13013
|
+
cancel: t.LiteralC<"cancel">;
|
|
12600
13014
|
delegate: t.LiteralC<"delegate">;
|
|
12601
13015
|
undelegate: t.LiteralC<"undelegate">;
|
|
12602
13016
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12690,6 +13104,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12690
13104
|
fanout: t.LiteralC<"fanout">;
|
|
12691
13105
|
stake: t.LiteralC<"stake">;
|
|
12692
13106
|
unstake: t.LiteralC<"unstake">;
|
|
13107
|
+
cancel: t.LiteralC<"cancel">;
|
|
12693
13108
|
delegate: t.LiteralC<"delegate">;
|
|
12694
13109
|
undelegate: t.LiteralC<"undelegate">;
|
|
12695
13110
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12782,6 +13197,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12782
13197
|
fanout: t.LiteralC<"fanout">;
|
|
12783
13198
|
stake: t.LiteralC<"stake">;
|
|
12784
13199
|
unstake: t.LiteralC<"unstake">;
|
|
13200
|
+
cancel: t.LiteralC<"cancel">;
|
|
12785
13201
|
delegate: t.LiteralC<"delegate">;
|
|
12786
13202
|
undelegate: t.LiteralC<"undelegate">;
|
|
12787
13203
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12878,6 +13294,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12878
13294
|
fanout: t.LiteralC<"fanout">;
|
|
12879
13295
|
stake: t.LiteralC<"stake">;
|
|
12880
13296
|
unstake: t.LiteralC<"unstake">;
|
|
13297
|
+
cancel: t.LiteralC<"cancel">;
|
|
12881
13298
|
delegate: t.LiteralC<"delegate">;
|
|
12882
13299
|
undelegate: t.LiteralC<"undelegate">;
|
|
12883
13300
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12973,6 +13390,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12973
13390
|
fanout: t.LiteralC<"fanout">;
|
|
12974
13391
|
stake: t.LiteralC<"stake">;
|
|
12975
13392
|
unstake: t.LiteralC<"unstake">;
|
|
13393
|
+
cancel: t.LiteralC<"cancel">;
|
|
12976
13394
|
delegate: t.LiteralC<"delegate">;
|
|
12977
13395
|
undelegate: t.LiteralC<"undelegate">;
|
|
12978
13396
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13070,6 +13488,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13070
13488
|
fanout: t.LiteralC<"fanout">;
|
|
13071
13489
|
stake: t.LiteralC<"stake">;
|
|
13072
13490
|
unstake: t.LiteralC<"unstake">;
|
|
13491
|
+
cancel: t.LiteralC<"cancel">;
|
|
13073
13492
|
delegate: t.LiteralC<"delegate">;
|
|
13074
13493
|
undelegate: t.LiteralC<"undelegate">;
|
|
13075
13494
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13167,6 +13586,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13167
13586
|
fanout: t.LiteralC<"fanout">;
|
|
13168
13587
|
stake: t.LiteralC<"stake">;
|
|
13169
13588
|
unstake: t.LiteralC<"unstake">;
|
|
13589
|
+
cancel: t.LiteralC<"cancel">;
|
|
13170
13590
|
delegate: t.LiteralC<"delegate">;
|
|
13171
13591
|
undelegate: t.LiteralC<"undelegate">;
|
|
13172
13592
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13264,6 +13684,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13264
13684
|
fanout: t.LiteralC<"fanout">;
|
|
13265
13685
|
stake: t.LiteralC<"stake">;
|
|
13266
13686
|
unstake: t.LiteralC<"unstake">;
|
|
13687
|
+
cancel: t.LiteralC<"cancel">;
|
|
13267
13688
|
delegate: t.LiteralC<"delegate">;
|
|
13268
13689
|
undelegate: t.LiteralC<"undelegate">;
|
|
13269
13690
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13360,6 +13781,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13360
13781
|
fanout: t.LiteralC<"fanout">;
|
|
13361
13782
|
stake: t.LiteralC<"stake">;
|
|
13362
13783
|
unstake: t.LiteralC<"unstake">;
|
|
13784
|
+
cancel: t.LiteralC<"cancel">;
|
|
13363
13785
|
delegate: t.LiteralC<"delegate">;
|
|
13364
13786
|
undelegate: t.LiteralC<"undelegate">;
|
|
13365
13787
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13460,6 +13882,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13460
13882
|
fanout: t.LiteralC<"fanout">;
|
|
13461
13883
|
stake: t.LiteralC<"stake">;
|
|
13462
13884
|
unstake: t.LiteralC<"unstake">;
|
|
13885
|
+
cancel: t.LiteralC<"cancel">;
|
|
13463
13886
|
delegate: t.LiteralC<"delegate">;
|
|
13464
13887
|
undelegate: t.LiteralC<"undelegate">;
|
|
13465
13888
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13555,6 +13978,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13555
13978
|
fanout: t.LiteralC<"fanout">;
|
|
13556
13979
|
stake: t.LiteralC<"stake">;
|
|
13557
13980
|
unstake: t.LiteralC<"unstake">;
|
|
13981
|
+
cancel: t.LiteralC<"cancel">;
|
|
13558
13982
|
delegate: t.LiteralC<"delegate">;
|
|
13559
13983
|
undelegate: t.LiteralC<"undelegate">;
|
|
13560
13984
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13652,6 +14076,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13652
14076
|
fanout: t.LiteralC<"fanout">;
|
|
13653
14077
|
stake: t.LiteralC<"stake">;
|
|
13654
14078
|
unstake: t.LiteralC<"unstake">;
|
|
14079
|
+
cancel: t.LiteralC<"cancel">;
|
|
13655
14080
|
delegate: t.LiteralC<"delegate">;
|
|
13656
14081
|
undelegate: t.LiteralC<"undelegate">;
|
|
13657
14082
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13745,6 +14170,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13745
14170
|
fanout: t.LiteralC<"fanout">;
|
|
13746
14171
|
stake: t.LiteralC<"stake">;
|
|
13747
14172
|
unstake: t.LiteralC<"unstake">;
|
|
14173
|
+
cancel: t.LiteralC<"cancel">;
|
|
13748
14174
|
delegate: t.LiteralC<"delegate">;
|
|
13749
14175
|
undelegate: t.LiteralC<"undelegate">;
|
|
13750
14176
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13837,6 +14263,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13837
14263
|
fanout: t.LiteralC<"fanout">;
|
|
13838
14264
|
stake: t.LiteralC<"stake">;
|
|
13839
14265
|
unstake: t.LiteralC<"unstake">;
|
|
14266
|
+
cancel: t.LiteralC<"cancel">;
|
|
13840
14267
|
delegate: t.LiteralC<"delegate">;
|
|
13841
14268
|
undelegate: t.LiteralC<"undelegate">;
|
|
13842
14269
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13929,6 +14356,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13929
14356
|
fanout: t.LiteralC<"fanout">;
|
|
13930
14357
|
stake: t.LiteralC<"stake">;
|
|
13931
14358
|
unstake: t.LiteralC<"unstake">;
|
|
14359
|
+
cancel: t.LiteralC<"cancel">;
|
|
13932
14360
|
delegate: t.LiteralC<"delegate">;
|
|
13933
14361
|
undelegate: t.LiteralC<"undelegate">;
|
|
13934
14362
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14026,6 +14454,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
14026
14454
|
fanout: t.LiteralC<"fanout">;
|
|
14027
14455
|
stake: t.LiteralC<"stake">;
|
|
14028
14456
|
unstake: t.LiteralC<"unstake">;
|
|
14457
|
+
cancel: t.LiteralC<"cancel">;
|
|
14029
14458
|
delegate: t.LiteralC<"delegate">;
|
|
14030
14459
|
undelegate: t.LiteralC<"undelegate">;
|
|
14031
14460
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14124,6 +14553,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
14124
14553
|
fanout: t.LiteralC<"fanout">;
|
|
14125
14554
|
stake: t.LiteralC<"stake">;
|
|
14126
14555
|
unstake: t.LiteralC<"unstake">;
|
|
14556
|
+
cancel: t.LiteralC<"cancel">;
|
|
14127
14557
|
delegate: t.LiteralC<"delegate">;
|
|
14128
14558
|
undelegate: t.LiteralC<"undelegate">;
|
|
14129
14559
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14220,6 +14650,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
14220
14650
|
fanout: t.LiteralC<"fanout">;
|
|
14221
14651
|
stake: t.LiteralC<"stake">;
|
|
14222
14652
|
unstake: t.LiteralC<"unstake">;
|
|
14653
|
+
cancel: t.LiteralC<"cancel">;
|
|
14223
14654
|
delegate: t.LiteralC<"delegate">;
|
|
14224
14655
|
undelegate: t.LiteralC<"undelegate">;
|
|
14225
14656
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14316,6 +14747,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
14316
14747
|
fanout: t.LiteralC<"fanout">;
|
|
14317
14748
|
stake: t.LiteralC<"stake">;
|
|
14318
14749
|
unstake: t.LiteralC<"unstake">;
|
|
14750
|
+
cancel: t.LiteralC<"cancel">;
|
|
14319
14751
|
delegate: t.LiteralC<"delegate">;
|
|
14320
14752
|
undelegate: t.LiteralC<"undelegate">;
|
|
14321
14753
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14407,6 +14839,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
14407
14839
|
fanout: t.LiteralC<"fanout">;
|
|
14408
14840
|
stake: t.LiteralC<"stake">;
|
|
14409
14841
|
unstake: t.LiteralC<"unstake">;
|
|
14842
|
+
cancel: t.LiteralC<"cancel">;
|
|
14410
14843
|
delegate: t.LiteralC<"delegate">;
|
|
14411
14844
|
undelegate: t.LiteralC<"undelegate">;
|
|
14412
14845
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14498,6 +14931,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
14498
14931
|
fanout: t.LiteralC<"fanout">;
|
|
14499
14932
|
stake: t.LiteralC<"stake">;
|
|
14500
14933
|
unstake: t.LiteralC<"unstake">;
|
|
14934
|
+
cancel: t.LiteralC<"cancel">;
|
|
14501
14935
|
delegate: t.LiteralC<"delegate">;
|
|
14502
14936
|
undelegate: t.LiteralC<"undelegate">;
|
|
14503
14937
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14583,6 +15017,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
14583
15017
|
fanout: t.LiteralC<"fanout">;
|
|
14584
15018
|
stake: t.LiteralC<"stake">;
|
|
14585
15019
|
unstake: t.LiteralC<"unstake">;
|
|
15020
|
+
cancel: t.LiteralC<"cancel">;
|
|
14586
15021
|
delegate: t.LiteralC<"delegate">;
|
|
14587
15022
|
undelegate: t.LiteralC<"undelegate">;
|
|
14588
15023
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14672,6 +15107,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
14672
15107
|
fanout: t.LiteralC<"fanout">;
|
|
14673
15108
|
stake: t.LiteralC<"stake">;
|
|
14674
15109
|
unstake: t.LiteralC<"unstake">;
|
|
15110
|
+
cancel: t.LiteralC<"cancel">;
|
|
14675
15111
|
delegate: t.LiteralC<"delegate">;
|
|
14676
15112
|
undelegate: t.LiteralC<"undelegate">;
|
|
14677
15113
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14763,6 +15199,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
14763
15199
|
fanout: t.LiteralC<"fanout">;
|
|
14764
15200
|
stake: t.LiteralC<"stake">;
|
|
14765
15201
|
unstake: t.LiteralC<"unstake">;
|
|
15202
|
+
cancel: t.LiteralC<"cancel">;
|
|
14766
15203
|
delegate: t.LiteralC<"delegate">;
|
|
14767
15204
|
undelegate: t.LiteralC<"undelegate">;
|
|
14768
15205
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14854,6 +15291,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
14854
15291
|
fanout: t.LiteralC<"fanout">;
|
|
14855
15292
|
stake: t.LiteralC<"stake">;
|
|
14856
15293
|
unstake: t.LiteralC<"unstake">;
|
|
15294
|
+
cancel: t.LiteralC<"cancel">;
|
|
14857
15295
|
delegate: t.LiteralC<"delegate">;
|
|
14858
15296
|
undelegate: t.LiteralC<"undelegate">;
|
|
14859
15297
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14951,6 +15389,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
14951
15389
|
fanout: t.LiteralC<"fanout">;
|
|
14952
15390
|
stake: t.LiteralC<"stake">;
|
|
14953
15391
|
unstake: t.LiteralC<"unstake">;
|
|
15392
|
+
cancel: t.LiteralC<"cancel">;
|
|
14954
15393
|
delegate: t.LiteralC<"delegate">;
|
|
14955
15394
|
undelegate: t.LiteralC<"undelegate">;
|
|
14956
15395
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15048,6 +15487,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
15048
15487
|
fanout: t.LiteralC<"fanout">;
|
|
15049
15488
|
stake: t.LiteralC<"stake">;
|
|
15050
15489
|
unstake: t.LiteralC<"unstake">;
|
|
15490
|
+
cancel: t.LiteralC<"cancel">;
|
|
15051
15491
|
delegate: t.LiteralC<"delegate">;
|
|
15052
15492
|
undelegate: t.LiteralC<"undelegate">;
|
|
15053
15493
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15139,6 +15579,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
15139
15579
|
fanout: t.LiteralC<"fanout">;
|
|
15140
15580
|
stake: t.LiteralC<"stake">;
|
|
15141
15581
|
unstake: t.LiteralC<"unstake">;
|
|
15582
|
+
cancel: t.LiteralC<"cancel">;
|
|
15142
15583
|
delegate: t.LiteralC<"delegate">;
|
|
15143
15584
|
undelegate: t.LiteralC<"undelegate">;
|
|
15144
15585
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15226,6 +15667,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
15226
15667
|
fanout: t.LiteralC<"fanout">;
|
|
15227
15668
|
stake: t.LiteralC<"stake">;
|
|
15228
15669
|
unstake: t.LiteralC<"unstake">;
|
|
15670
|
+
cancel: t.LiteralC<"cancel">;
|
|
15229
15671
|
delegate: t.LiteralC<"delegate">;
|
|
15230
15672
|
undelegate: t.LiteralC<"undelegate">;
|
|
15231
15673
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15333,6 +15775,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
15333
15775
|
fanout: t.LiteralC<"fanout">;
|
|
15334
15776
|
stake: t.LiteralC<"stake">;
|
|
15335
15777
|
unstake: t.LiteralC<"unstake">;
|
|
15778
|
+
cancel: t.LiteralC<"cancel">;
|
|
15336
15779
|
delegate: t.LiteralC<"delegate">;
|
|
15337
15780
|
undelegate: t.LiteralC<"undelegate">;
|
|
15338
15781
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15450,6 +15893,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
15450
15893
|
fanout: t.LiteralC<"fanout">;
|
|
15451
15894
|
stake: t.LiteralC<"stake">;
|
|
15452
15895
|
unstake: t.LiteralC<"unstake">;
|
|
15896
|
+
cancel: t.LiteralC<"cancel">;
|
|
15453
15897
|
delegate: t.LiteralC<"delegate">;
|
|
15454
15898
|
undelegate: t.LiteralC<"undelegate">;
|
|
15455
15899
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15577,6 +16021,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
15577
16021
|
fanout: t.LiteralC<"fanout">;
|
|
15578
16022
|
stake: t.LiteralC<"stake">;
|
|
15579
16023
|
unstake: t.LiteralC<"unstake">;
|
|
16024
|
+
cancel: t.LiteralC<"cancel">;
|
|
15580
16025
|
delegate: t.LiteralC<"delegate">;
|
|
15581
16026
|
undelegate: t.LiteralC<"undelegate">;
|
|
15582
16027
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15676,6 +16121,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
15676
16121
|
fanout: t.LiteralC<"fanout">;
|
|
15677
16122
|
stake: t.LiteralC<"stake">;
|
|
15678
16123
|
unstake: t.LiteralC<"unstake">;
|
|
16124
|
+
cancel: t.LiteralC<"cancel">;
|
|
15679
16125
|
delegate: t.LiteralC<"delegate">;
|
|
15680
16126
|
undelegate: t.LiteralC<"undelegate">;
|
|
15681
16127
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15785,6 +16231,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
15785
16231
|
fanout: t.LiteralC<"fanout">;
|
|
15786
16232
|
stake: t.LiteralC<"stake">;
|
|
15787
16233
|
unstake: t.LiteralC<"unstake">;
|
|
16234
|
+
cancel: t.LiteralC<"cancel">;
|
|
15788
16235
|
delegate: t.LiteralC<"delegate">;
|
|
15789
16236
|
undelegate: t.LiteralC<"undelegate">;
|
|
15790
16237
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15876,6 +16323,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
15876
16323
|
fanout: t.LiteralC<"fanout">;
|
|
15877
16324
|
stake: t.LiteralC<"stake">;
|
|
15878
16325
|
unstake: t.LiteralC<"unstake">;
|
|
16326
|
+
cancel: t.LiteralC<"cancel">;
|
|
15879
16327
|
delegate: t.LiteralC<"delegate">;
|
|
15880
16328
|
undelegate: t.LiteralC<"undelegate">;
|
|
15881
16329
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15973,6 +16421,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
15973
16421
|
fanout: t.LiteralC<"fanout">;
|
|
15974
16422
|
stake: t.LiteralC<"stake">;
|
|
15975
16423
|
unstake: t.LiteralC<"unstake">;
|
|
16424
|
+
cancel: t.LiteralC<"cancel">;
|
|
15976
16425
|
delegate: t.LiteralC<"delegate">;
|
|
15977
16426
|
undelegate: t.LiteralC<"undelegate">;
|
|
15978
16427
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -16064,6 +16513,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
16064
16513
|
fanout: t.LiteralC<"fanout">;
|
|
16065
16514
|
stake: t.LiteralC<"stake">;
|
|
16066
16515
|
unstake: t.LiteralC<"unstake">;
|
|
16516
|
+
cancel: t.LiteralC<"cancel">;
|
|
16067
16517
|
delegate: t.LiteralC<"delegate">;
|
|
16068
16518
|
undelegate: t.LiteralC<"undelegate">;
|
|
16069
16519
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -16161,6 +16611,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
16161
16611
|
fanout: t.LiteralC<"fanout">;
|
|
16162
16612
|
stake: t.LiteralC<"stake">;
|
|
16163
16613
|
unstake: t.LiteralC<"unstake">;
|
|
16614
|
+
cancel: t.LiteralC<"cancel">;
|
|
16164
16615
|
delegate: t.LiteralC<"delegate">;
|
|
16165
16616
|
undelegate: t.LiteralC<"undelegate">;
|
|
16166
16617
|
switchValidator: t.LiteralC<"switchValidator">;
|