@bitgo/public-types 6.62.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/mpcv2/keyGen/keygenRound.d.ts +43 -0
- package/dist/src/schema/mpcv2/keyGen/keygenRound.js +22 -1
- package/dist/src/schema/mpcv2/keyGen/keygenRound.js.map +1 -1
- package/dist/src/schema/mpcv2/smc/index.d.ts +2 -0
- package/dist/src/schema/mpcv2/smc/index.js +2 -0
- package/dist/src/schema/mpcv2/smc/index.js.map +1 -1
- package/dist/src/schema/mpcv2/smc/redpallasKeygenRound.d.ts +175 -0
- package/dist/src/schema/mpcv2/smc/redpallasKeygenRound.js +93 -0
- package/dist/src/schema/mpcv2/smc/redpallasKeygenRound.js.map +1 -0
- package/dist/src/schema/mpcv2/smc/redpallasKeygenState.d.ts +15 -0
- package/dist/src/schema/mpcv2/smc/redpallasKeygenState.js +53 -0
- package/dist/src/schema/mpcv2/smc/redpallasKeygenState.js.map +1 -0
- 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/mpcv2/keyGen/keygenRound.ts +40 -0
- package/src/schema/mpcv2/smc/index.ts +2 -0
- package/src/schema/mpcv2/smc/redpallasKeygenRound.ts +101 -0
- package/src/schema/mpcv2/smc/redpallasKeygenState.ts +31 -0
- 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
|
@@ -168,6 +168,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
168
168
|
fanout: t.LiteralC<"fanout">;
|
|
169
169
|
stake: t.LiteralC<"stake">;
|
|
170
170
|
unstake: t.LiteralC<"unstake">;
|
|
171
|
+
cancel: t.LiteralC<"cancel">;
|
|
171
172
|
delegate: t.LiteralC<"delegate">;
|
|
172
173
|
undelegate: t.LiteralC<"undelegate">;
|
|
173
174
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -277,6 +278,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
277
278
|
fanout: t.LiteralC<"fanout">;
|
|
278
279
|
stake: t.LiteralC<"stake">;
|
|
279
280
|
unstake: t.LiteralC<"unstake">;
|
|
281
|
+
cancel: t.LiteralC<"cancel">;
|
|
280
282
|
delegate: t.LiteralC<"delegate">;
|
|
281
283
|
undelegate: t.LiteralC<"undelegate">;
|
|
282
284
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -371,6 +373,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
371
373
|
fanout: t.LiteralC<"fanout">;
|
|
372
374
|
stake: t.LiteralC<"stake">;
|
|
373
375
|
unstake: t.LiteralC<"unstake">;
|
|
376
|
+
cancel: t.LiteralC<"cancel">;
|
|
374
377
|
delegate: t.LiteralC<"delegate">;
|
|
375
378
|
undelegate: t.LiteralC<"undelegate">;
|
|
376
379
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -452,16 +455,15 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
452
455
|
}>]>, t.TypeC<{
|
|
453
456
|
intentType: t.LiteralC<"stake">;
|
|
454
457
|
}>]>, t.TypeC<{
|
|
455
|
-
|
|
456
|
-
|
|
458
|
+
amount: t.TypeC<{
|
|
459
|
+
value: t.StringC;
|
|
460
|
+
symbol: t.StringC;
|
|
461
|
+
}>;
|
|
462
|
+
}>, t.TypeC<{
|
|
463
|
+
stakingType: t.LiteralC<"REALFI_SUSDR">;
|
|
464
|
+
destinationAddress: t.StringC;
|
|
457
465
|
}>, t.PartialC<{
|
|
458
|
-
|
|
459
|
-
value: string;
|
|
460
|
-
symbol: string;
|
|
461
|
-
}, {
|
|
462
|
-
value: string;
|
|
463
|
-
symbol: string;
|
|
464
|
-
}, unknown>, t.UndefinedC]>;
|
|
466
|
+
slippageToleranceBps: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
|
465
467
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
466
468
|
intentType: t.KeyofC<{
|
|
467
469
|
payment: t.LiteralC<"payment">;
|
|
@@ -471,6 +473,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
471
473
|
fanout: t.LiteralC<"fanout">;
|
|
472
474
|
stake: t.LiteralC<"stake">;
|
|
473
475
|
unstake: t.LiteralC<"unstake">;
|
|
476
|
+
cancel: t.LiteralC<"cancel">;
|
|
474
477
|
delegate: t.LiteralC<"delegate">;
|
|
475
478
|
undelegate: t.LiteralC<"undelegate">;
|
|
476
479
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -550,9 +553,10 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
550
553
|
}>, t.PartialC<{
|
|
551
554
|
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
552
555
|
}>]>, t.TypeC<{
|
|
553
|
-
intentType: t.LiteralC<"
|
|
556
|
+
intentType: t.LiteralC<"stake">;
|
|
554
557
|
}>]>, t.TypeC<{
|
|
555
558
|
poolKeyHash: t.StringC;
|
|
559
|
+
dRepId: t.StringC;
|
|
556
560
|
}>, t.PartialC<{
|
|
557
561
|
amount: t.UnionC<[t.Type<{
|
|
558
562
|
value: string;
|
|
@@ -561,6 +565,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
561
565
|
value: string;
|
|
562
566
|
symbol: string;
|
|
563
567
|
}, unknown>, t.UndefinedC]>;
|
|
568
|
+
stakingType: t.UnionC<[t.Type<"REALFI_SUSDR" | "NATIVE", "REALFI_SUSDR" | "NATIVE", unknown>, t.UndefinedC]>;
|
|
564
569
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
565
570
|
intentType: t.KeyofC<{
|
|
566
571
|
payment: t.LiteralC<"payment">;
|
|
@@ -570,6 +575,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
570
575
|
fanout: t.LiteralC<"fanout">;
|
|
571
576
|
stake: t.LiteralC<"stake">;
|
|
572
577
|
unstake: t.LiteralC<"unstake">;
|
|
578
|
+
cancel: t.LiteralC<"cancel">;
|
|
573
579
|
delegate: t.LiteralC<"delegate">;
|
|
574
580
|
undelegate: t.LiteralC<"undelegate">;
|
|
575
581
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -649,10 +655,17 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
649
655
|
}>, t.PartialC<{
|
|
650
656
|
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
651
657
|
}>]>, t.TypeC<{
|
|
652
|
-
intentType: t.LiteralC<"
|
|
658
|
+
intentType: t.LiteralC<"unstake">;
|
|
653
659
|
}>]>, t.TypeC<{
|
|
654
|
-
|
|
655
|
-
|
|
660
|
+
amount: t.TypeC<{
|
|
661
|
+
value: t.StringC;
|
|
662
|
+
symbol: t.StringC;
|
|
663
|
+
}>;
|
|
664
|
+
}>, t.TypeC<{
|
|
665
|
+
stakingType: t.LiteralC<"REALFI_SUSDR">;
|
|
666
|
+
destinationAddress: t.StringC;
|
|
667
|
+
unlockSlot: t.StringC;
|
|
668
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
656
669
|
intentType: t.KeyofC<{
|
|
657
670
|
payment: t.LiteralC<"payment">;
|
|
658
671
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -661,6 +674,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
661
674
|
fanout: t.LiteralC<"fanout">;
|
|
662
675
|
stake: t.LiteralC<"stake">;
|
|
663
676
|
unstake: t.LiteralC<"unstake">;
|
|
677
|
+
cancel: t.LiteralC<"cancel">;
|
|
664
678
|
delegate: t.LiteralC<"delegate">;
|
|
665
679
|
undelegate: t.LiteralC<"undelegate">;
|
|
666
680
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -735,133 +749,24 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
735
749
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
736
750
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
737
751
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
738
|
-
}>]>, t.IntersectionC<[t.PartialC<{
|
|
739
|
-
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
740
|
-
}>, t.PartialC<{
|
|
741
|
-
maxGasAmount: t.NumberC;
|
|
742
|
-
gasUnitPrice: t.NumberC;
|
|
743
|
-
expirationTime: t.NumberC;
|
|
744
752
|
}>]>, t.TypeC<{
|
|
745
|
-
|
|
746
|
-
aptosCustomTransactionParams: t.IntersectionC<[t.TypeC<{
|
|
747
|
-
moduleName: t.StringC;
|
|
748
|
-
functionName: t.StringC;
|
|
749
|
-
}>, t.PartialC<{
|
|
750
|
-
typeArguments: t.ArrayC<t.StringC>;
|
|
751
|
-
functionArguments: t.ArrayC<t.AnyC>;
|
|
752
|
-
abi: t.TypeC<{
|
|
753
|
-
typeParameters: t.ArrayC<t.AnyC>;
|
|
754
|
-
parameters: t.ArrayC<t.AnyC>;
|
|
755
|
-
}>;
|
|
756
|
-
}>]>;
|
|
757
|
-
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
758
|
-
intentType: t.KeyofC<{
|
|
759
|
-
payment: t.LiteralC<"payment">;
|
|
760
|
-
transferToken: t.LiteralC<"transferToken">;
|
|
761
|
-
consolidate: t.LiteralC<"consolidate">;
|
|
762
|
-
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
763
|
-
fanout: t.LiteralC<"fanout">;
|
|
764
|
-
stake: t.LiteralC<"stake">;
|
|
765
|
-
unstake: t.LiteralC<"unstake">;
|
|
766
|
-
delegate: t.LiteralC<"delegate">;
|
|
767
|
-
undelegate: t.LiteralC<"undelegate">;
|
|
768
|
-
switchValidator: t.LiteralC<"switchValidator">;
|
|
769
|
-
claim: t.LiteralC<"claim">;
|
|
770
|
-
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
771
|
-
pledge: t.LiteralC<"pledge">;
|
|
772
|
-
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
773
|
-
vote: t.LiteralC<"vote">;
|
|
774
|
-
createAccount: t.LiteralC<"createAccount">;
|
|
775
|
-
updateAccount: t.LiteralC<"updateAccount">;
|
|
776
|
-
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
777
|
-
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
778
|
-
signMessage: t.LiteralC<"signMessage">;
|
|
779
|
-
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
780
|
-
enableToken: t.LiteralC<"enableToken">;
|
|
781
|
-
authorize: t.LiteralC<"authorize">;
|
|
782
|
-
acceleration: t.LiteralC<"acceleration">;
|
|
783
|
-
fillNonce: t.LiteralC<"fillNonce">;
|
|
784
|
-
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
785
|
-
contractCall: t.LiteralC<"contractCall">;
|
|
786
|
-
deactivate: t.LiteralC<"deactivate">;
|
|
787
|
-
customTx: t.LiteralC<"customTx">;
|
|
788
|
-
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
789
|
-
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
790
|
-
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
791
|
-
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
792
|
-
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
793
|
-
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
794
|
-
transferStake: t.LiteralC<"transferStake">;
|
|
795
|
-
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
796
|
-
increaseStake: t.LiteralC<"increaseStake">;
|
|
797
|
-
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
798
|
-
signalExit: t.LiteralC<"signalExit">;
|
|
799
|
-
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
800
|
-
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
801
|
-
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
802
|
-
enableBridging: t.LiteralC<"enableBridging">;
|
|
803
|
-
goUnstake: t.LiteralC<"goUnstake">;
|
|
804
|
-
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
805
|
-
transferAccept: t.LiteralC<"transferAccept">;
|
|
806
|
-
transferReject: t.LiteralC<"transferReject">;
|
|
807
|
-
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
808
|
-
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
809
|
-
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
810
|
-
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
811
|
-
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
812
|
-
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
813
|
-
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
814
|
-
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
815
|
-
allocationReject: t.LiteralC<"allocationReject">;
|
|
816
|
-
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
817
|
-
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
818
|
-
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
819
|
-
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
820
|
-
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
821
|
-
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
822
|
-
"defi-approve": t.LiteralC<"defi-approve">;
|
|
823
|
-
"defi-withdraw": t.LiteralC<"defi-withdraw">;
|
|
824
|
-
"wrap-native": t.LiteralC<"wrap-native">;
|
|
825
|
-
"unwrap-native": t.LiteralC<"unwrap-native">;
|
|
826
|
-
wrapApprove: t.LiteralC<"wrapApprove">;
|
|
827
|
-
wrap: t.LiteralC<"wrap">;
|
|
828
|
-
unwrap: t.LiteralC<"unwrap">;
|
|
829
|
-
finalizeUnwrap: t.LiteralC<"finalizeUnwrap">;
|
|
830
|
-
delegateResource: t.LiteralC<"delegateResource">;
|
|
831
|
-
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
832
|
-
export: t.LiteralC<"export">;
|
|
833
|
-
import: t.LiteralC<"import">;
|
|
834
|
-
importtoc: t.LiteralC<"importtoc">;
|
|
835
|
-
}>;
|
|
753
|
+
stakingRequestId: t.StringC;
|
|
836
754
|
}>, t.PartialC<{
|
|
837
|
-
|
|
838
|
-
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
839
|
-
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
755
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
840
756
|
}>]>, t.TypeC<{
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
}>, t.PartialC<{
|
|
855
|
-
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
856
|
-
}>]>>;
|
|
857
|
-
}>, t.UnionC<[t.TypeC<{
|
|
858
|
-
intentType: t.LiteralC<"payment">;
|
|
859
|
-
}>, t.TypeC<{
|
|
860
|
-
intentType: t.LiteralC<"payment">;
|
|
861
|
-
isTestTransaction: t.BooleanC;
|
|
862
|
-
}>]>]>, t.TypeC<{
|
|
863
|
-
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
864
|
-
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
757
|
+
intentType: t.LiteralC<"unstake">;
|
|
758
|
+
}>]>, t.TypeC<{
|
|
759
|
+
poolKeyHash: t.StringC;
|
|
760
|
+
}>, t.PartialC<{
|
|
761
|
+
amount: t.UnionC<[t.Type<{
|
|
762
|
+
value: string;
|
|
763
|
+
symbol: string;
|
|
764
|
+
}, {
|
|
765
|
+
value: string;
|
|
766
|
+
symbol: string;
|
|
767
|
+
}, unknown>, t.UndefinedC]>;
|
|
768
|
+
stakingType: t.UnionC<[t.Type<"REALFI_SUSDR" | "NATIVE", "REALFI_SUSDR" | "NATIVE", unknown>, t.UndefinedC]>;
|
|
769
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
865
770
|
intentType: t.KeyofC<{
|
|
866
771
|
payment: t.LiteralC<"payment">;
|
|
867
772
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -870,6 +775,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
870
775
|
fanout: t.LiteralC<"fanout">;
|
|
871
776
|
stake: t.LiteralC<"stake">;
|
|
872
777
|
unstake: t.LiteralC<"unstake">;
|
|
778
|
+
cancel: t.LiteralC<"cancel">;
|
|
873
779
|
delegate: t.LiteralC<"delegate">;
|
|
874
780
|
undelegate: t.LiteralC<"undelegate">;
|
|
875
781
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -949,42 +855,11 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
949
855
|
}>, t.PartialC<{
|
|
950
856
|
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
951
857
|
}>]>, t.TypeC<{
|
|
952
|
-
intentType: t.LiteralC<"
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
}>;
|
|
958
|
-
}>, t.TypeC<{
|
|
959
|
-
validatorAddress: t.StringC;
|
|
960
|
-
}>, t.PartialC<{
|
|
961
|
-
recipients: t.UnionC<[t.Type<({
|
|
962
|
-
address: {
|
|
963
|
-
address?: string | undefined;
|
|
964
|
-
option?: {
|
|
965
|
-
[x: string]: unknown;
|
|
966
|
-
} | undefined;
|
|
967
|
-
};
|
|
968
|
-
amount: {
|
|
969
|
-
value: string;
|
|
970
|
-
symbol: string;
|
|
971
|
-
};
|
|
972
|
-
} & {
|
|
973
|
-
data?: string | undefined;
|
|
974
|
-
})[], ({
|
|
975
|
-
address: {
|
|
976
|
-
address?: string | undefined;
|
|
977
|
-
option?: {
|
|
978
|
-
[x: string]: unknown;
|
|
979
|
-
} | undefined;
|
|
980
|
-
};
|
|
981
|
-
amount: {
|
|
982
|
-
value: string;
|
|
983
|
-
symbol: string;
|
|
984
|
-
};
|
|
985
|
-
} & {
|
|
986
|
-
data?: string | undefined;
|
|
987
|
-
})[], unknown>, t.UndefinedC]>;
|
|
858
|
+
intentType: t.LiteralC<"cancel">;
|
|
859
|
+
stakingType: t.LiteralC<"REALFI_SUSDR">;
|
|
860
|
+
orderTxHash: t.StringC;
|
|
861
|
+
orderOutputIndex: t.NumberC;
|
|
862
|
+
destinationAddress: t.StringC;
|
|
988
863
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
989
864
|
intentType: t.KeyofC<{
|
|
990
865
|
payment: t.LiteralC<"payment">;
|
|
@@ -994,6 +869,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
994
869
|
fanout: t.LiteralC<"fanout">;
|
|
995
870
|
stake: t.LiteralC<"stake">;
|
|
996
871
|
unstake: t.LiteralC<"unstake">;
|
|
872
|
+
cancel: t.LiteralC<"cancel">;
|
|
997
873
|
delegate: t.LiteralC<"delegate">;
|
|
998
874
|
undelegate: t.LiteralC<"undelegate">;
|
|
999
875
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1073,43 +949,10 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1073
949
|
}>, t.PartialC<{
|
|
1074
950
|
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1075
951
|
}>]>, t.TypeC<{
|
|
1076
|
-
intentType: t.LiteralC<"
|
|
952
|
+
intentType: t.LiteralC<"voteDelegation">;
|
|
1077
953
|
}>]>, t.TypeC<{
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
symbol: t.StringC;
|
|
1081
|
-
}>;
|
|
1082
|
-
}>, t.TypeC<{
|
|
1083
|
-
validatorAddress: t.StringC;
|
|
1084
|
-
}>, t.PartialC<{
|
|
1085
|
-
recipients: t.UnionC<[t.Type<({
|
|
1086
|
-
address: {
|
|
1087
|
-
address?: string | undefined;
|
|
1088
|
-
option?: {
|
|
1089
|
-
[x: string]: unknown;
|
|
1090
|
-
} | undefined;
|
|
1091
|
-
};
|
|
1092
|
-
amount: {
|
|
1093
|
-
value: string;
|
|
1094
|
-
symbol: string;
|
|
1095
|
-
};
|
|
1096
|
-
} & {
|
|
1097
|
-
data?: string | undefined;
|
|
1098
|
-
})[], ({
|
|
1099
|
-
address: {
|
|
1100
|
-
address?: string | undefined;
|
|
1101
|
-
option?: {
|
|
1102
|
-
[x: string]: unknown;
|
|
1103
|
-
} | undefined;
|
|
1104
|
-
};
|
|
1105
|
-
amount: {
|
|
1106
|
-
value: string;
|
|
1107
|
-
symbol: string;
|
|
1108
|
-
};
|
|
1109
|
-
} & {
|
|
1110
|
-
data?: string | undefined;
|
|
1111
|
-
})[], unknown>, t.UndefinedC]>;
|
|
1112
|
-
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
954
|
+
dRepId: t.StringC;
|
|
955
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1113
956
|
intentType: t.KeyofC<{
|
|
1114
957
|
payment: t.LiteralC<"payment">;
|
|
1115
958
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -1118,6 +961,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1118
961
|
fanout: t.LiteralC<"fanout">;
|
|
1119
962
|
stake: t.LiteralC<"stake">;
|
|
1120
963
|
unstake: t.LiteralC<"unstake">;
|
|
964
|
+
cancel: t.LiteralC<"cancel">;
|
|
1121
965
|
delegate: t.LiteralC<"delegate">;
|
|
1122
966
|
undelegate: t.LiteralC<"undelegate">;
|
|
1123
967
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1192,13 +1036,25 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1192
1036
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1193
1037
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1194
1038
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1195
|
-
}>]>, t.
|
|
1196
|
-
|
|
1039
|
+
}>]>, t.IntersectionC<[t.PartialC<{
|
|
1040
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1197
1041
|
}>, t.PartialC<{
|
|
1198
|
-
|
|
1042
|
+
maxGasAmount: t.NumberC;
|
|
1043
|
+
gasUnitPrice: t.NumberC;
|
|
1044
|
+
expirationTime: t.NumberC;
|
|
1199
1045
|
}>]>, t.TypeC<{
|
|
1200
|
-
intentType: t.LiteralC<"
|
|
1201
|
-
|
|
1046
|
+
intentType: t.LiteralC<"customTx">;
|
|
1047
|
+
aptosCustomTransactionParams: t.IntersectionC<[t.TypeC<{
|
|
1048
|
+
moduleName: t.StringC;
|
|
1049
|
+
functionName: t.StringC;
|
|
1050
|
+
}>, t.PartialC<{
|
|
1051
|
+
typeArguments: t.ArrayC<t.StringC>;
|
|
1052
|
+
functionArguments: t.ArrayC<t.AnyC>;
|
|
1053
|
+
abi: t.TypeC<{
|
|
1054
|
+
typeParameters: t.ArrayC<t.AnyC>;
|
|
1055
|
+
parameters: t.ArrayC<t.AnyC>;
|
|
1056
|
+
}>;
|
|
1057
|
+
}>]>;
|
|
1202
1058
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1203
1059
|
intentType: t.KeyofC<{
|
|
1204
1060
|
payment: t.LiteralC<"payment">;
|
|
@@ -1208,6 +1064,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1208
1064
|
fanout: t.LiteralC<"fanout">;
|
|
1209
1065
|
stake: t.LiteralC<"stake">;
|
|
1210
1066
|
unstake: t.LiteralC<"unstake">;
|
|
1067
|
+
cancel: t.LiteralC<"cancel">;
|
|
1211
1068
|
delegate: t.LiteralC<"delegate">;
|
|
1212
1069
|
undelegate: t.LiteralC<"undelegate">;
|
|
1213
1070
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1283,13 +1140,30 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1283
1140
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1284
1141
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1285
1142
|
}>]>, t.TypeC<{
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1143
|
+
recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
1144
|
+
address: t.PartialC<{
|
|
1145
|
+
address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1146
|
+
option: t.UnionC<[t.Type<{
|
|
1147
|
+
[x: string]: unknown;
|
|
1148
|
+
}, {
|
|
1149
|
+
[x: string]: unknown;
|
|
1150
|
+
}, unknown>, t.UndefinedC]>;
|
|
1151
|
+
}>;
|
|
1152
|
+
amount: t.TypeC<{
|
|
1153
|
+
value: t.StringC;
|
|
1154
|
+
symbol: t.StringC;
|
|
1155
|
+
}>;
|
|
1156
|
+
}>, t.PartialC<{
|
|
1157
|
+
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1158
|
+
}>]>>;
|
|
1159
|
+
}>, t.UnionC<[t.TypeC<{
|
|
1160
|
+
intentType: t.LiteralC<"payment">;
|
|
1161
|
+
}>, t.TypeC<{
|
|
1162
|
+
intentType: t.LiteralC<"payment">;
|
|
1163
|
+
isTestTransaction: t.BooleanC;
|
|
1164
|
+
}>]>]>, t.TypeC<{
|
|
1165
|
+
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1166
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1293
1167
|
intentType: t.KeyofC<{
|
|
1294
1168
|
payment: t.LiteralC<"payment">;
|
|
1295
1169
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -1298,6 +1172,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1298
1172
|
fanout: t.LiteralC<"fanout">;
|
|
1299
1173
|
stake: t.LiteralC<"stake">;
|
|
1300
1174
|
unstake: t.LiteralC<"unstake">;
|
|
1175
|
+
cancel: t.LiteralC<"cancel">;
|
|
1301
1176
|
delegate: t.LiteralC<"delegate">;
|
|
1302
1177
|
undelegate: t.LiteralC<"undelegate">;
|
|
1303
1178
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1376,18 +1251,44 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1376
1251
|
stakingRequestId: t.StringC;
|
|
1377
1252
|
}>, t.PartialC<{
|
|
1378
1253
|
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1254
|
+
}>]>, t.TypeC<{
|
|
1255
|
+
intentType: t.LiteralC<"stake">;
|
|
1379
1256
|
}>]>, t.TypeC<{
|
|
1380
1257
|
amount: t.TypeC<{
|
|
1381
1258
|
value: t.StringC;
|
|
1382
1259
|
symbol: t.StringC;
|
|
1383
1260
|
}>;
|
|
1384
1261
|
}>, t.TypeC<{
|
|
1385
|
-
intentType: t.LiteralC<"delegate">;
|
|
1386
1262
|
validatorAddress: t.StringC;
|
|
1387
1263
|
}>, t.PartialC<{
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1264
|
+
recipients: t.UnionC<[t.Type<({
|
|
1265
|
+
address: {
|
|
1266
|
+
address?: string | undefined;
|
|
1267
|
+
option?: {
|
|
1268
|
+
[x: string]: unknown;
|
|
1269
|
+
} | undefined;
|
|
1270
|
+
};
|
|
1271
|
+
amount: {
|
|
1272
|
+
value: string;
|
|
1273
|
+
symbol: string;
|
|
1274
|
+
};
|
|
1275
|
+
} & {
|
|
1276
|
+
data?: string | undefined;
|
|
1277
|
+
})[], ({
|
|
1278
|
+
address: {
|
|
1279
|
+
address?: string | undefined;
|
|
1280
|
+
option?: {
|
|
1281
|
+
[x: string]: unknown;
|
|
1282
|
+
} | undefined;
|
|
1283
|
+
};
|
|
1284
|
+
amount: {
|
|
1285
|
+
value: string;
|
|
1286
|
+
symbol: string;
|
|
1287
|
+
};
|
|
1288
|
+
} & {
|
|
1289
|
+
data?: string | undefined;
|
|
1290
|
+
})[], unknown>, t.UndefinedC]>;
|
|
1291
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1391
1292
|
intentType: t.KeyofC<{
|
|
1392
1293
|
payment: t.LiteralC<"payment">;
|
|
1393
1294
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -1396,6 +1297,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1396
1297
|
fanout: t.LiteralC<"fanout">;
|
|
1397
1298
|
stake: t.LiteralC<"stake">;
|
|
1398
1299
|
unstake: t.LiteralC<"unstake">;
|
|
1300
|
+
cancel: t.LiteralC<"cancel">;
|
|
1399
1301
|
delegate: t.LiteralC<"delegate">;
|
|
1400
1302
|
undelegate: t.LiteralC<"undelegate">;
|
|
1401
1303
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1474,17 +1376,44 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1474
1376
|
stakingRequestId: t.StringC;
|
|
1475
1377
|
}>, t.PartialC<{
|
|
1476
1378
|
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1379
|
+
}>]>, t.TypeC<{
|
|
1380
|
+
intentType: t.LiteralC<"unstake">;
|
|
1477
1381
|
}>]>, t.TypeC<{
|
|
1478
1382
|
amount: t.TypeC<{
|
|
1479
1383
|
value: t.StringC;
|
|
1480
1384
|
symbol: t.StringC;
|
|
1481
1385
|
}>;
|
|
1482
1386
|
}>, t.TypeC<{
|
|
1483
|
-
intentType: t.LiteralC<"undelegate">;
|
|
1484
1387
|
validatorAddress: t.StringC;
|
|
1485
1388
|
}>, t.PartialC<{
|
|
1486
|
-
|
|
1487
|
-
|
|
1389
|
+
recipients: t.UnionC<[t.Type<({
|
|
1390
|
+
address: {
|
|
1391
|
+
address?: string | undefined;
|
|
1392
|
+
option?: {
|
|
1393
|
+
[x: string]: unknown;
|
|
1394
|
+
} | undefined;
|
|
1395
|
+
};
|
|
1396
|
+
amount: {
|
|
1397
|
+
value: string;
|
|
1398
|
+
symbol: string;
|
|
1399
|
+
};
|
|
1400
|
+
} & {
|
|
1401
|
+
data?: string | undefined;
|
|
1402
|
+
})[], ({
|
|
1403
|
+
address: {
|
|
1404
|
+
address?: string | undefined;
|
|
1405
|
+
option?: {
|
|
1406
|
+
[x: string]: unknown;
|
|
1407
|
+
} | undefined;
|
|
1408
|
+
};
|
|
1409
|
+
amount: {
|
|
1410
|
+
value: string;
|
|
1411
|
+
symbol: string;
|
|
1412
|
+
};
|
|
1413
|
+
} & {
|
|
1414
|
+
data?: string | undefined;
|
|
1415
|
+
})[], unknown>, t.UndefinedC]>;
|
|
1416
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1488
1417
|
intentType: t.KeyofC<{
|
|
1489
1418
|
payment: t.LiteralC<"payment">;
|
|
1490
1419
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -1493,6 +1422,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1493
1422
|
fanout: t.LiteralC<"fanout">;
|
|
1494
1423
|
stake: t.LiteralC<"stake">;
|
|
1495
1424
|
unstake: t.LiteralC<"unstake">;
|
|
1425
|
+
cancel: t.LiteralC<"cancel">;
|
|
1496
1426
|
delegate: t.LiteralC<"delegate">;
|
|
1497
1427
|
undelegate: t.LiteralC<"undelegate">;
|
|
1498
1428
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1572,19 +1502,100 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1572
1502
|
}>, t.PartialC<{
|
|
1573
1503
|
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1574
1504
|
}>]>, t.TypeC<{
|
|
1575
|
-
intentType: t.LiteralC<"
|
|
1505
|
+
intentType: t.LiteralC<"createBtcDelegation">;
|
|
1506
|
+
createBtcDelegationBytes: t.StringC;
|
|
1507
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1508
|
+
intentType: t.KeyofC<{
|
|
1509
|
+
payment: t.LiteralC<"payment">;
|
|
1510
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
1511
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
1512
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
1513
|
+
fanout: t.LiteralC<"fanout">;
|
|
1514
|
+
stake: t.LiteralC<"stake">;
|
|
1515
|
+
unstake: t.LiteralC<"unstake">;
|
|
1516
|
+
cancel: t.LiteralC<"cancel">;
|
|
1517
|
+
delegate: t.LiteralC<"delegate">;
|
|
1518
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
1519
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
1520
|
+
claim: t.LiteralC<"claim">;
|
|
1521
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
1522
|
+
pledge: t.LiteralC<"pledge">;
|
|
1523
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
1524
|
+
vote: t.LiteralC<"vote">;
|
|
1525
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
1526
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
1527
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
1528
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
1529
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
1530
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
1531
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
1532
|
+
authorize: t.LiteralC<"authorize">;
|
|
1533
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
1534
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
1535
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
1536
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
1537
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
1538
|
+
customTx: t.LiteralC<"customTx">;
|
|
1539
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1540
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1541
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1542
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1543
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1544
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1545
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
1546
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
1547
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
1548
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
1549
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
1550
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
1551
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
1552
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
1553
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
1554
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
1555
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
1556
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
1557
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
1558
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
1559
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
1560
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
1561
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
1562
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1563
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1564
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1565
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1566
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1567
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1568
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1569
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1570
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1571
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1572
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1573
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
1574
|
+
"defi-withdraw": t.LiteralC<"defi-withdraw">;
|
|
1575
|
+
"wrap-native": t.LiteralC<"wrap-native">;
|
|
1576
|
+
"unwrap-native": t.LiteralC<"unwrap-native">;
|
|
1577
|
+
wrapApprove: t.LiteralC<"wrapApprove">;
|
|
1578
|
+
wrap: t.LiteralC<"wrap">;
|
|
1579
|
+
unwrap: t.LiteralC<"unwrap">;
|
|
1580
|
+
finalizeUnwrap: t.LiteralC<"finalizeUnwrap">;
|
|
1581
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
1582
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
1583
|
+
export: t.LiteralC<"export">;
|
|
1584
|
+
import: t.LiteralC<"import">;
|
|
1585
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
1586
|
+
}>;
|
|
1576
1587
|
}>, t.PartialC<{
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
}, {
|
|
1581
|
-
value: string;
|
|
1582
|
-
symbol: string;
|
|
1583
|
-
}, unknown>, t.UndefinedC]>;
|
|
1588
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1589
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1590
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1584
1591
|
}>]>, t.TypeC<{
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1592
|
+
stakingRequestId: t.StringC;
|
|
1593
|
+
}>, t.PartialC<{
|
|
1594
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1595
|
+
}>]>, t.TypeC<{
|
|
1596
|
+
intentType: t.LiteralC<"stakeClaimRewards">;
|
|
1597
|
+
type: t.StringC;
|
|
1598
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1588
1599
|
intentType: t.KeyofC<{
|
|
1589
1600
|
payment: t.LiteralC<"payment">;
|
|
1590
1601
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -1593,6 +1604,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1593
1604
|
fanout: t.LiteralC<"fanout">;
|
|
1594
1605
|
stake: t.LiteralC<"stake">;
|
|
1595
1606
|
unstake: t.LiteralC<"unstake">;
|
|
1607
|
+
cancel: t.LiteralC<"cancel">;
|
|
1596
1608
|
delegate: t.LiteralC<"delegate">;
|
|
1597
1609
|
undelegate: t.LiteralC<"undelegate">;
|
|
1598
1610
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1668,25 +1680,21 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1668
1680
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1669
1681
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1670
1682
|
}>]>, t.TypeC<{
|
|
1671
|
-
|
|
1672
|
-
txRequestId: t.StringC;
|
|
1683
|
+
stakingRequestId: t.StringC;
|
|
1673
1684
|
}>, t.PartialC<{
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
comment: t.StringC;
|
|
1688
|
-
requestedAt: t.StringC;
|
|
1689
|
-
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1685
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1686
|
+
}>]>, t.TypeC<{
|
|
1687
|
+
amount: t.TypeC<{
|
|
1688
|
+
value: t.StringC;
|
|
1689
|
+
symbol: t.StringC;
|
|
1690
|
+
}>;
|
|
1691
|
+
}>, t.TypeC<{
|
|
1692
|
+
intentType: t.LiteralC<"delegate">;
|
|
1693
|
+
validatorAddress: t.StringC;
|
|
1694
|
+
}>, t.PartialC<{
|
|
1695
|
+
relayerFee: t.StringC;
|
|
1696
|
+
delegateVotePower: t.StringC;
|
|
1697
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1690
1698
|
intentType: t.KeyofC<{
|
|
1691
1699
|
payment: t.LiteralC<"payment">;
|
|
1692
1700
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -1695,6 +1703,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1695
1703
|
fanout: t.LiteralC<"fanout">;
|
|
1696
1704
|
stake: t.LiteralC<"stake">;
|
|
1697
1705
|
unstake: t.LiteralC<"unstake">;
|
|
1706
|
+
cancel: t.LiteralC<"cancel">;
|
|
1698
1707
|
delegate: t.LiteralC<"delegate">;
|
|
1699
1708
|
undelegate: t.LiteralC<"undelegate">;
|
|
1700
1709
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1770,11 +1779,20 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1770
1779
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1771
1780
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1772
1781
|
}>]>, t.TypeC<{
|
|
1773
|
-
|
|
1774
|
-
transferOfferId: t.StringC;
|
|
1782
|
+
stakingRequestId: t.StringC;
|
|
1775
1783
|
}>, t.PartialC<{
|
|
1776
|
-
|
|
1777
|
-
}>]>, t.
|
|
1784
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1785
|
+
}>]>, t.TypeC<{
|
|
1786
|
+
amount: t.TypeC<{
|
|
1787
|
+
value: t.StringC;
|
|
1788
|
+
symbol: t.StringC;
|
|
1789
|
+
}>;
|
|
1790
|
+
}>, t.TypeC<{
|
|
1791
|
+
intentType: t.LiteralC<"undelegate">;
|
|
1792
|
+
validatorAddress: t.StringC;
|
|
1793
|
+
}>, t.PartialC<{
|
|
1794
|
+
relayerFee: t.StringC;
|
|
1795
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1778
1796
|
intentType: t.KeyofC<{
|
|
1779
1797
|
payment: t.LiteralC<"payment">;
|
|
1780
1798
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -1783,6 +1801,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1783
1801
|
fanout: t.LiteralC<"fanout">;
|
|
1784
1802
|
stake: t.LiteralC<"stake">;
|
|
1785
1803
|
unstake: t.LiteralC<"unstake">;
|
|
1804
|
+
cancel: t.LiteralC<"cancel">;
|
|
1786
1805
|
delegate: t.LiteralC<"delegate">;
|
|
1787
1806
|
undelegate: t.LiteralC<"undelegate">;
|
|
1788
1807
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1858,24 +1877,22 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1858
1877
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1859
1878
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1860
1879
|
}>]>, t.TypeC<{
|
|
1861
|
-
|
|
1862
|
-
txRequestId: t.StringC;
|
|
1880
|
+
stakingRequestId: t.StringC;
|
|
1863
1881
|
}>, t.PartialC<{
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
requestedAt: t.StringC;
|
|
1882
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1883
|
+
}>]>, t.TypeC<{
|
|
1884
|
+
intentType: t.LiteralC<"claim">;
|
|
1885
|
+
}>, t.PartialC<{
|
|
1886
|
+
amount: t.UnionC<[t.Type<{
|
|
1887
|
+
value: string;
|
|
1888
|
+
symbol: string;
|
|
1889
|
+
}, {
|
|
1890
|
+
value: string;
|
|
1891
|
+
symbol: string;
|
|
1892
|
+
}, unknown>, t.UndefinedC]>;
|
|
1893
|
+
}>]>, t.TypeC<{
|
|
1894
|
+
validatorAddress: t.StringC;
|
|
1895
|
+
requestNumber: t.NumberC;
|
|
1879
1896
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1880
1897
|
intentType: t.KeyofC<{
|
|
1881
1898
|
payment: t.LiteralC<"payment">;
|
|
@@ -1885,6 +1902,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1885
1902
|
fanout: t.LiteralC<"fanout">;
|
|
1886
1903
|
stake: t.LiteralC<"stake">;
|
|
1887
1904
|
unstake: t.LiteralC<"unstake">;
|
|
1905
|
+
cancel: t.LiteralC<"cancel">;
|
|
1888
1906
|
delegate: t.LiteralC<"delegate">;
|
|
1889
1907
|
undelegate: t.LiteralC<"undelegate">;
|
|
1890
1908
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -1960,7 +1978,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1960
1978
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1961
1979
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1962
1980
|
}>]>, t.TypeC<{
|
|
1963
|
-
intentType: t.LiteralC<"
|
|
1981
|
+
intentType: t.LiteralC<"allocationAllocate">;
|
|
1982
|
+
txRequestId: t.StringC;
|
|
1983
|
+
}>, t.PartialC<{
|
|
1964
1984
|
updateId: t.StringC;
|
|
1965
1985
|
operatorId: t.StringC;
|
|
1966
1986
|
contractId: t.UnionC<[t.StringC, t.NullC]>;
|
|
@@ -1974,7 +1994,6 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1974
1994
|
receiveAmount: t.StringC;
|
|
1975
1995
|
allocateBefore: t.StringC;
|
|
1976
1996
|
settleBefore: t.StringC;
|
|
1977
|
-
}>, t.PartialC<{
|
|
1978
1997
|
comment: t.StringC;
|
|
1979
1998
|
requestedAt: t.StringC;
|
|
1980
1999
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
@@ -1986,6 +2005,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1986
2005
|
fanout: t.LiteralC<"fanout">;
|
|
1987
2006
|
stake: t.LiteralC<"stake">;
|
|
1988
2007
|
unstake: t.LiteralC<"unstake">;
|
|
2008
|
+
cancel: t.LiteralC<"cancel">;
|
|
1989
2009
|
delegate: t.LiteralC<"delegate">;
|
|
1990
2010
|
undelegate: t.LiteralC<"undelegate">;
|
|
1991
2011
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2061,10 +2081,113 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2061
2081
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2062
2082
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2063
2083
|
}>]>, t.TypeC<{
|
|
2064
|
-
intentType: t.LiteralC<"
|
|
2084
|
+
intentType: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2085
|
+
transferOfferId: t.StringC;
|
|
2086
|
+
}>, t.PartialC<{
|
|
2087
|
+
token: t.StringC;
|
|
2088
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2089
|
+
intentType: t.KeyofC<{
|
|
2090
|
+
payment: t.LiteralC<"payment">;
|
|
2091
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
2092
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
2093
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
2094
|
+
fanout: t.LiteralC<"fanout">;
|
|
2095
|
+
stake: t.LiteralC<"stake">;
|
|
2096
|
+
unstake: t.LiteralC<"unstake">;
|
|
2097
|
+
cancel: t.LiteralC<"cancel">;
|
|
2098
|
+
delegate: t.LiteralC<"delegate">;
|
|
2099
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
2100
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
2101
|
+
claim: t.LiteralC<"claim">;
|
|
2102
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
2103
|
+
pledge: t.LiteralC<"pledge">;
|
|
2104
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
2105
|
+
vote: t.LiteralC<"vote">;
|
|
2106
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
2107
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
2108
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
2109
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
2110
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
2111
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
2112
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
2113
|
+
authorize: t.LiteralC<"authorize">;
|
|
2114
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
2115
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
2116
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
2117
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
2118
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
2119
|
+
customTx: t.LiteralC<"customTx">;
|
|
2120
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2121
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2122
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2123
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2124
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2125
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2126
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
2127
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
2128
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
2129
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
2130
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
2131
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
2132
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
2133
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
2134
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
2135
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
2136
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
2137
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
2138
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
2139
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
2140
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
2141
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
2142
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
2143
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2144
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2145
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2146
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2147
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2148
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2149
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2150
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2151
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2152
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2153
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2154
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
2155
|
+
"defi-withdraw": t.LiteralC<"defi-withdraw">;
|
|
2156
|
+
"wrap-native": t.LiteralC<"wrap-native">;
|
|
2157
|
+
"unwrap-native": t.LiteralC<"unwrap-native">;
|
|
2158
|
+
wrapApprove: t.LiteralC<"wrapApprove">;
|
|
2159
|
+
wrap: t.LiteralC<"wrap">;
|
|
2160
|
+
unwrap: t.LiteralC<"unwrap">;
|
|
2161
|
+
finalizeUnwrap: t.LiteralC<"finalizeUnwrap">;
|
|
2162
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
2163
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
2164
|
+
export: t.LiteralC<"export">;
|
|
2165
|
+
import: t.LiteralC<"import">;
|
|
2166
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
2167
|
+
}>;
|
|
2168
|
+
}>, t.PartialC<{
|
|
2169
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2170
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2171
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2172
|
+
}>]>, t.TypeC<{
|
|
2173
|
+
intentType: t.LiteralC<"allocationReject">;
|
|
2065
2174
|
txRequestId: t.StringC;
|
|
2066
2175
|
}>, t.PartialC<{
|
|
2176
|
+
updateId: t.StringC;
|
|
2067
2177
|
operatorId: t.StringC;
|
|
2178
|
+
contractId: t.UnionC<[t.StringC, t.NullC]>;
|
|
2179
|
+
tradeId: t.StringC;
|
|
2180
|
+
transferLegId: t.StringC;
|
|
2181
|
+
senderPartyId: t.StringC;
|
|
2182
|
+
receiverPartyId: t.StringC;
|
|
2183
|
+
amount: t.StringC;
|
|
2184
|
+
token: t.StringC;
|
|
2185
|
+
receiveToken: t.StringC;
|
|
2186
|
+
receiveAmount: t.StringC;
|
|
2187
|
+
allocateBefore: t.StringC;
|
|
2188
|
+
settleBefore: t.StringC;
|
|
2189
|
+
comment: t.StringC;
|
|
2190
|
+
requestedAt: t.StringC;
|
|
2068
2191
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2069
2192
|
intentType: t.KeyofC<{
|
|
2070
2193
|
payment: t.LiteralC<"payment">;
|
|
@@ -2074,6 +2197,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2074
2197
|
fanout: t.LiteralC<"fanout">;
|
|
2075
2198
|
stake: t.LiteralC<"stake">;
|
|
2076
2199
|
unstake: t.LiteralC<"unstake">;
|
|
2200
|
+
cancel: t.LiteralC<"cancel">;
|
|
2077
2201
|
delegate: t.LiteralC<"delegate">;
|
|
2078
2202
|
undelegate: t.LiteralC<"undelegate">;
|
|
2079
2203
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2149,12 +2273,23 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2149
2273
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2150
2274
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2151
2275
|
}>]>, t.TypeC<{
|
|
2152
|
-
intentType: t.LiteralC<"
|
|
2153
|
-
contractId: t.StringC;
|
|
2154
|
-
operatorId: t.StringC;
|
|
2276
|
+
intentType: t.LiteralC<"allocationRequest">;
|
|
2155
2277
|
updateId: t.StringC;
|
|
2278
|
+
operatorId: t.StringC;
|
|
2279
|
+
contractId: t.UnionC<[t.StringC, t.NullC]>;
|
|
2280
|
+
tradeId: t.StringC;
|
|
2281
|
+
transferLegId: t.StringC;
|
|
2282
|
+
senderPartyId: t.StringC;
|
|
2283
|
+
receiverPartyId: t.StringC;
|
|
2284
|
+
amount: t.StringC;
|
|
2285
|
+
token: t.StringC;
|
|
2286
|
+
receiveToken: t.StringC;
|
|
2287
|
+
receiveAmount: t.StringC;
|
|
2288
|
+
allocateBefore: t.StringC;
|
|
2289
|
+
settleBefore: t.StringC;
|
|
2156
2290
|
}>, t.PartialC<{
|
|
2157
|
-
|
|
2291
|
+
comment: t.StringC;
|
|
2292
|
+
requestedAt: t.StringC;
|
|
2158
2293
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2159
2294
|
intentType: t.KeyofC<{
|
|
2160
2295
|
payment: t.LiteralC<"payment">;
|
|
@@ -2164,6 +2299,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2164
2299
|
fanout: t.LiteralC<"fanout">;
|
|
2165
2300
|
stake: t.LiteralC<"stake">;
|
|
2166
2301
|
unstake: t.LiteralC<"unstake">;
|
|
2302
|
+
cancel: t.LiteralC<"cancel">;
|
|
2167
2303
|
delegate: t.LiteralC<"delegate">;
|
|
2168
2304
|
undelegate: t.LiteralC<"undelegate">;
|
|
2169
2305
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2239,37 +2375,11 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2239
2375
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2240
2376
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2241
2377
|
}>]>, t.TypeC<{
|
|
2242
|
-
intentType: t.LiteralC<"
|
|
2243
|
-
|
|
2244
|
-
command: t.UnionC<[t.TypeC<{
|
|
2245
|
-
CreateCommand: t.TypeC<{
|
|
2246
|
-
templateId: t.StringC;
|
|
2247
|
-
createArguments: t.RecordC<t.StringC, t.UnknownC>;
|
|
2248
|
-
}>;
|
|
2249
|
-
}>, t.TypeC<{
|
|
2250
|
-
ExerciseCommand: t.IntersectionC<[t.TypeC<{
|
|
2251
|
-
templateId: t.StringC;
|
|
2252
|
-
choice: t.StringC;
|
|
2253
|
-
}>, t.PartialC<{
|
|
2254
|
-
choiceArgument: t.RecordC<t.StringC, t.UnknownC>;
|
|
2255
|
-
contractId: t.StringC;
|
|
2256
|
-
}>]>;
|
|
2257
|
-
}>]>;
|
|
2258
|
-
actAs: t.ArrayC<t.StringC>;
|
|
2259
|
-
}>, t.PartialC<{
|
|
2260
|
-
readAs: t.ArrayC<t.StringC>;
|
|
2261
|
-
resolveContracts: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
2262
|
-
templateId: t.StringC;
|
|
2263
|
-
actAs: t.ArrayC<t.StringC>;
|
|
2264
|
-
injectAs: t.StringC;
|
|
2265
|
-
}>, t.PartialC<{
|
|
2266
|
-
readAs: t.ArrayC<t.StringC>;
|
|
2267
|
-
resolveAll: t.BooleanC;
|
|
2268
|
-
}>]>>;
|
|
2269
|
-
}>]>;
|
|
2378
|
+
intentType: t.LiteralC<"cosignDelegationAccept">;
|
|
2379
|
+
txRequestId: t.StringC;
|
|
2270
2380
|
}>, t.PartialC<{
|
|
2271
|
-
|
|
2272
|
-
}>]>, t.IntersectionC<[t.IntersectionC<[t.
|
|
2381
|
+
operatorId: t.StringC;
|
|
2382
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2273
2383
|
intentType: t.KeyofC<{
|
|
2274
2384
|
payment: t.LiteralC<"payment">;
|
|
2275
2385
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -2278,6 +2388,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2278
2388
|
fanout: t.LiteralC<"fanout">;
|
|
2279
2389
|
stake: t.LiteralC<"stake">;
|
|
2280
2390
|
unstake: t.LiteralC<"unstake">;
|
|
2391
|
+
cancel: t.LiteralC<"cancel">;
|
|
2281
2392
|
delegate: t.LiteralC<"delegate">;
|
|
2282
2393
|
undelegate: t.LiteralC<"undelegate">;
|
|
2283
2394
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2353,33 +2464,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2353
2464
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2354
2465
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2355
2466
|
}>]>, t.TypeC<{
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
[x: string]: unknown;
|
|
2363
|
-
}, unknown>, t.UndefinedC]>;
|
|
2364
|
-
}>;
|
|
2365
|
-
amount: t.TypeC<{
|
|
2366
|
-
value: t.StringC;
|
|
2367
|
-
symbol: t.StringC;
|
|
2368
|
-
}>;
|
|
2369
|
-
}>, t.PartialC<{
|
|
2370
|
-
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2371
|
-
}>]>>;
|
|
2372
|
-
}>, t.UnionC<[t.TypeC<{
|
|
2373
|
-
intentType: t.LiteralC<"payment">;
|
|
2374
|
-
}>, t.TypeC<{
|
|
2375
|
-
intentType: t.LiteralC<"payment">;
|
|
2376
|
-
isTestTransaction: t.BooleanC;
|
|
2377
|
-
}>]>]>, t.PartialC<{
|
|
2378
|
-
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2379
|
-
isConsolidate: t.BooleanC;
|
|
2380
|
-
numberOfSplits: t.NumberC;
|
|
2381
|
-
}>, t.TypeC<{
|
|
2382
|
-
unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
|
|
2467
|
+
intentType: t.LiteralC<"cosignDelegationProposal">;
|
|
2468
|
+
contractId: t.StringC;
|
|
2469
|
+
operatorId: t.StringC;
|
|
2470
|
+
updateId: t.StringC;
|
|
2471
|
+
}>, t.PartialC<{
|
|
2472
|
+
packageName: t.StringC;
|
|
2383
2473
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2384
2474
|
intentType: t.KeyofC<{
|
|
2385
2475
|
payment: t.LiteralC<"payment">;
|
|
@@ -2389,6 +2479,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2389
2479
|
fanout: t.LiteralC<"fanout">;
|
|
2390
2480
|
stake: t.LiteralC<"stake">;
|
|
2391
2481
|
unstake: t.LiteralC<"unstake">;
|
|
2482
|
+
cancel: t.LiteralC<"cancel">;
|
|
2392
2483
|
delegate: t.LiteralC<"delegate">;
|
|
2393
2484
|
undelegate: t.LiteralC<"undelegate">;
|
|
2394
2485
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2464,12 +2555,37 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2464
2555
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2465
2556
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2466
2557
|
}>]>, t.TypeC<{
|
|
2467
|
-
intentType: t.LiteralC<"
|
|
2468
|
-
|
|
2558
|
+
intentType: t.LiteralC<"cantonCommand">;
|
|
2559
|
+
cantonCommandParams: t.IntersectionC<[t.TypeC<{
|
|
2560
|
+
command: t.UnionC<[t.TypeC<{
|
|
2561
|
+
CreateCommand: t.TypeC<{
|
|
2562
|
+
templateId: t.StringC;
|
|
2563
|
+
createArguments: t.RecordC<t.StringC, t.UnknownC>;
|
|
2564
|
+
}>;
|
|
2565
|
+
}>, t.TypeC<{
|
|
2566
|
+
ExerciseCommand: t.IntersectionC<[t.TypeC<{
|
|
2567
|
+
templateId: t.StringC;
|
|
2568
|
+
choice: t.StringC;
|
|
2569
|
+
}>, t.PartialC<{
|
|
2570
|
+
choiceArgument: t.RecordC<t.StringC, t.UnknownC>;
|
|
2571
|
+
contractId: t.StringC;
|
|
2572
|
+
}>]>;
|
|
2573
|
+
}>]>;
|
|
2574
|
+
actAs: t.ArrayC<t.StringC>;
|
|
2575
|
+
}>, t.PartialC<{
|
|
2576
|
+
readAs: t.ArrayC<t.StringC>;
|
|
2577
|
+
resolveContracts: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
2578
|
+
templateId: t.StringC;
|
|
2579
|
+
actAs: t.ArrayC<t.StringC>;
|
|
2580
|
+
injectAs: t.StringC;
|
|
2581
|
+
}>, t.PartialC<{
|
|
2582
|
+
readAs: t.ArrayC<t.StringC>;
|
|
2583
|
+
resolveAll: t.BooleanC;
|
|
2584
|
+
}>]>>;
|
|
2585
|
+
}>]>;
|
|
2469
2586
|
}>, t.PartialC<{
|
|
2470
2587
|
token: t.StringC;
|
|
2471
|
-
|
|
2472
|
-
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2588
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2473
2589
|
intentType: t.KeyofC<{
|
|
2474
2590
|
payment: t.LiteralC<"payment">;
|
|
2475
2591
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -2478,6 +2594,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2478
2594
|
fanout: t.LiteralC<"fanout">;
|
|
2479
2595
|
stake: t.LiteralC<"stake">;
|
|
2480
2596
|
unstake: t.LiteralC<"unstake">;
|
|
2597
|
+
cancel: t.LiteralC<"cancel">;
|
|
2481
2598
|
delegate: t.LiteralC<"delegate">;
|
|
2482
2599
|
undelegate: t.LiteralC<"undelegate">;
|
|
2483
2600
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2553,15 +2670,33 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2553
2670
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2554
2671
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2555
2672
|
}>]>, t.TypeC<{
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2673
|
+
recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
2674
|
+
address: t.PartialC<{
|
|
2675
|
+
address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2676
|
+
option: t.UnionC<[t.Type<{
|
|
2677
|
+
[x: string]: unknown;
|
|
2678
|
+
}, {
|
|
2679
|
+
[x: string]: unknown;
|
|
2680
|
+
}, unknown>, t.UndefinedC]>;
|
|
2681
|
+
}>;
|
|
2682
|
+
amount: t.TypeC<{
|
|
2683
|
+
value: t.StringC;
|
|
2684
|
+
symbol: t.StringC;
|
|
2685
|
+
}>;
|
|
2686
|
+
}>, t.PartialC<{
|
|
2687
|
+
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2688
|
+
}>]>>;
|
|
2689
|
+
}>, t.UnionC<[t.TypeC<{
|
|
2690
|
+
intentType: t.LiteralC<"payment">;
|
|
2691
|
+
}>, t.TypeC<{
|
|
2692
|
+
intentType: t.LiteralC<"payment">;
|
|
2693
|
+
isTestTransaction: t.BooleanC;
|
|
2694
|
+
}>]>]>, t.PartialC<{
|
|
2695
|
+
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2696
|
+
isConsolidate: t.BooleanC;
|
|
2697
|
+
numberOfSplits: t.NumberC;
|
|
2698
|
+
}>, t.TypeC<{
|
|
2699
|
+
unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
|
|
2565
2700
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2566
2701
|
intentType: t.KeyofC<{
|
|
2567
2702
|
payment: t.LiteralC<"payment">;
|
|
@@ -2571,6 +2706,191 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2571
2706
|
fanout: t.LiteralC<"fanout">;
|
|
2572
2707
|
stake: t.LiteralC<"stake">;
|
|
2573
2708
|
unstake: t.LiteralC<"unstake">;
|
|
2709
|
+
cancel: t.LiteralC<"cancel">;
|
|
2710
|
+
delegate: t.LiteralC<"delegate">;
|
|
2711
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
2712
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
2713
|
+
claim: t.LiteralC<"claim">;
|
|
2714
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
2715
|
+
pledge: t.LiteralC<"pledge">;
|
|
2716
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
2717
|
+
vote: t.LiteralC<"vote">;
|
|
2718
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
2719
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
2720
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
2721
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
2722
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
2723
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
2724
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
2725
|
+
authorize: t.LiteralC<"authorize">;
|
|
2726
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
2727
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
2728
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
2729
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
2730
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
2731
|
+
customTx: t.LiteralC<"customTx">;
|
|
2732
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2733
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2734
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2735
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2736
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2737
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2738
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
2739
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
2740
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
2741
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
2742
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
2743
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
2744
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
2745
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
2746
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
2747
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
2748
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
2749
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
2750
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
2751
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
2752
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
2753
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
2754
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
2755
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2756
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2757
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2758
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2759
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2760
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2761
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2762
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2763
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2764
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2765
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2766
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
2767
|
+
"defi-withdraw": t.LiteralC<"defi-withdraw">;
|
|
2768
|
+
"wrap-native": t.LiteralC<"wrap-native">;
|
|
2769
|
+
"unwrap-native": t.LiteralC<"unwrap-native">;
|
|
2770
|
+
wrapApprove: t.LiteralC<"wrapApprove">;
|
|
2771
|
+
wrap: t.LiteralC<"wrap">;
|
|
2772
|
+
unwrap: t.LiteralC<"unwrap">;
|
|
2773
|
+
finalizeUnwrap: t.LiteralC<"finalizeUnwrap">;
|
|
2774
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
2775
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
2776
|
+
export: t.LiteralC<"export">;
|
|
2777
|
+
import: t.LiteralC<"import">;
|
|
2778
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
2779
|
+
}>;
|
|
2780
|
+
}>, t.PartialC<{
|
|
2781
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2782
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2783
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2784
|
+
}>]>, t.TypeC<{
|
|
2785
|
+
intentType: t.LiteralC<"transferAccept">;
|
|
2786
|
+
txRequestId: t.StringC;
|
|
2787
|
+
}>, t.PartialC<{
|
|
2788
|
+
token: t.StringC;
|
|
2789
|
+
expiry: t.NumberC;
|
|
2790
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2791
|
+
intentType: t.KeyofC<{
|
|
2792
|
+
payment: t.LiteralC<"payment">;
|
|
2793
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
2794
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
2795
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
2796
|
+
fanout: t.LiteralC<"fanout">;
|
|
2797
|
+
stake: t.LiteralC<"stake">;
|
|
2798
|
+
unstake: t.LiteralC<"unstake">;
|
|
2799
|
+
cancel: t.LiteralC<"cancel">;
|
|
2800
|
+
delegate: t.LiteralC<"delegate">;
|
|
2801
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
2802
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
2803
|
+
claim: t.LiteralC<"claim">;
|
|
2804
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
2805
|
+
pledge: t.LiteralC<"pledge">;
|
|
2806
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
2807
|
+
vote: t.LiteralC<"vote">;
|
|
2808
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
2809
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
2810
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
2811
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
2812
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
2813
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
2814
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
2815
|
+
authorize: t.LiteralC<"authorize">;
|
|
2816
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
2817
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
2818
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
2819
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
2820
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
2821
|
+
customTx: t.LiteralC<"customTx">;
|
|
2822
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2823
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2824
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2825
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2826
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2827
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2828
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
2829
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
2830
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
2831
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
2832
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
2833
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
2834
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
2835
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
2836
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
2837
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
2838
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
2839
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
2840
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
2841
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
2842
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
2843
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
2844
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
2845
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2846
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2847
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2848
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2849
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2850
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2851
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2852
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2853
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2854
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2855
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2856
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
2857
|
+
"defi-withdraw": t.LiteralC<"defi-withdraw">;
|
|
2858
|
+
"wrap-native": t.LiteralC<"wrap-native">;
|
|
2859
|
+
"unwrap-native": t.LiteralC<"unwrap-native">;
|
|
2860
|
+
wrapApprove: t.LiteralC<"wrapApprove">;
|
|
2861
|
+
wrap: t.LiteralC<"wrap">;
|
|
2862
|
+
unwrap: t.LiteralC<"unwrap">;
|
|
2863
|
+
finalizeUnwrap: t.LiteralC<"finalizeUnwrap">;
|
|
2864
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
2865
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
2866
|
+
export: t.LiteralC<"export">;
|
|
2867
|
+
import: t.LiteralC<"import">;
|
|
2868
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
2869
|
+
}>;
|
|
2870
|
+
}>, t.PartialC<{
|
|
2871
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2872
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2873
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2874
|
+
}>]>, t.TypeC<{
|
|
2875
|
+
intentType: t.LiteralC<"transferAcknowledge">;
|
|
2876
|
+
contractId: t.StringC;
|
|
2877
|
+
senderPartyId: t.StringC;
|
|
2878
|
+
updateId: t.StringC;
|
|
2879
|
+
amount: import("io-ts-types").NumberFromStringC;
|
|
2880
|
+
expiry: t.NumberC;
|
|
2881
|
+
}>, t.PartialC<{
|
|
2882
|
+
memoId: t.StringC;
|
|
2883
|
+
token: t.StringC;
|
|
2884
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2885
|
+
intentType: t.KeyofC<{
|
|
2886
|
+
payment: t.LiteralC<"payment">;
|
|
2887
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
2888
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
2889
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
2890
|
+
fanout: t.LiteralC<"fanout">;
|
|
2891
|
+
stake: t.LiteralC<"stake">;
|
|
2892
|
+
unstake: t.LiteralC<"unstake">;
|
|
2893
|
+
cancel: t.LiteralC<"cancel">;
|
|
2574
2894
|
delegate: t.LiteralC<"delegate">;
|
|
2575
2895
|
undelegate: t.LiteralC<"undelegate">;
|
|
2576
2896
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2659,6 +2979,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2659
2979
|
fanout: t.LiteralC<"fanout">;
|
|
2660
2980
|
stake: t.LiteralC<"stake">;
|
|
2661
2981
|
unstake: t.LiteralC<"unstake">;
|
|
2982
|
+
cancel: t.LiteralC<"cancel">;
|
|
2662
2983
|
delegate: t.LiteralC<"delegate">;
|
|
2663
2984
|
undelegate: t.LiteralC<"undelegate">;
|
|
2664
2985
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2748,6 +3069,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2748
3069
|
fanout: t.LiteralC<"fanout">;
|
|
2749
3070
|
stake: t.LiteralC<"stake">;
|
|
2750
3071
|
unstake: t.LiteralC<"unstake">;
|
|
3072
|
+
cancel: t.LiteralC<"cancel">;
|
|
2751
3073
|
delegate: t.LiteralC<"delegate">;
|
|
2752
3074
|
undelegate: t.LiteralC<"undelegate">;
|
|
2753
3075
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2837,6 +3159,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2837
3159
|
fanout: t.LiteralC<"fanout">;
|
|
2838
3160
|
stake: t.LiteralC<"stake">;
|
|
2839
3161
|
unstake: t.LiteralC<"unstake">;
|
|
3162
|
+
cancel: t.LiteralC<"cancel">;
|
|
2840
3163
|
delegate: t.LiteralC<"delegate">;
|
|
2841
3164
|
undelegate: t.LiteralC<"undelegate">;
|
|
2842
3165
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -2925,6 +3248,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2925
3248
|
fanout: t.LiteralC<"fanout">;
|
|
2926
3249
|
stake: t.LiteralC<"stake">;
|
|
2927
3250
|
unstake: t.LiteralC<"unstake">;
|
|
3251
|
+
cancel: t.LiteralC<"cancel">;
|
|
2928
3252
|
delegate: t.LiteralC<"delegate">;
|
|
2929
3253
|
undelegate: t.LiteralC<"undelegate">;
|
|
2930
3254
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3014,6 +3338,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3014
3338
|
fanout: t.LiteralC<"fanout">;
|
|
3015
3339
|
stake: t.LiteralC<"stake">;
|
|
3016
3340
|
unstake: t.LiteralC<"unstake">;
|
|
3341
|
+
cancel: t.LiteralC<"cancel">;
|
|
3017
3342
|
delegate: t.LiteralC<"delegate">;
|
|
3018
3343
|
undelegate: t.LiteralC<"undelegate">;
|
|
3019
3344
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3107,6 +3432,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3107
3432
|
fanout: t.LiteralC<"fanout">;
|
|
3108
3433
|
stake: t.LiteralC<"stake">;
|
|
3109
3434
|
unstake: t.LiteralC<"unstake">;
|
|
3435
|
+
cancel: t.LiteralC<"cancel">;
|
|
3110
3436
|
delegate: t.LiteralC<"delegate">;
|
|
3111
3437
|
undelegate: t.LiteralC<"undelegate">;
|
|
3112
3438
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3196,6 +3522,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3196
3522
|
fanout: t.LiteralC<"fanout">;
|
|
3197
3523
|
stake: t.LiteralC<"stake">;
|
|
3198
3524
|
unstake: t.LiteralC<"unstake">;
|
|
3525
|
+
cancel: t.LiteralC<"cancel">;
|
|
3199
3526
|
delegate: t.LiteralC<"delegate">;
|
|
3200
3527
|
undelegate: t.LiteralC<"undelegate">;
|
|
3201
3528
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3285,6 +3612,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3285
3612
|
fanout: t.LiteralC<"fanout">;
|
|
3286
3613
|
stake: t.LiteralC<"stake">;
|
|
3287
3614
|
unstake: t.LiteralC<"unstake">;
|
|
3615
|
+
cancel: t.LiteralC<"cancel">;
|
|
3288
3616
|
delegate: t.LiteralC<"delegate">;
|
|
3289
3617
|
undelegate: t.LiteralC<"undelegate">;
|
|
3290
3618
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3392,6 +3720,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3392
3720
|
fanout: t.LiteralC<"fanout">;
|
|
3393
3721
|
stake: t.LiteralC<"stake">;
|
|
3394
3722
|
unstake: t.LiteralC<"unstake">;
|
|
3723
|
+
cancel: t.LiteralC<"cancel">;
|
|
3395
3724
|
delegate: t.LiteralC<"delegate">;
|
|
3396
3725
|
undelegate: t.LiteralC<"undelegate">;
|
|
3397
3726
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3482,6 +3811,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3482
3811
|
fanout: t.LiteralC<"fanout">;
|
|
3483
3812
|
stake: t.LiteralC<"stake">;
|
|
3484
3813
|
unstake: t.LiteralC<"unstake">;
|
|
3814
|
+
cancel: t.LiteralC<"cancel">;
|
|
3485
3815
|
delegate: t.LiteralC<"delegate">;
|
|
3486
3816
|
undelegate: t.LiteralC<"undelegate">;
|
|
3487
3817
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3605,6 +3935,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3605
3935
|
fanout: t.LiteralC<"fanout">;
|
|
3606
3936
|
stake: t.LiteralC<"stake">;
|
|
3607
3937
|
unstake: t.LiteralC<"unstake">;
|
|
3938
|
+
cancel: t.LiteralC<"cancel">;
|
|
3608
3939
|
delegate: t.LiteralC<"delegate">;
|
|
3609
3940
|
undelegate: t.LiteralC<"undelegate">;
|
|
3610
3941
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3701,6 +4032,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3701
4032
|
fanout: t.LiteralC<"fanout">;
|
|
3702
4033
|
stake: t.LiteralC<"stake">;
|
|
3703
4034
|
unstake: t.LiteralC<"unstake">;
|
|
4035
|
+
cancel: t.LiteralC<"cancel">;
|
|
3704
4036
|
delegate: t.LiteralC<"delegate">;
|
|
3705
4037
|
undelegate: t.LiteralC<"undelegate">;
|
|
3706
4038
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3824,6 +4156,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3824
4156
|
fanout: t.LiteralC<"fanout">;
|
|
3825
4157
|
stake: t.LiteralC<"stake">;
|
|
3826
4158
|
unstake: t.LiteralC<"unstake">;
|
|
4159
|
+
cancel: t.LiteralC<"cancel">;
|
|
3827
4160
|
delegate: t.LiteralC<"delegate">;
|
|
3828
4161
|
undelegate: t.LiteralC<"undelegate">;
|
|
3829
4162
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3911,6 +4244,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3911
4244
|
fanout: t.LiteralC<"fanout">;
|
|
3912
4245
|
stake: t.LiteralC<"stake">;
|
|
3913
4246
|
unstake: t.LiteralC<"unstake">;
|
|
4247
|
+
cancel: t.LiteralC<"cancel">;
|
|
3914
4248
|
delegate: t.LiteralC<"delegate">;
|
|
3915
4249
|
undelegate: t.LiteralC<"undelegate">;
|
|
3916
4250
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -3999,6 +4333,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3999
4333
|
fanout: t.LiteralC<"fanout">;
|
|
4000
4334
|
stake: t.LiteralC<"stake">;
|
|
4001
4335
|
unstake: t.LiteralC<"unstake">;
|
|
4336
|
+
cancel: t.LiteralC<"cancel">;
|
|
4002
4337
|
delegate: t.LiteralC<"delegate">;
|
|
4003
4338
|
undelegate: t.LiteralC<"undelegate">;
|
|
4004
4339
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4086,6 +4421,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4086
4421
|
fanout: t.LiteralC<"fanout">;
|
|
4087
4422
|
stake: t.LiteralC<"stake">;
|
|
4088
4423
|
unstake: t.LiteralC<"unstake">;
|
|
4424
|
+
cancel: t.LiteralC<"cancel">;
|
|
4089
4425
|
delegate: t.LiteralC<"delegate">;
|
|
4090
4426
|
undelegate: t.LiteralC<"undelegate">;
|
|
4091
4427
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4173,6 +4509,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4173
4509
|
fanout: t.LiteralC<"fanout">;
|
|
4174
4510
|
stake: t.LiteralC<"stake">;
|
|
4175
4511
|
unstake: t.LiteralC<"unstake">;
|
|
4512
|
+
cancel: t.LiteralC<"cancel">;
|
|
4176
4513
|
delegate: t.LiteralC<"delegate">;
|
|
4177
4514
|
undelegate: t.LiteralC<"undelegate">;
|
|
4178
4515
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4260,6 +4597,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4260
4597
|
fanout: t.LiteralC<"fanout">;
|
|
4261
4598
|
stake: t.LiteralC<"stake">;
|
|
4262
4599
|
unstake: t.LiteralC<"unstake">;
|
|
4600
|
+
cancel: t.LiteralC<"cancel">;
|
|
4263
4601
|
delegate: t.LiteralC<"delegate">;
|
|
4264
4602
|
undelegate: t.LiteralC<"undelegate">;
|
|
4265
4603
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4347,6 +4685,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4347
4685
|
fanout: t.LiteralC<"fanout">;
|
|
4348
4686
|
stake: t.LiteralC<"stake">;
|
|
4349
4687
|
unstake: t.LiteralC<"unstake">;
|
|
4688
|
+
cancel: t.LiteralC<"cancel">;
|
|
4350
4689
|
delegate: t.LiteralC<"delegate">;
|
|
4351
4690
|
undelegate: t.LiteralC<"undelegate">;
|
|
4352
4691
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4495,6 +4834,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4495
4834
|
fanout: t.LiteralC<"fanout">;
|
|
4496
4835
|
stake: t.LiteralC<"stake">;
|
|
4497
4836
|
unstake: t.LiteralC<"unstake">;
|
|
4837
|
+
cancel: t.LiteralC<"cancel">;
|
|
4498
4838
|
delegate: t.LiteralC<"delegate">;
|
|
4499
4839
|
undelegate: t.LiteralC<"undelegate">;
|
|
4500
4840
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4632,6 +4972,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4632
4972
|
fanout: t.LiteralC<"fanout">;
|
|
4633
4973
|
stake: t.LiteralC<"stake">;
|
|
4634
4974
|
unstake: t.LiteralC<"unstake">;
|
|
4975
|
+
cancel: t.LiteralC<"cancel">;
|
|
4635
4976
|
delegate: t.LiteralC<"delegate">;
|
|
4636
4977
|
undelegate: t.LiteralC<"undelegate">;
|
|
4637
4978
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4761,6 +5102,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4761
5102
|
fanout: t.LiteralC<"fanout">;
|
|
4762
5103
|
stake: t.LiteralC<"stake">;
|
|
4763
5104
|
unstake: t.LiteralC<"unstake">;
|
|
5105
|
+
cancel: t.LiteralC<"cancel">;
|
|
4764
5106
|
delegate: t.LiteralC<"delegate">;
|
|
4765
5107
|
undelegate: t.LiteralC<"undelegate">;
|
|
4766
5108
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4876,6 +5218,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4876
5218
|
fanout: t.LiteralC<"fanout">;
|
|
4877
5219
|
stake: t.LiteralC<"stake">;
|
|
4878
5220
|
unstake: t.LiteralC<"unstake">;
|
|
5221
|
+
cancel: t.LiteralC<"cancel">;
|
|
4879
5222
|
delegate: t.LiteralC<"delegate">;
|
|
4880
5223
|
undelegate: t.LiteralC<"undelegate">;
|
|
4881
5224
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -4990,6 +5333,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4990
5333
|
fanout: t.LiteralC<"fanout">;
|
|
4991
5334
|
stake: t.LiteralC<"stake">;
|
|
4992
5335
|
unstake: t.LiteralC<"unstake">;
|
|
5336
|
+
cancel: t.LiteralC<"cancel">;
|
|
4993
5337
|
delegate: t.LiteralC<"delegate">;
|
|
4994
5338
|
undelegate: t.LiteralC<"undelegate">;
|
|
4995
5339
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5103,6 +5447,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5103
5447
|
fanout: t.LiteralC<"fanout">;
|
|
5104
5448
|
stake: t.LiteralC<"stake">;
|
|
5105
5449
|
unstake: t.LiteralC<"unstake">;
|
|
5450
|
+
cancel: t.LiteralC<"cancel">;
|
|
5106
5451
|
delegate: t.LiteralC<"delegate">;
|
|
5107
5452
|
undelegate: t.LiteralC<"undelegate">;
|
|
5108
5453
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5192,6 +5537,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5192
5537
|
fanout: t.LiteralC<"fanout">;
|
|
5193
5538
|
stake: t.LiteralC<"stake">;
|
|
5194
5539
|
unstake: t.LiteralC<"unstake">;
|
|
5540
|
+
cancel: t.LiteralC<"cancel">;
|
|
5195
5541
|
delegate: t.LiteralC<"delegate">;
|
|
5196
5542
|
undelegate: t.LiteralC<"undelegate">;
|
|
5197
5543
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5401,6 +5747,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5401
5747
|
fanout: t.LiteralC<"fanout">;
|
|
5402
5748
|
stake: t.LiteralC<"stake">;
|
|
5403
5749
|
unstake: t.LiteralC<"unstake">;
|
|
5750
|
+
cancel: t.LiteralC<"cancel">;
|
|
5404
5751
|
delegate: t.LiteralC<"delegate">;
|
|
5405
5752
|
undelegate: t.LiteralC<"undelegate">;
|
|
5406
5753
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5551,6 +5898,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5551
5898
|
fanout: t.LiteralC<"fanout">;
|
|
5552
5899
|
stake: t.LiteralC<"stake">;
|
|
5553
5900
|
unstake: t.LiteralC<"unstake">;
|
|
5901
|
+
cancel: t.LiteralC<"cancel">;
|
|
5554
5902
|
delegate: t.LiteralC<"delegate">;
|
|
5555
5903
|
undelegate: t.LiteralC<"undelegate">;
|
|
5556
5904
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5662,6 +6010,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5662
6010
|
fanout: t.LiteralC<"fanout">;
|
|
5663
6011
|
stake: t.LiteralC<"stake">;
|
|
5664
6012
|
unstake: t.LiteralC<"unstake">;
|
|
6013
|
+
cancel: t.LiteralC<"cancel">;
|
|
5665
6014
|
delegate: t.LiteralC<"delegate">;
|
|
5666
6015
|
undelegate: t.LiteralC<"undelegate">;
|
|
5667
6016
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5749,6 +6098,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5749
6098
|
fanout: t.LiteralC<"fanout">;
|
|
5750
6099
|
stake: t.LiteralC<"stake">;
|
|
5751
6100
|
unstake: t.LiteralC<"unstake">;
|
|
6101
|
+
cancel: t.LiteralC<"cancel">;
|
|
5752
6102
|
delegate: t.LiteralC<"delegate">;
|
|
5753
6103
|
undelegate: t.LiteralC<"undelegate">;
|
|
5754
6104
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -5891,6 +6241,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5891
6241
|
fanout: t.LiteralC<"fanout">;
|
|
5892
6242
|
stake: t.LiteralC<"stake">;
|
|
5893
6243
|
unstake: t.LiteralC<"unstake">;
|
|
6244
|
+
cancel: t.LiteralC<"cancel">;
|
|
5894
6245
|
delegate: t.LiteralC<"delegate">;
|
|
5895
6246
|
undelegate: t.LiteralC<"undelegate">;
|
|
5896
6247
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6020,6 +6371,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6020
6371
|
fanout: t.LiteralC<"fanout">;
|
|
6021
6372
|
stake: t.LiteralC<"stake">;
|
|
6022
6373
|
unstake: t.LiteralC<"unstake">;
|
|
6374
|
+
cancel: t.LiteralC<"cancel">;
|
|
6023
6375
|
delegate: t.LiteralC<"delegate">;
|
|
6024
6376
|
undelegate: t.LiteralC<"undelegate">;
|
|
6025
6377
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6169,6 +6521,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6169
6521
|
fanout: t.LiteralC<"fanout">;
|
|
6170
6522
|
stake: t.LiteralC<"stake">;
|
|
6171
6523
|
unstake: t.LiteralC<"unstake">;
|
|
6524
|
+
cancel: t.LiteralC<"cancel">;
|
|
6172
6525
|
delegate: t.LiteralC<"delegate">;
|
|
6173
6526
|
undelegate: t.LiteralC<"undelegate">;
|
|
6174
6527
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6263,6 +6616,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6263
6616
|
fanout: t.LiteralC<"fanout">;
|
|
6264
6617
|
stake: t.LiteralC<"stake">;
|
|
6265
6618
|
unstake: t.LiteralC<"unstake">;
|
|
6619
|
+
cancel: t.LiteralC<"cancel">;
|
|
6266
6620
|
delegate: t.LiteralC<"delegate">;
|
|
6267
6621
|
undelegate: t.LiteralC<"undelegate">;
|
|
6268
6622
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6352,6 +6706,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6352
6706
|
fanout: t.LiteralC<"fanout">;
|
|
6353
6707
|
stake: t.LiteralC<"stake">;
|
|
6354
6708
|
unstake: t.LiteralC<"unstake">;
|
|
6709
|
+
cancel: t.LiteralC<"cancel">;
|
|
6355
6710
|
delegate: t.LiteralC<"delegate">;
|
|
6356
6711
|
undelegate: t.LiteralC<"undelegate">;
|
|
6357
6712
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6453,6 +6808,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6453
6808
|
fanout: t.LiteralC<"fanout">;
|
|
6454
6809
|
stake: t.LiteralC<"stake">;
|
|
6455
6810
|
unstake: t.LiteralC<"unstake">;
|
|
6811
|
+
cancel: t.LiteralC<"cancel">;
|
|
6456
6812
|
delegate: t.LiteralC<"delegate">;
|
|
6457
6813
|
undelegate: t.LiteralC<"undelegate">;
|
|
6458
6814
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6550,6 +6906,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6550
6906
|
fanout: t.LiteralC<"fanout">;
|
|
6551
6907
|
stake: t.LiteralC<"stake">;
|
|
6552
6908
|
unstake: t.LiteralC<"unstake">;
|
|
6909
|
+
cancel: t.LiteralC<"cancel">;
|
|
6553
6910
|
delegate: t.LiteralC<"delegate">;
|
|
6554
6911
|
undelegate: t.LiteralC<"undelegate">;
|
|
6555
6912
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6662,6 +7019,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6662
7019
|
fanout: t.LiteralC<"fanout">;
|
|
6663
7020
|
stake: t.LiteralC<"stake">;
|
|
6664
7021
|
unstake: t.LiteralC<"unstake">;
|
|
7022
|
+
cancel: t.LiteralC<"cancel">;
|
|
6665
7023
|
delegate: t.LiteralC<"delegate">;
|
|
6666
7024
|
undelegate: t.LiteralC<"undelegate">;
|
|
6667
7025
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6764,6 +7122,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6764
7122
|
fanout: t.LiteralC<"fanout">;
|
|
6765
7123
|
stake: t.LiteralC<"stake">;
|
|
6766
7124
|
unstake: t.LiteralC<"unstake">;
|
|
7125
|
+
cancel: t.LiteralC<"cancel">;
|
|
6767
7126
|
delegate: t.LiteralC<"delegate">;
|
|
6768
7127
|
undelegate: t.LiteralC<"undelegate">;
|
|
6769
7128
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -6852,6 +7211,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6852
7211
|
fanout: t.LiteralC<"fanout">;
|
|
6853
7212
|
stake: t.LiteralC<"stake">;
|
|
6854
7213
|
unstake: t.LiteralC<"unstake">;
|
|
7214
|
+
cancel: t.LiteralC<"cancel">;
|
|
6855
7215
|
delegate: t.LiteralC<"delegate">;
|
|
6856
7216
|
undelegate: t.LiteralC<"undelegate">;
|
|
6857
7217
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7019,6 +7379,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7019
7379
|
fanout: t.LiteralC<"fanout">;
|
|
7020
7380
|
stake: t.LiteralC<"stake">;
|
|
7021
7381
|
unstake: t.LiteralC<"unstake">;
|
|
7382
|
+
cancel: t.LiteralC<"cancel">;
|
|
7022
7383
|
delegate: t.LiteralC<"delegate">;
|
|
7023
7384
|
undelegate: t.LiteralC<"undelegate">;
|
|
7024
7385
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7107,6 +7468,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7107
7468
|
fanout: t.LiteralC<"fanout">;
|
|
7108
7469
|
stake: t.LiteralC<"stake">;
|
|
7109
7470
|
unstake: t.LiteralC<"unstake">;
|
|
7471
|
+
cancel: t.LiteralC<"cancel">;
|
|
7110
7472
|
delegate: t.LiteralC<"delegate">;
|
|
7111
7473
|
undelegate: t.LiteralC<"undelegate">;
|
|
7112
7474
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7212,6 +7574,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7212
7574
|
fanout: t.LiteralC<"fanout">;
|
|
7213
7575
|
stake: t.LiteralC<"stake">;
|
|
7214
7576
|
unstake: t.LiteralC<"unstake">;
|
|
7577
|
+
cancel: t.LiteralC<"cancel">;
|
|
7215
7578
|
delegate: t.LiteralC<"delegate">;
|
|
7216
7579
|
undelegate: t.LiteralC<"undelegate">;
|
|
7217
7580
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7302,6 +7665,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7302
7665
|
fanout: t.LiteralC<"fanout">;
|
|
7303
7666
|
stake: t.LiteralC<"stake">;
|
|
7304
7667
|
unstake: t.LiteralC<"unstake">;
|
|
7668
|
+
cancel: t.LiteralC<"cancel">;
|
|
7305
7669
|
delegate: t.LiteralC<"delegate">;
|
|
7306
7670
|
undelegate: t.LiteralC<"undelegate">;
|
|
7307
7671
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7396,6 +7760,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7396
7760
|
fanout: t.LiteralC<"fanout">;
|
|
7397
7761
|
stake: t.LiteralC<"stake">;
|
|
7398
7762
|
unstake: t.LiteralC<"unstake">;
|
|
7763
|
+
cancel: t.LiteralC<"cancel">;
|
|
7399
7764
|
delegate: t.LiteralC<"delegate">;
|
|
7400
7765
|
undelegate: t.LiteralC<"undelegate">;
|
|
7401
7766
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7490,6 +7855,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7490
7855
|
fanout: t.LiteralC<"fanout">;
|
|
7491
7856
|
stake: t.LiteralC<"stake">;
|
|
7492
7857
|
unstake: t.LiteralC<"unstake">;
|
|
7858
|
+
cancel: t.LiteralC<"cancel">;
|
|
7493
7859
|
delegate: t.LiteralC<"delegate">;
|
|
7494
7860
|
undelegate: t.LiteralC<"undelegate">;
|
|
7495
7861
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7581,6 +7947,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7581
7947
|
fanout: t.LiteralC<"fanout">;
|
|
7582
7948
|
stake: t.LiteralC<"stake">;
|
|
7583
7949
|
unstake: t.LiteralC<"unstake">;
|
|
7950
|
+
cancel: t.LiteralC<"cancel">;
|
|
7584
7951
|
delegate: t.LiteralC<"delegate">;
|
|
7585
7952
|
undelegate: t.LiteralC<"undelegate">;
|
|
7586
7953
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7688,6 +8055,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7688
8055
|
fanout: t.LiteralC<"fanout">;
|
|
7689
8056
|
stake: t.LiteralC<"stake">;
|
|
7690
8057
|
unstake: t.LiteralC<"unstake">;
|
|
8058
|
+
cancel: t.LiteralC<"cancel">;
|
|
7691
8059
|
delegate: t.LiteralC<"delegate">;
|
|
7692
8060
|
undelegate: t.LiteralC<"undelegate">;
|
|
7693
8061
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7794,6 +8162,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7794
8162
|
fanout: t.LiteralC<"fanout">;
|
|
7795
8163
|
stake: t.LiteralC<"stake">;
|
|
7796
8164
|
unstake: t.LiteralC<"unstake">;
|
|
8165
|
+
cancel: t.LiteralC<"cancel">;
|
|
7797
8166
|
delegate: t.LiteralC<"delegate">;
|
|
7798
8167
|
undelegate: t.LiteralC<"undelegate">;
|
|
7799
8168
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -7900,6 +8269,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7900
8269
|
fanout: t.LiteralC<"fanout">;
|
|
7901
8270
|
stake: t.LiteralC<"stake">;
|
|
7902
8271
|
unstake: t.LiteralC<"unstake">;
|
|
8272
|
+
cancel: t.LiteralC<"cancel">;
|
|
7903
8273
|
delegate: t.LiteralC<"delegate">;
|
|
7904
8274
|
undelegate: t.LiteralC<"undelegate">;
|
|
7905
8275
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8014,6 +8384,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8014
8384
|
fanout: t.LiteralC<"fanout">;
|
|
8015
8385
|
stake: t.LiteralC<"stake">;
|
|
8016
8386
|
unstake: t.LiteralC<"unstake">;
|
|
8387
|
+
cancel: t.LiteralC<"cancel">;
|
|
8017
8388
|
delegate: t.LiteralC<"delegate">;
|
|
8018
8389
|
undelegate: t.LiteralC<"undelegate">;
|
|
8019
8390
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8150,6 +8521,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8150
8521
|
fanout: t.LiteralC<"fanout">;
|
|
8151
8522
|
stake: t.LiteralC<"stake">;
|
|
8152
8523
|
unstake: t.LiteralC<"unstake">;
|
|
8524
|
+
cancel: t.LiteralC<"cancel">;
|
|
8153
8525
|
delegate: t.LiteralC<"delegate">;
|
|
8154
8526
|
undelegate: t.LiteralC<"undelegate">;
|
|
8155
8527
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8258,6 +8630,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8258
8630
|
fanout: t.LiteralC<"fanout">;
|
|
8259
8631
|
stake: t.LiteralC<"stake">;
|
|
8260
8632
|
unstake: t.LiteralC<"unstake">;
|
|
8633
|
+
cancel: t.LiteralC<"cancel">;
|
|
8261
8634
|
delegate: t.LiteralC<"delegate">;
|
|
8262
8635
|
undelegate: t.LiteralC<"undelegate">;
|
|
8263
8636
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8383,6 +8756,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8383
8756
|
fanout: t.LiteralC<"fanout">;
|
|
8384
8757
|
stake: t.LiteralC<"stake">;
|
|
8385
8758
|
unstake: t.LiteralC<"unstake">;
|
|
8759
|
+
cancel: t.LiteralC<"cancel">;
|
|
8386
8760
|
delegate: t.LiteralC<"delegate">;
|
|
8387
8761
|
undelegate: t.LiteralC<"undelegate">;
|
|
8388
8762
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8489,6 +8863,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8489
8863
|
fanout: t.LiteralC<"fanout">;
|
|
8490
8864
|
stake: t.LiteralC<"stake">;
|
|
8491
8865
|
unstake: t.LiteralC<"unstake">;
|
|
8866
|
+
cancel: t.LiteralC<"cancel">;
|
|
8492
8867
|
delegate: t.LiteralC<"delegate">;
|
|
8493
8868
|
undelegate: t.LiteralC<"undelegate">;
|
|
8494
8869
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8613,6 +8988,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8613
8988
|
fanout: t.LiteralC<"fanout">;
|
|
8614
8989
|
stake: t.LiteralC<"stake">;
|
|
8615
8990
|
unstake: t.LiteralC<"unstake">;
|
|
8991
|
+
cancel: t.LiteralC<"cancel">;
|
|
8616
8992
|
delegate: t.LiteralC<"delegate">;
|
|
8617
8993
|
undelegate: t.LiteralC<"undelegate">;
|
|
8618
8994
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8735,6 +9111,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8735
9111
|
fanout: t.LiteralC<"fanout">;
|
|
8736
9112
|
stake: t.LiteralC<"stake">;
|
|
8737
9113
|
unstake: t.LiteralC<"unstake">;
|
|
9114
|
+
cancel: t.LiteralC<"cancel">;
|
|
8738
9115
|
delegate: t.LiteralC<"delegate">;
|
|
8739
9116
|
undelegate: t.LiteralC<"undelegate">;
|
|
8740
9117
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8832,6 +9209,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8832
9209
|
fanout: t.LiteralC<"fanout">;
|
|
8833
9210
|
stake: t.LiteralC<"stake">;
|
|
8834
9211
|
unstake: t.LiteralC<"unstake">;
|
|
9212
|
+
cancel: t.LiteralC<"cancel">;
|
|
8835
9213
|
delegate: t.LiteralC<"delegate">;
|
|
8836
9214
|
undelegate: t.LiteralC<"undelegate">;
|
|
8837
9215
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -8940,6 +9318,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8940
9318
|
fanout: t.LiteralC<"fanout">;
|
|
8941
9319
|
stake: t.LiteralC<"stake">;
|
|
8942
9320
|
unstake: t.LiteralC<"unstake">;
|
|
9321
|
+
cancel: t.LiteralC<"cancel">;
|
|
8943
9322
|
delegate: t.LiteralC<"delegate">;
|
|
8944
9323
|
undelegate: t.LiteralC<"undelegate">;
|
|
8945
9324
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9105,6 +9484,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9105
9484
|
fanout: t.LiteralC<"fanout">;
|
|
9106
9485
|
stake: t.LiteralC<"stake">;
|
|
9107
9486
|
unstake: t.LiteralC<"unstake">;
|
|
9487
|
+
cancel: t.LiteralC<"cancel">;
|
|
9108
9488
|
delegate: t.LiteralC<"delegate">;
|
|
9109
9489
|
undelegate: t.LiteralC<"undelegate">;
|
|
9110
9490
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9199,6 +9579,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9199
9579
|
fanout: t.LiteralC<"fanout">;
|
|
9200
9580
|
stake: t.LiteralC<"stake">;
|
|
9201
9581
|
unstake: t.LiteralC<"unstake">;
|
|
9582
|
+
cancel: t.LiteralC<"cancel">;
|
|
9202
9583
|
delegate: t.LiteralC<"delegate">;
|
|
9203
9584
|
undelegate: t.LiteralC<"undelegate">;
|
|
9204
9585
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9297,6 +9678,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9297
9678
|
fanout: t.LiteralC<"fanout">;
|
|
9298
9679
|
stake: t.LiteralC<"stake">;
|
|
9299
9680
|
unstake: t.LiteralC<"unstake">;
|
|
9681
|
+
cancel: t.LiteralC<"cancel">;
|
|
9300
9682
|
delegate: t.LiteralC<"delegate">;
|
|
9301
9683
|
undelegate: t.LiteralC<"undelegate">;
|
|
9302
9684
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9389,6 +9771,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9389
9771
|
fanout: t.LiteralC<"fanout">;
|
|
9390
9772
|
stake: t.LiteralC<"stake">;
|
|
9391
9773
|
unstake: t.LiteralC<"unstake">;
|
|
9774
|
+
cancel: t.LiteralC<"cancel">;
|
|
9392
9775
|
delegate: t.LiteralC<"delegate">;
|
|
9393
9776
|
undelegate: t.LiteralC<"undelegate">;
|
|
9394
9777
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9482,6 +9865,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9482
9865
|
fanout: t.LiteralC<"fanout">;
|
|
9483
9866
|
stake: t.LiteralC<"stake">;
|
|
9484
9867
|
unstake: t.LiteralC<"unstake">;
|
|
9868
|
+
cancel: t.LiteralC<"cancel">;
|
|
9485
9869
|
delegate: t.LiteralC<"delegate">;
|
|
9486
9870
|
undelegate: t.LiteralC<"undelegate">;
|
|
9487
9871
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9589,6 +9973,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9589
9973
|
fanout: t.LiteralC<"fanout">;
|
|
9590
9974
|
stake: t.LiteralC<"stake">;
|
|
9591
9975
|
unstake: t.LiteralC<"unstake">;
|
|
9976
|
+
cancel: t.LiteralC<"cancel">;
|
|
9592
9977
|
delegate: t.LiteralC<"delegate">;
|
|
9593
9978
|
undelegate: t.LiteralC<"undelegate">;
|
|
9594
9979
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9698,6 +10083,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9698
10083
|
fanout: t.LiteralC<"fanout">;
|
|
9699
10084
|
stake: t.LiteralC<"stake">;
|
|
9700
10085
|
unstake: t.LiteralC<"unstake">;
|
|
10086
|
+
cancel: t.LiteralC<"cancel">;
|
|
9701
10087
|
delegate: t.LiteralC<"delegate">;
|
|
9702
10088
|
undelegate: t.LiteralC<"undelegate">;
|
|
9703
10089
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9800,6 +10186,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9800
10186
|
fanout: t.LiteralC<"fanout">;
|
|
9801
10187
|
stake: t.LiteralC<"stake">;
|
|
9802
10188
|
unstake: t.LiteralC<"unstake">;
|
|
10189
|
+
cancel: t.LiteralC<"cancel">;
|
|
9803
10190
|
delegate: t.LiteralC<"delegate">;
|
|
9804
10191
|
undelegate: t.LiteralC<"undelegate">;
|
|
9805
10192
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -9939,6 +10326,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9939
10326
|
fanout: t.LiteralC<"fanout">;
|
|
9940
10327
|
stake: t.LiteralC<"stake">;
|
|
9941
10328
|
unstake: t.LiteralC<"unstake">;
|
|
10329
|
+
cancel: t.LiteralC<"cancel">;
|
|
9942
10330
|
delegate: t.LiteralC<"delegate">;
|
|
9943
10331
|
undelegate: t.LiteralC<"undelegate">;
|
|
9944
10332
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10108,6 +10496,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10108
10496
|
fanout: t.LiteralC<"fanout">;
|
|
10109
10497
|
stake: t.LiteralC<"stake">;
|
|
10110
10498
|
unstake: t.LiteralC<"unstake">;
|
|
10499
|
+
cancel: t.LiteralC<"cancel">;
|
|
10111
10500
|
delegate: t.LiteralC<"delegate">;
|
|
10112
10501
|
undelegate: t.LiteralC<"undelegate">;
|
|
10113
10502
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10291,6 +10680,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10291
10680
|
fanout: t.LiteralC<"fanout">;
|
|
10292
10681
|
stake: t.LiteralC<"stake">;
|
|
10293
10682
|
unstake: t.LiteralC<"unstake">;
|
|
10683
|
+
cancel: t.LiteralC<"cancel">;
|
|
10294
10684
|
delegate: t.LiteralC<"delegate">;
|
|
10295
10685
|
undelegate: t.LiteralC<"undelegate">;
|
|
10296
10686
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10379,6 +10769,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10379
10769
|
fanout: t.LiteralC<"fanout">;
|
|
10380
10770
|
stake: t.LiteralC<"stake">;
|
|
10381
10771
|
unstake: t.LiteralC<"unstake">;
|
|
10772
|
+
cancel: t.LiteralC<"cancel">;
|
|
10382
10773
|
delegate: t.LiteralC<"delegate">;
|
|
10383
10774
|
undelegate: t.LiteralC<"undelegate">;
|
|
10384
10775
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10462,6 +10853,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10462
10853
|
fanout: t.LiteralC<"fanout">;
|
|
10463
10854
|
stake: t.LiteralC<"stake">;
|
|
10464
10855
|
unstake: t.LiteralC<"unstake">;
|
|
10856
|
+
cancel: t.LiteralC<"cancel">;
|
|
10465
10857
|
delegate: t.LiteralC<"delegate">;
|
|
10466
10858
|
undelegate: t.LiteralC<"undelegate">;
|
|
10467
10859
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10553,6 +10945,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10553
10945
|
fanout: t.LiteralC<"fanout">;
|
|
10554
10946
|
stake: t.LiteralC<"stake">;
|
|
10555
10947
|
unstake: t.LiteralC<"unstake">;
|
|
10948
|
+
cancel: t.LiteralC<"cancel">;
|
|
10556
10949
|
delegate: t.LiteralC<"delegate">;
|
|
10557
10950
|
undelegate: t.LiteralC<"undelegate">;
|
|
10558
10951
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10654,6 +11047,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10654
11047
|
fanout: t.LiteralC<"fanout">;
|
|
10655
11048
|
stake: t.LiteralC<"stake">;
|
|
10656
11049
|
unstake: t.LiteralC<"unstake">;
|
|
11050
|
+
cancel: t.LiteralC<"cancel">;
|
|
10657
11051
|
delegate: t.LiteralC<"delegate">;
|
|
10658
11052
|
undelegate: t.LiteralC<"undelegate">;
|
|
10659
11053
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10739,6 +11133,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10739
11133
|
fanout: t.LiteralC<"fanout">;
|
|
10740
11134
|
stake: t.LiteralC<"stake">;
|
|
10741
11135
|
unstake: t.LiteralC<"unstake">;
|
|
11136
|
+
cancel: t.LiteralC<"cancel">;
|
|
10742
11137
|
delegate: t.LiteralC<"delegate">;
|
|
10743
11138
|
undelegate: t.LiteralC<"undelegate">;
|
|
10744
11139
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10827,6 +11222,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10827
11222
|
fanout: t.LiteralC<"fanout">;
|
|
10828
11223
|
stake: t.LiteralC<"stake">;
|
|
10829
11224
|
unstake: t.LiteralC<"unstake">;
|
|
11225
|
+
cancel: t.LiteralC<"cancel">;
|
|
10830
11226
|
delegate: t.LiteralC<"delegate">;
|
|
10831
11227
|
undelegate: t.LiteralC<"undelegate">;
|
|
10832
11228
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -10932,6 +11328,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10932
11328
|
fanout: t.LiteralC<"fanout">;
|
|
10933
11329
|
stake: t.LiteralC<"stake">;
|
|
10934
11330
|
unstake: t.LiteralC<"unstake">;
|
|
11331
|
+
cancel: t.LiteralC<"cancel">;
|
|
10935
11332
|
delegate: t.LiteralC<"delegate">;
|
|
10936
11333
|
undelegate: t.LiteralC<"undelegate">;
|
|
10937
11334
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11020,6 +11417,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11020
11417
|
fanout: t.LiteralC<"fanout">;
|
|
11021
11418
|
stake: t.LiteralC<"stake">;
|
|
11022
11419
|
unstake: t.LiteralC<"unstake">;
|
|
11420
|
+
cancel: t.LiteralC<"cancel">;
|
|
11023
11421
|
delegate: t.LiteralC<"delegate">;
|
|
11024
11422
|
undelegate: t.LiteralC<"undelegate">;
|
|
11025
11423
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11145,6 +11543,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11145
11543
|
fanout: t.LiteralC<"fanout">;
|
|
11146
11544
|
stake: t.LiteralC<"stake">;
|
|
11147
11545
|
unstake: t.LiteralC<"unstake">;
|
|
11546
|
+
cancel: t.LiteralC<"cancel">;
|
|
11148
11547
|
delegate: t.LiteralC<"delegate">;
|
|
11149
11548
|
undelegate: t.LiteralC<"undelegate">;
|
|
11150
11549
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11252,6 +11651,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11252
11651
|
fanout: t.LiteralC<"fanout">;
|
|
11253
11652
|
stake: t.LiteralC<"stake">;
|
|
11254
11653
|
unstake: t.LiteralC<"unstake">;
|
|
11654
|
+
cancel: t.LiteralC<"cancel">;
|
|
11255
11655
|
delegate: t.LiteralC<"delegate">;
|
|
11256
11656
|
undelegate: t.LiteralC<"undelegate">;
|
|
11257
11657
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11359,6 +11759,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11359
11759
|
fanout: t.LiteralC<"fanout">;
|
|
11360
11760
|
stake: t.LiteralC<"stake">;
|
|
11361
11761
|
unstake: t.LiteralC<"unstake">;
|
|
11762
|
+
cancel: t.LiteralC<"cancel">;
|
|
11362
11763
|
delegate: t.LiteralC<"delegate">;
|
|
11363
11764
|
undelegate: t.LiteralC<"undelegate">;
|
|
11364
11765
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11448,6 +11849,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11448
11849
|
fanout: t.LiteralC<"fanout">;
|
|
11449
11850
|
stake: t.LiteralC<"stake">;
|
|
11450
11851
|
unstake: t.LiteralC<"unstake">;
|
|
11852
|
+
cancel: t.LiteralC<"cancel">;
|
|
11451
11853
|
delegate: t.LiteralC<"delegate">;
|
|
11452
11854
|
undelegate: t.LiteralC<"undelegate">;
|
|
11453
11855
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11556,6 +11958,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11556
11958
|
fanout: t.LiteralC<"fanout">;
|
|
11557
11959
|
stake: t.LiteralC<"stake">;
|
|
11558
11960
|
unstake: t.LiteralC<"unstake">;
|
|
11961
|
+
cancel: t.LiteralC<"cancel">;
|
|
11559
11962
|
delegate: t.LiteralC<"delegate">;
|
|
11560
11963
|
undelegate: t.LiteralC<"undelegate">;
|
|
11561
11964
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11666,6 +12069,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11666
12069
|
fanout: t.LiteralC<"fanout">;
|
|
11667
12070
|
stake: t.LiteralC<"stake">;
|
|
11668
12071
|
unstake: t.LiteralC<"unstake">;
|
|
12072
|
+
cancel: t.LiteralC<"cancel">;
|
|
11669
12073
|
delegate: t.LiteralC<"delegate">;
|
|
11670
12074
|
undelegate: t.LiteralC<"undelegate">;
|
|
11671
12075
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11777,6 +12181,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11777
12181
|
fanout: t.LiteralC<"fanout">;
|
|
11778
12182
|
stake: t.LiteralC<"stake">;
|
|
11779
12183
|
unstake: t.LiteralC<"unstake">;
|
|
12184
|
+
cancel: t.LiteralC<"cancel">;
|
|
11780
12185
|
delegate: t.LiteralC<"delegate">;
|
|
11781
12186
|
undelegate: t.LiteralC<"undelegate">;
|
|
11782
12187
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11874,6 +12279,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11874
12279
|
fanout: t.LiteralC<"fanout">;
|
|
11875
12280
|
stake: t.LiteralC<"stake">;
|
|
11876
12281
|
unstake: t.LiteralC<"unstake">;
|
|
12282
|
+
cancel: t.LiteralC<"cancel">;
|
|
11877
12283
|
delegate: t.LiteralC<"delegate">;
|
|
11878
12284
|
undelegate: t.LiteralC<"undelegate">;
|
|
11879
12285
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -11982,6 +12388,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11982
12388
|
fanout: t.LiteralC<"fanout">;
|
|
11983
12389
|
stake: t.LiteralC<"stake">;
|
|
11984
12390
|
unstake: t.LiteralC<"unstake">;
|
|
12391
|
+
cancel: t.LiteralC<"cancel">;
|
|
11985
12392
|
delegate: t.LiteralC<"delegate">;
|
|
11986
12393
|
undelegate: t.LiteralC<"undelegate">;
|
|
11987
12394
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12129,6 +12536,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12129
12536
|
fanout: t.LiteralC<"fanout">;
|
|
12130
12537
|
stake: t.LiteralC<"stake">;
|
|
12131
12538
|
unstake: t.LiteralC<"unstake">;
|
|
12539
|
+
cancel: t.LiteralC<"cancel">;
|
|
12132
12540
|
delegate: t.LiteralC<"delegate">;
|
|
12133
12541
|
undelegate: t.LiteralC<"undelegate">;
|
|
12134
12542
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12224,6 +12632,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12224
12632
|
fanout: t.LiteralC<"fanout">;
|
|
12225
12633
|
stake: t.LiteralC<"stake">;
|
|
12226
12634
|
unstake: t.LiteralC<"unstake">;
|
|
12635
|
+
cancel: t.LiteralC<"cancel">;
|
|
12227
12636
|
delegate: t.LiteralC<"delegate">;
|
|
12228
12637
|
undelegate: t.LiteralC<"undelegate">;
|
|
12229
12638
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12316,6 +12725,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12316
12725
|
fanout: t.LiteralC<"fanout">;
|
|
12317
12726
|
stake: t.LiteralC<"stake">;
|
|
12318
12727
|
unstake: t.LiteralC<"unstake">;
|
|
12728
|
+
cancel: t.LiteralC<"cancel">;
|
|
12319
12729
|
delegate: t.LiteralC<"delegate">;
|
|
12320
12730
|
undelegate: t.LiteralC<"undelegate">;
|
|
12321
12731
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12403,6 +12813,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12403
12813
|
fanout: t.LiteralC<"fanout">;
|
|
12404
12814
|
stake: t.LiteralC<"stake">;
|
|
12405
12815
|
unstake: t.LiteralC<"unstake">;
|
|
12816
|
+
cancel: t.LiteralC<"cancel">;
|
|
12406
12817
|
delegate: t.LiteralC<"delegate">;
|
|
12407
12818
|
undelegate: t.LiteralC<"undelegate">;
|
|
12408
12819
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12510,6 +12921,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12510
12921
|
fanout: t.LiteralC<"fanout">;
|
|
12511
12922
|
stake: t.LiteralC<"stake">;
|
|
12512
12923
|
unstake: t.LiteralC<"unstake">;
|
|
12924
|
+
cancel: t.LiteralC<"cancel">;
|
|
12513
12925
|
delegate: t.LiteralC<"delegate">;
|
|
12514
12926
|
undelegate: t.LiteralC<"undelegate">;
|
|
12515
12927
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12603,6 +13015,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12603
13015
|
fanout: t.LiteralC<"fanout">;
|
|
12604
13016
|
stake: t.LiteralC<"stake">;
|
|
12605
13017
|
unstake: t.LiteralC<"unstake">;
|
|
13018
|
+
cancel: t.LiteralC<"cancel">;
|
|
12606
13019
|
delegate: t.LiteralC<"delegate">;
|
|
12607
13020
|
undelegate: t.LiteralC<"undelegate">;
|
|
12608
13021
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12695,6 +13108,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12695
13108
|
fanout: t.LiteralC<"fanout">;
|
|
12696
13109
|
stake: t.LiteralC<"stake">;
|
|
12697
13110
|
unstake: t.LiteralC<"unstake">;
|
|
13111
|
+
cancel: t.LiteralC<"cancel">;
|
|
12698
13112
|
delegate: t.LiteralC<"delegate">;
|
|
12699
13113
|
undelegate: t.LiteralC<"undelegate">;
|
|
12700
13114
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12788,6 +13202,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12788
13202
|
fanout: t.LiteralC<"fanout">;
|
|
12789
13203
|
stake: t.LiteralC<"stake">;
|
|
12790
13204
|
unstake: t.LiteralC<"unstake">;
|
|
13205
|
+
cancel: t.LiteralC<"cancel">;
|
|
12791
13206
|
delegate: t.LiteralC<"delegate">;
|
|
12792
13207
|
undelegate: t.LiteralC<"undelegate">;
|
|
12793
13208
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12880,6 +13295,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12880
13295
|
fanout: t.LiteralC<"fanout">;
|
|
12881
13296
|
stake: t.LiteralC<"stake">;
|
|
12882
13297
|
unstake: t.LiteralC<"unstake">;
|
|
13298
|
+
cancel: t.LiteralC<"cancel">;
|
|
12883
13299
|
delegate: t.LiteralC<"delegate">;
|
|
12884
13300
|
undelegate: t.LiteralC<"undelegate">;
|
|
12885
13301
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -12976,6 +13392,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12976
13392
|
fanout: t.LiteralC<"fanout">;
|
|
12977
13393
|
stake: t.LiteralC<"stake">;
|
|
12978
13394
|
unstake: t.LiteralC<"unstake">;
|
|
13395
|
+
cancel: t.LiteralC<"cancel">;
|
|
12979
13396
|
delegate: t.LiteralC<"delegate">;
|
|
12980
13397
|
undelegate: t.LiteralC<"undelegate">;
|
|
12981
13398
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13071,6 +13488,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13071
13488
|
fanout: t.LiteralC<"fanout">;
|
|
13072
13489
|
stake: t.LiteralC<"stake">;
|
|
13073
13490
|
unstake: t.LiteralC<"unstake">;
|
|
13491
|
+
cancel: t.LiteralC<"cancel">;
|
|
13074
13492
|
delegate: t.LiteralC<"delegate">;
|
|
13075
13493
|
undelegate: t.LiteralC<"undelegate">;
|
|
13076
13494
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13168,6 +13586,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13168
13586
|
fanout: t.LiteralC<"fanout">;
|
|
13169
13587
|
stake: t.LiteralC<"stake">;
|
|
13170
13588
|
unstake: t.LiteralC<"unstake">;
|
|
13589
|
+
cancel: t.LiteralC<"cancel">;
|
|
13171
13590
|
delegate: t.LiteralC<"delegate">;
|
|
13172
13591
|
undelegate: t.LiteralC<"undelegate">;
|
|
13173
13592
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13265,6 +13684,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13265
13684
|
fanout: t.LiteralC<"fanout">;
|
|
13266
13685
|
stake: t.LiteralC<"stake">;
|
|
13267
13686
|
unstake: t.LiteralC<"unstake">;
|
|
13687
|
+
cancel: t.LiteralC<"cancel">;
|
|
13268
13688
|
delegate: t.LiteralC<"delegate">;
|
|
13269
13689
|
undelegate: t.LiteralC<"undelegate">;
|
|
13270
13690
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13362,6 +13782,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13362
13782
|
fanout: t.LiteralC<"fanout">;
|
|
13363
13783
|
stake: t.LiteralC<"stake">;
|
|
13364
13784
|
unstake: t.LiteralC<"unstake">;
|
|
13785
|
+
cancel: t.LiteralC<"cancel">;
|
|
13365
13786
|
delegate: t.LiteralC<"delegate">;
|
|
13366
13787
|
undelegate: t.LiteralC<"undelegate">;
|
|
13367
13788
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13458,6 +13879,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13458
13879
|
fanout: t.LiteralC<"fanout">;
|
|
13459
13880
|
stake: t.LiteralC<"stake">;
|
|
13460
13881
|
unstake: t.LiteralC<"unstake">;
|
|
13882
|
+
cancel: t.LiteralC<"cancel">;
|
|
13461
13883
|
delegate: t.LiteralC<"delegate">;
|
|
13462
13884
|
undelegate: t.LiteralC<"undelegate">;
|
|
13463
13885
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13558,6 +13980,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13558
13980
|
fanout: t.LiteralC<"fanout">;
|
|
13559
13981
|
stake: t.LiteralC<"stake">;
|
|
13560
13982
|
unstake: t.LiteralC<"unstake">;
|
|
13983
|
+
cancel: t.LiteralC<"cancel">;
|
|
13561
13984
|
delegate: t.LiteralC<"delegate">;
|
|
13562
13985
|
undelegate: t.LiteralC<"undelegate">;
|
|
13563
13986
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13653,6 +14076,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13653
14076
|
fanout: t.LiteralC<"fanout">;
|
|
13654
14077
|
stake: t.LiteralC<"stake">;
|
|
13655
14078
|
unstake: t.LiteralC<"unstake">;
|
|
14079
|
+
cancel: t.LiteralC<"cancel">;
|
|
13656
14080
|
delegate: t.LiteralC<"delegate">;
|
|
13657
14081
|
undelegate: t.LiteralC<"undelegate">;
|
|
13658
14082
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13750,6 +14174,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13750
14174
|
fanout: t.LiteralC<"fanout">;
|
|
13751
14175
|
stake: t.LiteralC<"stake">;
|
|
13752
14176
|
unstake: t.LiteralC<"unstake">;
|
|
14177
|
+
cancel: t.LiteralC<"cancel">;
|
|
13753
14178
|
delegate: t.LiteralC<"delegate">;
|
|
13754
14179
|
undelegate: t.LiteralC<"undelegate">;
|
|
13755
14180
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13843,6 +14268,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13843
14268
|
fanout: t.LiteralC<"fanout">;
|
|
13844
14269
|
stake: t.LiteralC<"stake">;
|
|
13845
14270
|
unstake: t.LiteralC<"unstake">;
|
|
14271
|
+
cancel: t.LiteralC<"cancel">;
|
|
13846
14272
|
delegate: t.LiteralC<"delegate">;
|
|
13847
14273
|
undelegate: t.LiteralC<"undelegate">;
|
|
13848
14274
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -13935,6 +14361,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13935
14361
|
fanout: t.LiteralC<"fanout">;
|
|
13936
14362
|
stake: t.LiteralC<"stake">;
|
|
13937
14363
|
unstake: t.LiteralC<"unstake">;
|
|
14364
|
+
cancel: t.LiteralC<"cancel">;
|
|
13938
14365
|
delegate: t.LiteralC<"delegate">;
|
|
13939
14366
|
undelegate: t.LiteralC<"undelegate">;
|
|
13940
14367
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14027,6 +14454,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
14027
14454
|
fanout: t.LiteralC<"fanout">;
|
|
14028
14455
|
stake: t.LiteralC<"stake">;
|
|
14029
14456
|
unstake: t.LiteralC<"unstake">;
|
|
14457
|
+
cancel: t.LiteralC<"cancel">;
|
|
14030
14458
|
delegate: t.LiteralC<"delegate">;
|
|
14031
14459
|
undelegate: t.LiteralC<"undelegate">;
|
|
14032
14460
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14124,6 +14552,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
14124
14552
|
fanout: t.LiteralC<"fanout">;
|
|
14125
14553
|
stake: t.LiteralC<"stake">;
|
|
14126
14554
|
unstake: t.LiteralC<"unstake">;
|
|
14555
|
+
cancel: t.LiteralC<"cancel">;
|
|
14127
14556
|
delegate: t.LiteralC<"delegate">;
|
|
14128
14557
|
undelegate: t.LiteralC<"undelegate">;
|
|
14129
14558
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14222,6 +14651,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
14222
14651
|
fanout: t.LiteralC<"fanout">;
|
|
14223
14652
|
stake: t.LiteralC<"stake">;
|
|
14224
14653
|
unstake: t.LiteralC<"unstake">;
|
|
14654
|
+
cancel: t.LiteralC<"cancel">;
|
|
14225
14655
|
delegate: t.LiteralC<"delegate">;
|
|
14226
14656
|
undelegate: t.LiteralC<"undelegate">;
|
|
14227
14657
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14318,6 +14748,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
14318
14748
|
fanout: t.LiteralC<"fanout">;
|
|
14319
14749
|
stake: t.LiteralC<"stake">;
|
|
14320
14750
|
unstake: t.LiteralC<"unstake">;
|
|
14751
|
+
cancel: t.LiteralC<"cancel">;
|
|
14321
14752
|
delegate: t.LiteralC<"delegate">;
|
|
14322
14753
|
undelegate: t.LiteralC<"undelegate">;
|
|
14323
14754
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14414,6 +14845,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
14414
14845
|
fanout: t.LiteralC<"fanout">;
|
|
14415
14846
|
stake: t.LiteralC<"stake">;
|
|
14416
14847
|
unstake: t.LiteralC<"unstake">;
|
|
14848
|
+
cancel: t.LiteralC<"cancel">;
|
|
14417
14849
|
delegate: t.LiteralC<"delegate">;
|
|
14418
14850
|
undelegate: t.LiteralC<"undelegate">;
|
|
14419
14851
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14505,6 +14937,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
14505
14937
|
fanout: t.LiteralC<"fanout">;
|
|
14506
14938
|
stake: t.LiteralC<"stake">;
|
|
14507
14939
|
unstake: t.LiteralC<"unstake">;
|
|
14940
|
+
cancel: t.LiteralC<"cancel">;
|
|
14508
14941
|
delegate: t.LiteralC<"delegate">;
|
|
14509
14942
|
undelegate: t.LiteralC<"undelegate">;
|
|
14510
14943
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14596,6 +15029,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
14596
15029
|
fanout: t.LiteralC<"fanout">;
|
|
14597
15030
|
stake: t.LiteralC<"stake">;
|
|
14598
15031
|
unstake: t.LiteralC<"unstake">;
|
|
15032
|
+
cancel: t.LiteralC<"cancel">;
|
|
14599
15033
|
delegate: t.LiteralC<"delegate">;
|
|
14600
15034
|
undelegate: t.LiteralC<"undelegate">;
|
|
14601
15035
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14681,6 +15115,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
14681
15115
|
fanout: t.LiteralC<"fanout">;
|
|
14682
15116
|
stake: t.LiteralC<"stake">;
|
|
14683
15117
|
unstake: t.LiteralC<"unstake">;
|
|
15118
|
+
cancel: t.LiteralC<"cancel">;
|
|
14684
15119
|
delegate: t.LiteralC<"delegate">;
|
|
14685
15120
|
undelegate: t.LiteralC<"undelegate">;
|
|
14686
15121
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14770,6 +15205,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
14770
15205
|
fanout: t.LiteralC<"fanout">;
|
|
14771
15206
|
stake: t.LiteralC<"stake">;
|
|
14772
15207
|
unstake: t.LiteralC<"unstake">;
|
|
15208
|
+
cancel: t.LiteralC<"cancel">;
|
|
14773
15209
|
delegate: t.LiteralC<"delegate">;
|
|
14774
15210
|
undelegate: t.LiteralC<"undelegate">;
|
|
14775
15211
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14861,6 +15297,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
14861
15297
|
fanout: t.LiteralC<"fanout">;
|
|
14862
15298
|
stake: t.LiteralC<"stake">;
|
|
14863
15299
|
unstake: t.LiteralC<"unstake">;
|
|
15300
|
+
cancel: t.LiteralC<"cancel">;
|
|
14864
15301
|
delegate: t.LiteralC<"delegate">;
|
|
14865
15302
|
undelegate: t.LiteralC<"undelegate">;
|
|
14866
15303
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -14952,6 +15389,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
14952
15389
|
fanout: t.LiteralC<"fanout">;
|
|
14953
15390
|
stake: t.LiteralC<"stake">;
|
|
14954
15391
|
unstake: t.LiteralC<"unstake">;
|
|
15392
|
+
cancel: t.LiteralC<"cancel">;
|
|
14955
15393
|
delegate: t.LiteralC<"delegate">;
|
|
14956
15394
|
undelegate: t.LiteralC<"undelegate">;
|
|
14957
15395
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15049,6 +15487,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
15049
15487
|
fanout: t.LiteralC<"fanout">;
|
|
15050
15488
|
stake: t.LiteralC<"stake">;
|
|
15051
15489
|
unstake: t.LiteralC<"unstake">;
|
|
15490
|
+
cancel: t.LiteralC<"cancel">;
|
|
15052
15491
|
delegate: t.LiteralC<"delegate">;
|
|
15053
15492
|
undelegate: t.LiteralC<"undelegate">;
|
|
15054
15493
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15146,6 +15585,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
15146
15585
|
fanout: t.LiteralC<"fanout">;
|
|
15147
15586
|
stake: t.LiteralC<"stake">;
|
|
15148
15587
|
unstake: t.LiteralC<"unstake">;
|
|
15588
|
+
cancel: t.LiteralC<"cancel">;
|
|
15149
15589
|
delegate: t.LiteralC<"delegate">;
|
|
15150
15590
|
undelegate: t.LiteralC<"undelegate">;
|
|
15151
15591
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15237,6 +15677,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
15237
15677
|
fanout: t.LiteralC<"fanout">;
|
|
15238
15678
|
stake: t.LiteralC<"stake">;
|
|
15239
15679
|
unstake: t.LiteralC<"unstake">;
|
|
15680
|
+
cancel: t.LiteralC<"cancel">;
|
|
15240
15681
|
delegate: t.LiteralC<"delegate">;
|
|
15241
15682
|
undelegate: t.LiteralC<"undelegate">;
|
|
15242
15683
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15324,6 +15765,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
15324
15765
|
fanout: t.LiteralC<"fanout">;
|
|
15325
15766
|
stake: t.LiteralC<"stake">;
|
|
15326
15767
|
unstake: t.LiteralC<"unstake">;
|
|
15768
|
+
cancel: t.LiteralC<"cancel">;
|
|
15327
15769
|
delegate: t.LiteralC<"delegate">;
|
|
15328
15770
|
undelegate: t.LiteralC<"undelegate">;
|
|
15329
15771
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15431,6 +15873,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
15431
15873
|
fanout: t.LiteralC<"fanout">;
|
|
15432
15874
|
stake: t.LiteralC<"stake">;
|
|
15433
15875
|
unstake: t.LiteralC<"unstake">;
|
|
15876
|
+
cancel: t.LiteralC<"cancel">;
|
|
15434
15877
|
delegate: t.LiteralC<"delegate">;
|
|
15435
15878
|
undelegate: t.LiteralC<"undelegate">;
|
|
15436
15879
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15548,6 +15991,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
15548
15991
|
fanout: t.LiteralC<"fanout">;
|
|
15549
15992
|
stake: t.LiteralC<"stake">;
|
|
15550
15993
|
unstake: t.LiteralC<"unstake">;
|
|
15994
|
+
cancel: t.LiteralC<"cancel">;
|
|
15551
15995
|
delegate: t.LiteralC<"delegate">;
|
|
15552
15996
|
undelegate: t.LiteralC<"undelegate">;
|
|
15553
15997
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15675,6 +16119,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
15675
16119
|
fanout: t.LiteralC<"fanout">;
|
|
15676
16120
|
stake: t.LiteralC<"stake">;
|
|
15677
16121
|
unstake: t.LiteralC<"unstake">;
|
|
16122
|
+
cancel: t.LiteralC<"cancel">;
|
|
15678
16123
|
delegate: t.LiteralC<"delegate">;
|
|
15679
16124
|
undelegate: t.LiteralC<"undelegate">;
|
|
15680
16125
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15774,6 +16219,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
15774
16219
|
fanout: t.LiteralC<"fanout">;
|
|
15775
16220
|
stake: t.LiteralC<"stake">;
|
|
15776
16221
|
unstake: t.LiteralC<"unstake">;
|
|
16222
|
+
cancel: t.LiteralC<"cancel">;
|
|
15777
16223
|
delegate: t.LiteralC<"delegate">;
|
|
15778
16224
|
undelegate: t.LiteralC<"undelegate">;
|
|
15779
16225
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15883,6 +16329,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
15883
16329
|
fanout: t.LiteralC<"fanout">;
|
|
15884
16330
|
stake: t.LiteralC<"stake">;
|
|
15885
16331
|
unstake: t.LiteralC<"unstake">;
|
|
16332
|
+
cancel: t.LiteralC<"cancel">;
|
|
15886
16333
|
delegate: t.LiteralC<"delegate">;
|
|
15887
16334
|
undelegate: t.LiteralC<"undelegate">;
|
|
15888
16335
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -15974,6 +16421,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
15974
16421
|
fanout: t.LiteralC<"fanout">;
|
|
15975
16422
|
stake: t.LiteralC<"stake">;
|
|
15976
16423
|
unstake: t.LiteralC<"unstake">;
|
|
16424
|
+
cancel: t.LiteralC<"cancel">;
|
|
15977
16425
|
delegate: t.LiteralC<"delegate">;
|
|
15978
16426
|
undelegate: t.LiteralC<"undelegate">;
|
|
15979
16427
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -16071,6 +16519,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
16071
16519
|
fanout: t.LiteralC<"fanout">;
|
|
16072
16520
|
stake: t.LiteralC<"stake">;
|
|
16073
16521
|
unstake: t.LiteralC<"unstake">;
|
|
16522
|
+
cancel: t.LiteralC<"cancel">;
|
|
16074
16523
|
delegate: t.LiteralC<"delegate">;
|
|
16075
16524
|
undelegate: t.LiteralC<"undelegate">;
|
|
16076
16525
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -16162,6 +16611,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
16162
16611
|
fanout: t.LiteralC<"fanout">;
|
|
16163
16612
|
stake: t.LiteralC<"stake">;
|
|
16164
16613
|
unstake: t.LiteralC<"unstake">;
|
|
16614
|
+
cancel: t.LiteralC<"cancel">;
|
|
16165
16615
|
delegate: t.LiteralC<"delegate">;
|
|
16166
16616
|
undelegate: t.LiteralC<"undelegate">;
|
|
16167
16617
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -16259,6 +16709,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
16259
16709
|
fanout: t.LiteralC<"fanout">;
|
|
16260
16710
|
stake: t.LiteralC<"stake">;
|
|
16261
16711
|
unstake: t.LiteralC<"unstake">;
|
|
16712
|
+
cancel: t.LiteralC<"cancel">;
|
|
16262
16713
|
delegate: t.LiteralC<"delegate">;
|
|
16263
16714
|
undelegate: t.LiteralC<"undelegate">;
|
|
16264
16715
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -16792,6 +17243,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16792
17243
|
fanout: t.LiteralC<"fanout">;
|
|
16793
17244
|
stake: t.LiteralC<"stake">;
|
|
16794
17245
|
unstake: t.LiteralC<"unstake">;
|
|
17246
|
+
cancel: t.LiteralC<"cancel">;
|
|
16795
17247
|
delegate: t.LiteralC<"delegate">;
|
|
16796
17248
|
undelegate: t.LiteralC<"undelegate">;
|
|
16797
17249
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -16901,6 +17353,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16901
17353
|
fanout: t.LiteralC<"fanout">;
|
|
16902
17354
|
stake: t.LiteralC<"stake">;
|
|
16903
17355
|
unstake: t.LiteralC<"unstake">;
|
|
17356
|
+
cancel: t.LiteralC<"cancel">;
|
|
16904
17357
|
delegate: t.LiteralC<"delegate">;
|
|
16905
17358
|
undelegate: t.LiteralC<"undelegate">;
|
|
16906
17359
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -16995,6 +17448,107 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16995
17448
|
fanout: t.LiteralC<"fanout">;
|
|
16996
17449
|
stake: t.LiteralC<"stake">;
|
|
16997
17450
|
unstake: t.LiteralC<"unstake">;
|
|
17451
|
+
cancel: t.LiteralC<"cancel">;
|
|
17452
|
+
delegate: t.LiteralC<"delegate">;
|
|
17453
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
17454
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
17455
|
+
claim: t.LiteralC<"claim">;
|
|
17456
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
17457
|
+
pledge: t.LiteralC<"pledge">;
|
|
17458
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
17459
|
+
vote: t.LiteralC<"vote">;
|
|
17460
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
17461
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
17462
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
17463
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
17464
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
17465
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
17466
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
17467
|
+
authorize: t.LiteralC<"authorize">;
|
|
17468
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
17469
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
17470
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
17471
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
17472
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
17473
|
+
customTx: t.LiteralC<"customTx">;
|
|
17474
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
17475
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
17476
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
17477
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
17478
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
17479
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
17480
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
17481
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
17482
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
17483
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
17484
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
17485
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
17486
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
17487
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
17488
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
17489
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
17490
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
17491
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
17492
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
17493
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
17494
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
17495
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
17496
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
17497
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17498
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17499
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17500
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17501
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17502
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17503
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17504
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17505
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17506
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17507
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17508
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
17509
|
+
"defi-withdraw": t.LiteralC<"defi-withdraw">;
|
|
17510
|
+
"wrap-native": t.LiteralC<"wrap-native">;
|
|
17511
|
+
"unwrap-native": t.LiteralC<"unwrap-native">;
|
|
17512
|
+
wrapApprove: t.LiteralC<"wrapApprove">;
|
|
17513
|
+
wrap: t.LiteralC<"wrap">;
|
|
17514
|
+
unwrap: t.LiteralC<"unwrap">;
|
|
17515
|
+
finalizeUnwrap: t.LiteralC<"finalizeUnwrap">;
|
|
17516
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
17517
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
17518
|
+
export: t.LiteralC<"export">;
|
|
17519
|
+
import: t.LiteralC<"import">;
|
|
17520
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
17521
|
+
}>;
|
|
17522
|
+
}>, t.PartialC<{
|
|
17523
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
17524
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
17525
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
17526
|
+
}>]>, t.TypeC<{
|
|
17527
|
+
stakingRequestId: t.StringC;
|
|
17528
|
+
}>, t.PartialC<{
|
|
17529
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
17530
|
+
}>]>, t.TypeC<{
|
|
17531
|
+
intentType: t.LiteralC<"stake">;
|
|
17532
|
+
}>]>, t.TypeC<{
|
|
17533
|
+
amount: t.TypeC<{
|
|
17534
|
+
value: t.StringC;
|
|
17535
|
+
symbol: t.StringC;
|
|
17536
|
+
}>;
|
|
17537
|
+
}>, t.TypeC<{
|
|
17538
|
+
stakingType: t.LiteralC<"REALFI_SUSDR">;
|
|
17539
|
+
destinationAddress: t.StringC;
|
|
17540
|
+
}>, t.PartialC<{
|
|
17541
|
+
slippageToleranceBps: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
|
17542
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
17543
|
+
intentType: t.KeyofC<{
|
|
17544
|
+
payment: t.LiteralC<"payment">;
|
|
17545
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
17546
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
17547
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
17548
|
+
fanout: t.LiteralC<"fanout">;
|
|
17549
|
+
stake: t.LiteralC<"stake">;
|
|
17550
|
+
unstake: t.LiteralC<"unstake">;
|
|
17551
|
+
cancel: t.LiteralC<"cancel">;
|
|
16998
17552
|
delegate: t.LiteralC<"delegate">;
|
|
16999
17553
|
undelegate: t.LiteralC<"undelegate">;
|
|
17000
17554
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -17086,6 +17640,106 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17086
17640
|
value: string;
|
|
17087
17641
|
symbol: string;
|
|
17088
17642
|
}, unknown>, t.UndefinedC]>;
|
|
17643
|
+
stakingType: t.UnionC<[t.Type<"REALFI_SUSDR" | "NATIVE", "REALFI_SUSDR" | "NATIVE", unknown>, t.UndefinedC]>;
|
|
17644
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
17645
|
+
intentType: t.KeyofC<{
|
|
17646
|
+
payment: t.LiteralC<"payment">;
|
|
17647
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
17648
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
17649
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
17650
|
+
fanout: t.LiteralC<"fanout">;
|
|
17651
|
+
stake: t.LiteralC<"stake">;
|
|
17652
|
+
unstake: t.LiteralC<"unstake">;
|
|
17653
|
+
cancel: t.LiteralC<"cancel">;
|
|
17654
|
+
delegate: t.LiteralC<"delegate">;
|
|
17655
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
17656
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
17657
|
+
claim: t.LiteralC<"claim">;
|
|
17658
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
17659
|
+
pledge: t.LiteralC<"pledge">;
|
|
17660
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
17661
|
+
vote: t.LiteralC<"vote">;
|
|
17662
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
17663
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
17664
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
17665
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
17666
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
17667
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
17668
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
17669
|
+
authorize: t.LiteralC<"authorize">;
|
|
17670
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
17671
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
17672
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
17673
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
17674
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
17675
|
+
customTx: t.LiteralC<"customTx">;
|
|
17676
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
17677
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
17678
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
17679
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
17680
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
17681
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
17682
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
17683
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
17684
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
17685
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
17686
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
17687
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
17688
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
17689
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
17690
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
17691
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
17692
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
17693
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
17694
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
17695
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
17696
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
17697
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
17698
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
17699
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17700
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17701
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17702
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17703
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17704
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17705
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17706
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17707
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17708
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17709
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17710
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
17711
|
+
"defi-withdraw": t.LiteralC<"defi-withdraw">;
|
|
17712
|
+
"wrap-native": t.LiteralC<"wrap-native">;
|
|
17713
|
+
"unwrap-native": t.LiteralC<"unwrap-native">;
|
|
17714
|
+
wrapApprove: t.LiteralC<"wrapApprove">;
|
|
17715
|
+
wrap: t.LiteralC<"wrap">;
|
|
17716
|
+
unwrap: t.LiteralC<"unwrap">;
|
|
17717
|
+
finalizeUnwrap: t.LiteralC<"finalizeUnwrap">;
|
|
17718
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
17719
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
17720
|
+
export: t.LiteralC<"export">;
|
|
17721
|
+
import: t.LiteralC<"import">;
|
|
17722
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
17723
|
+
}>;
|
|
17724
|
+
}>, t.PartialC<{
|
|
17725
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
17726
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
17727
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
17728
|
+
}>]>, t.TypeC<{
|
|
17729
|
+
stakingRequestId: t.StringC;
|
|
17730
|
+
}>, t.PartialC<{
|
|
17731
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
17732
|
+
}>]>, t.TypeC<{
|
|
17733
|
+
intentType: t.LiteralC<"unstake">;
|
|
17734
|
+
}>]>, t.TypeC<{
|
|
17735
|
+
amount: t.TypeC<{
|
|
17736
|
+
value: t.StringC;
|
|
17737
|
+
symbol: t.StringC;
|
|
17738
|
+
}>;
|
|
17739
|
+
}>, t.TypeC<{
|
|
17740
|
+
stakingType: t.LiteralC<"REALFI_SUSDR">;
|
|
17741
|
+
destinationAddress: t.StringC;
|
|
17742
|
+
unlockSlot: t.StringC;
|
|
17089
17743
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
17090
17744
|
intentType: t.KeyofC<{
|
|
17091
17745
|
payment: t.LiteralC<"payment">;
|
|
@@ -17095,6 +17749,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17095
17749
|
fanout: t.LiteralC<"fanout">;
|
|
17096
17750
|
stake: t.LiteralC<"stake">;
|
|
17097
17751
|
unstake: t.LiteralC<"unstake">;
|
|
17752
|
+
cancel: t.LiteralC<"cancel">;
|
|
17098
17753
|
delegate: t.LiteralC<"delegate">;
|
|
17099
17754
|
undelegate: t.LiteralC<"undelegate">;
|
|
17100
17755
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -17185,6 +17840,101 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17185
17840
|
value: string;
|
|
17186
17841
|
symbol: string;
|
|
17187
17842
|
}, unknown>, t.UndefinedC]>;
|
|
17843
|
+
stakingType: t.UnionC<[t.Type<"REALFI_SUSDR" | "NATIVE", "REALFI_SUSDR" | "NATIVE", unknown>, t.UndefinedC]>;
|
|
17844
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
17845
|
+
intentType: t.KeyofC<{
|
|
17846
|
+
payment: t.LiteralC<"payment">;
|
|
17847
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
17848
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
17849
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
17850
|
+
fanout: t.LiteralC<"fanout">;
|
|
17851
|
+
stake: t.LiteralC<"stake">;
|
|
17852
|
+
unstake: t.LiteralC<"unstake">;
|
|
17853
|
+
cancel: t.LiteralC<"cancel">;
|
|
17854
|
+
delegate: t.LiteralC<"delegate">;
|
|
17855
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
17856
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
17857
|
+
claim: t.LiteralC<"claim">;
|
|
17858
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
17859
|
+
pledge: t.LiteralC<"pledge">;
|
|
17860
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
17861
|
+
vote: t.LiteralC<"vote">;
|
|
17862
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
17863
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
17864
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
17865
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
17866
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
17867
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
17868
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
17869
|
+
authorize: t.LiteralC<"authorize">;
|
|
17870
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
17871
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
17872
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
17873
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
17874
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
17875
|
+
customTx: t.LiteralC<"customTx">;
|
|
17876
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
17877
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
17878
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
17879
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
17880
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
17881
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
17882
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
17883
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
17884
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
17885
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
17886
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
17887
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
17888
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
17889
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
17890
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
17891
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
17892
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
17893
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
17894
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
17895
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
17896
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
17897
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
17898
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
17899
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17900
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17901
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17902
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17903
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17904
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17905
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17906
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17907
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17908
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17909
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17910
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
17911
|
+
"defi-withdraw": t.LiteralC<"defi-withdraw">;
|
|
17912
|
+
"wrap-native": t.LiteralC<"wrap-native">;
|
|
17913
|
+
"unwrap-native": t.LiteralC<"unwrap-native">;
|
|
17914
|
+
wrapApprove: t.LiteralC<"wrapApprove">;
|
|
17915
|
+
wrap: t.LiteralC<"wrap">;
|
|
17916
|
+
unwrap: t.LiteralC<"unwrap">;
|
|
17917
|
+
finalizeUnwrap: t.LiteralC<"finalizeUnwrap">;
|
|
17918
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
17919
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
17920
|
+
export: t.LiteralC<"export">;
|
|
17921
|
+
import: t.LiteralC<"import">;
|
|
17922
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
17923
|
+
}>;
|
|
17924
|
+
}>, t.PartialC<{
|
|
17925
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
17926
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
17927
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
17928
|
+
}>]>, t.TypeC<{
|
|
17929
|
+
stakingRequestId: t.StringC;
|
|
17930
|
+
}>, t.PartialC<{
|
|
17931
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
17932
|
+
}>]>, t.TypeC<{
|
|
17933
|
+
intentType: t.LiteralC<"cancel">;
|
|
17934
|
+
stakingType: t.LiteralC<"REALFI_SUSDR">;
|
|
17935
|
+
orderTxHash: t.StringC;
|
|
17936
|
+
orderOutputIndex: t.NumberC;
|
|
17937
|
+
destinationAddress: t.StringC;
|
|
17188
17938
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
17189
17939
|
intentType: t.KeyofC<{
|
|
17190
17940
|
payment: t.LiteralC<"payment">;
|
|
@@ -17194,6 +17944,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17194
17944
|
fanout: t.LiteralC<"fanout">;
|
|
17195
17945
|
stake: t.LiteralC<"stake">;
|
|
17196
17946
|
unstake: t.LiteralC<"unstake">;
|
|
17947
|
+
cancel: t.LiteralC<"cancel">;
|
|
17197
17948
|
delegate: t.LiteralC<"delegate">;
|
|
17198
17949
|
undelegate: t.LiteralC<"undelegate">;
|
|
17199
17950
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -17285,6 +18036,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17285
18036
|
fanout: t.LiteralC<"fanout">;
|
|
17286
18037
|
stake: t.LiteralC<"stake">;
|
|
17287
18038
|
unstake: t.LiteralC<"unstake">;
|
|
18039
|
+
cancel: t.LiteralC<"cancel">;
|
|
17288
18040
|
delegate: t.LiteralC<"delegate">;
|
|
17289
18041
|
undelegate: t.LiteralC<"undelegate">;
|
|
17290
18042
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -17387,6 +18139,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17387
18139
|
fanout: t.LiteralC<"fanout">;
|
|
17388
18140
|
stake: t.LiteralC<"stake">;
|
|
17389
18141
|
unstake: t.LiteralC<"unstake">;
|
|
18142
|
+
cancel: t.LiteralC<"cancel">;
|
|
17390
18143
|
delegate: t.LiteralC<"delegate">;
|
|
17391
18144
|
undelegate: t.LiteralC<"undelegate">;
|
|
17392
18145
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -17494,6 +18247,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17494
18247
|
fanout: t.LiteralC<"fanout">;
|
|
17495
18248
|
stake: t.LiteralC<"stake">;
|
|
17496
18249
|
unstake: t.LiteralC<"unstake">;
|
|
18250
|
+
cancel: t.LiteralC<"cancel">;
|
|
17497
18251
|
delegate: t.LiteralC<"delegate">;
|
|
17498
18252
|
undelegate: t.LiteralC<"undelegate">;
|
|
17499
18253
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -17618,6 +18372,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17618
18372
|
fanout: t.LiteralC<"fanout">;
|
|
17619
18373
|
stake: t.LiteralC<"stake">;
|
|
17620
18374
|
unstake: t.LiteralC<"unstake">;
|
|
18375
|
+
cancel: t.LiteralC<"cancel">;
|
|
17621
18376
|
delegate: t.LiteralC<"delegate">;
|
|
17622
18377
|
undelegate: t.LiteralC<"undelegate">;
|
|
17623
18378
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -17742,6 +18497,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17742
18497
|
fanout: t.LiteralC<"fanout">;
|
|
17743
18498
|
stake: t.LiteralC<"stake">;
|
|
17744
18499
|
unstake: t.LiteralC<"unstake">;
|
|
18500
|
+
cancel: t.LiteralC<"cancel">;
|
|
17745
18501
|
delegate: t.LiteralC<"delegate">;
|
|
17746
18502
|
undelegate: t.LiteralC<"undelegate">;
|
|
17747
18503
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -17832,6 +18588,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17832
18588
|
fanout: t.LiteralC<"fanout">;
|
|
17833
18589
|
stake: t.LiteralC<"stake">;
|
|
17834
18590
|
unstake: t.LiteralC<"unstake">;
|
|
18591
|
+
cancel: t.LiteralC<"cancel">;
|
|
17835
18592
|
delegate: t.LiteralC<"delegate">;
|
|
17836
18593
|
undelegate: t.LiteralC<"undelegate">;
|
|
17837
18594
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -17922,6 +18679,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17922
18679
|
fanout: t.LiteralC<"fanout">;
|
|
17923
18680
|
stake: t.LiteralC<"stake">;
|
|
17924
18681
|
unstake: t.LiteralC<"unstake">;
|
|
18682
|
+
cancel: t.LiteralC<"cancel">;
|
|
17925
18683
|
delegate: t.LiteralC<"delegate">;
|
|
17926
18684
|
undelegate: t.LiteralC<"undelegate">;
|
|
17927
18685
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -18020,6 +18778,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18020
18778
|
fanout: t.LiteralC<"fanout">;
|
|
18021
18779
|
stake: t.LiteralC<"stake">;
|
|
18022
18780
|
unstake: t.LiteralC<"unstake">;
|
|
18781
|
+
cancel: t.LiteralC<"cancel">;
|
|
18023
18782
|
delegate: t.LiteralC<"delegate">;
|
|
18024
18783
|
undelegate: t.LiteralC<"undelegate">;
|
|
18025
18784
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -18117,6 +18876,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18117
18876
|
fanout: t.LiteralC<"fanout">;
|
|
18118
18877
|
stake: t.LiteralC<"stake">;
|
|
18119
18878
|
unstake: t.LiteralC<"unstake">;
|
|
18879
|
+
cancel: t.LiteralC<"cancel">;
|
|
18120
18880
|
delegate: t.LiteralC<"delegate">;
|
|
18121
18881
|
undelegate: t.LiteralC<"undelegate">;
|
|
18122
18882
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -18217,6 +18977,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18217
18977
|
fanout: t.LiteralC<"fanout">;
|
|
18218
18978
|
stake: t.LiteralC<"stake">;
|
|
18219
18979
|
unstake: t.LiteralC<"unstake">;
|
|
18980
|
+
cancel: t.LiteralC<"cancel">;
|
|
18220
18981
|
delegate: t.LiteralC<"delegate">;
|
|
18221
18982
|
undelegate: t.LiteralC<"undelegate">;
|
|
18222
18983
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -18319,6 +19080,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18319
19080
|
fanout: t.LiteralC<"fanout">;
|
|
18320
19081
|
stake: t.LiteralC<"stake">;
|
|
18321
19082
|
unstake: t.LiteralC<"unstake">;
|
|
19083
|
+
cancel: t.LiteralC<"cancel">;
|
|
18322
19084
|
delegate: t.LiteralC<"delegate">;
|
|
18323
19085
|
undelegate: t.LiteralC<"undelegate">;
|
|
18324
19086
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -18407,6 +19169,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18407
19169
|
fanout: t.LiteralC<"fanout">;
|
|
18408
19170
|
stake: t.LiteralC<"stake">;
|
|
18409
19171
|
unstake: t.LiteralC<"unstake">;
|
|
19172
|
+
cancel: t.LiteralC<"cancel">;
|
|
18410
19173
|
delegate: t.LiteralC<"delegate">;
|
|
18411
19174
|
undelegate: t.LiteralC<"undelegate">;
|
|
18412
19175
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -18509,6 +19272,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18509
19272
|
fanout: t.LiteralC<"fanout">;
|
|
18510
19273
|
stake: t.LiteralC<"stake">;
|
|
18511
19274
|
unstake: t.LiteralC<"unstake">;
|
|
19275
|
+
cancel: t.LiteralC<"cancel">;
|
|
18512
19276
|
delegate: t.LiteralC<"delegate">;
|
|
18513
19277
|
undelegate: t.LiteralC<"undelegate">;
|
|
18514
19278
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -18610,6 +19374,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18610
19374
|
fanout: t.LiteralC<"fanout">;
|
|
18611
19375
|
stake: t.LiteralC<"stake">;
|
|
18612
19376
|
unstake: t.LiteralC<"unstake">;
|
|
19377
|
+
cancel: t.LiteralC<"cancel">;
|
|
18613
19378
|
delegate: t.LiteralC<"delegate">;
|
|
18614
19379
|
undelegate: t.LiteralC<"undelegate">;
|
|
18615
19380
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -18698,6 +19463,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18698
19463
|
fanout: t.LiteralC<"fanout">;
|
|
18699
19464
|
stake: t.LiteralC<"stake">;
|
|
18700
19465
|
unstake: t.LiteralC<"unstake">;
|
|
19466
|
+
cancel: t.LiteralC<"cancel">;
|
|
18701
19467
|
delegate: t.LiteralC<"delegate">;
|
|
18702
19468
|
undelegate: t.LiteralC<"undelegate">;
|
|
18703
19469
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -18788,6 +19554,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18788
19554
|
fanout: t.LiteralC<"fanout">;
|
|
18789
19555
|
stake: t.LiteralC<"stake">;
|
|
18790
19556
|
unstake: t.LiteralC<"unstake">;
|
|
19557
|
+
cancel: t.LiteralC<"cancel">;
|
|
18791
19558
|
delegate: t.LiteralC<"delegate">;
|
|
18792
19559
|
undelegate: t.LiteralC<"undelegate">;
|
|
18793
19560
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -18902,6 +19669,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18902
19669
|
fanout: t.LiteralC<"fanout">;
|
|
18903
19670
|
stake: t.LiteralC<"stake">;
|
|
18904
19671
|
unstake: t.LiteralC<"unstake">;
|
|
19672
|
+
cancel: t.LiteralC<"cancel">;
|
|
18905
19673
|
delegate: t.LiteralC<"delegate">;
|
|
18906
19674
|
undelegate: t.LiteralC<"undelegate">;
|
|
18907
19675
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -19013,6 +19781,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19013
19781
|
fanout: t.LiteralC<"fanout">;
|
|
19014
19782
|
stake: t.LiteralC<"stake">;
|
|
19015
19783
|
unstake: t.LiteralC<"unstake">;
|
|
19784
|
+
cancel: t.LiteralC<"cancel">;
|
|
19016
19785
|
delegate: t.LiteralC<"delegate">;
|
|
19017
19786
|
undelegate: t.LiteralC<"undelegate">;
|
|
19018
19787
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -19102,6 +19871,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19102
19871
|
fanout: t.LiteralC<"fanout">;
|
|
19103
19872
|
stake: t.LiteralC<"stake">;
|
|
19104
19873
|
unstake: t.LiteralC<"unstake">;
|
|
19874
|
+
cancel: t.LiteralC<"cancel">;
|
|
19105
19875
|
delegate: t.LiteralC<"delegate">;
|
|
19106
19876
|
undelegate: t.LiteralC<"undelegate">;
|
|
19107
19877
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -19195,6 +19965,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19195
19965
|
fanout: t.LiteralC<"fanout">;
|
|
19196
19966
|
stake: t.LiteralC<"stake">;
|
|
19197
19967
|
unstake: t.LiteralC<"unstake">;
|
|
19968
|
+
cancel: t.LiteralC<"cancel">;
|
|
19198
19969
|
delegate: t.LiteralC<"delegate">;
|
|
19199
19970
|
undelegate: t.LiteralC<"undelegate">;
|
|
19200
19971
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -19283,6 +20054,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19283
20054
|
fanout: t.LiteralC<"fanout">;
|
|
19284
20055
|
stake: t.LiteralC<"stake">;
|
|
19285
20056
|
unstake: t.LiteralC<"unstake">;
|
|
20057
|
+
cancel: t.LiteralC<"cancel">;
|
|
19286
20058
|
delegate: t.LiteralC<"delegate">;
|
|
19287
20059
|
undelegate: t.LiteralC<"undelegate">;
|
|
19288
20060
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -19372,6 +20144,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19372
20144
|
fanout: t.LiteralC<"fanout">;
|
|
19373
20145
|
stake: t.LiteralC<"stake">;
|
|
19374
20146
|
unstake: t.LiteralC<"unstake">;
|
|
20147
|
+
cancel: t.LiteralC<"cancel">;
|
|
19375
20148
|
delegate: t.LiteralC<"delegate">;
|
|
19376
20149
|
undelegate: t.LiteralC<"undelegate">;
|
|
19377
20150
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -19461,6 +20234,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19461
20234
|
fanout: t.LiteralC<"fanout">;
|
|
19462
20235
|
stake: t.LiteralC<"stake">;
|
|
19463
20236
|
unstake: t.LiteralC<"unstake">;
|
|
20237
|
+
cancel: t.LiteralC<"cancel">;
|
|
19464
20238
|
delegate: t.LiteralC<"delegate">;
|
|
19465
20239
|
undelegate: t.LiteralC<"undelegate">;
|
|
19466
20240
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -19549,6 +20323,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19549
20323
|
fanout: t.LiteralC<"fanout">;
|
|
19550
20324
|
stake: t.LiteralC<"stake">;
|
|
19551
20325
|
unstake: t.LiteralC<"unstake">;
|
|
20326
|
+
cancel: t.LiteralC<"cancel">;
|
|
19552
20327
|
delegate: t.LiteralC<"delegate">;
|
|
19553
20328
|
undelegate: t.LiteralC<"undelegate">;
|
|
19554
20329
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -19638,6 +20413,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19638
20413
|
fanout: t.LiteralC<"fanout">;
|
|
19639
20414
|
stake: t.LiteralC<"stake">;
|
|
19640
20415
|
unstake: t.LiteralC<"unstake">;
|
|
20416
|
+
cancel: t.LiteralC<"cancel">;
|
|
19641
20417
|
delegate: t.LiteralC<"delegate">;
|
|
19642
20418
|
undelegate: t.LiteralC<"undelegate">;
|
|
19643
20419
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -19731,6 +20507,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19731
20507
|
fanout: t.LiteralC<"fanout">;
|
|
19732
20508
|
stake: t.LiteralC<"stake">;
|
|
19733
20509
|
unstake: t.LiteralC<"unstake">;
|
|
20510
|
+
cancel: t.LiteralC<"cancel">;
|
|
19734
20511
|
delegate: t.LiteralC<"delegate">;
|
|
19735
20512
|
undelegate: t.LiteralC<"undelegate">;
|
|
19736
20513
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -19820,6 +20597,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19820
20597
|
fanout: t.LiteralC<"fanout">;
|
|
19821
20598
|
stake: t.LiteralC<"stake">;
|
|
19822
20599
|
unstake: t.LiteralC<"unstake">;
|
|
20600
|
+
cancel: t.LiteralC<"cancel">;
|
|
19823
20601
|
delegate: t.LiteralC<"delegate">;
|
|
19824
20602
|
undelegate: t.LiteralC<"undelegate">;
|
|
19825
20603
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -19909,6 +20687,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19909
20687
|
fanout: t.LiteralC<"fanout">;
|
|
19910
20688
|
stake: t.LiteralC<"stake">;
|
|
19911
20689
|
unstake: t.LiteralC<"unstake">;
|
|
20690
|
+
cancel: t.LiteralC<"cancel">;
|
|
19912
20691
|
delegate: t.LiteralC<"delegate">;
|
|
19913
20692
|
undelegate: t.LiteralC<"undelegate">;
|
|
19914
20693
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -20016,6 +20795,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20016
20795
|
fanout: t.LiteralC<"fanout">;
|
|
20017
20796
|
stake: t.LiteralC<"stake">;
|
|
20018
20797
|
unstake: t.LiteralC<"unstake">;
|
|
20798
|
+
cancel: t.LiteralC<"cancel">;
|
|
20019
20799
|
delegate: t.LiteralC<"delegate">;
|
|
20020
20800
|
undelegate: t.LiteralC<"undelegate">;
|
|
20021
20801
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -20106,6 +20886,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20106
20886
|
fanout: t.LiteralC<"fanout">;
|
|
20107
20887
|
stake: t.LiteralC<"stake">;
|
|
20108
20888
|
unstake: t.LiteralC<"unstake">;
|
|
20889
|
+
cancel: t.LiteralC<"cancel">;
|
|
20109
20890
|
delegate: t.LiteralC<"delegate">;
|
|
20110
20891
|
undelegate: t.LiteralC<"undelegate">;
|
|
20111
20892
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -20229,6 +21010,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20229
21010
|
fanout: t.LiteralC<"fanout">;
|
|
20230
21011
|
stake: t.LiteralC<"stake">;
|
|
20231
21012
|
unstake: t.LiteralC<"unstake">;
|
|
21013
|
+
cancel: t.LiteralC<"cancel">;
|
|
20232
21014
|
delegate: t.LiteralC<"delegate">;
|
|
20233
21015
|
undelegate: t.LiteralC<"undelegate">;
|
|
20234
21016
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -20325,6 +21107,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20325
21107
|
fanout: t.LiteralC<"fanout">;
|
|
20326
21108
|
stake: t.LiteralC<"stake">;
|
|
20327
21109
|
unstake: t.LiteralC<"unstake">;
|
|
21110
|
+
cancel: t.LiteralC<"cancel">;
|
|
20328
21111
|
delegate: t.LiteralC<"delegate">;
|
|
20329
21112
|
undelegate: t.LiteralC<"undelegate">;
|
|
20330
21113
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -20448,6 +21231,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20448
21231
|
fanout: t.LiteralC<"fanout">;
|
|
20449
21232
|
stake: t.LiteralC<"stake">;
|
|
20450
21233
|
unstake: t.LiteralC<"unstake">;
|
|
21234
|
+
cancel: t.LiteralC<"cancel">;
|
|
20451
21235
|
delegate: t.LiteralC<"delegate">;
|
|
20452
21236
|
undelegate: t.LiteralC<"undelegate">;
|
|
20453
21237
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -20535,6 +21319,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20535
21319
|
fanout: t.LiteralC<"fanout">;
|
|
20536
21320
|
stake: t.LiteralC<"stake">;
|
|
20537
21321
|
unstake: t.LiteralC<"unstake">;
|
|
21322
|
+
cancel: t.LiteralC<"cancel">;
|
|
20538
21323
|
delegate: t.LiteralC<"delegate">;
|
|
20539
21324
|
undelegate: t.LiteralC<"undelegate">;
|
|
20540
21325
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -20623,6 +21408,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20623
21408
|
fanout: t.LiteralC<"fanout">;
|
|
20624
21409
|
stake: t.LiteralC<"stake">;
|
|
20625
21410
|
unstake: t.LiteralC<"unstake">;
|
|
21411
|
+
cancel: t.LiteralC<"cancel">;
|
|
20626
21412
|
delegate: t.LiteralC<"delegate">;
|
|
20627
21413
|
undelegate: t.LiteralC<"undelegate">;
|
|
20628
21414
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -20710,6 +21496,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20710
21496
|
fanout: t.LiteralC<"fanout">;
|
|
20711
21497
|
stake: t.LiteralC<"stake">;
|
|
20712
21498
|
unstake: t.LiteralC<"unstake">;
|
|
21499
|
+
cancel: t.LiteralC<"cancel">;
|
|
20713
21500
|
delegate: t.LiteralC<"delegate">;
|
|
20714
21501
|
undelegate: t.LiteralC<"undelegate">;
|
|
20715
21502
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -20797,6 +21584,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20797
21584
|
fanout: t.LiteralC<"fanout">;
|
|
20798
21585
|
stake: t.LiteralC<"stake">;
|
|
20799
21586
|
unstake: t.LiteralC<"unstake">;
|
|
21587
|
+
cancel: t.LiteralC<"cancel">;
|
|
20800
21588
|
delegate: t.LiteralC<"delegate">;
|
|
20801
21589
|
undelegate: t.LiteralC<"undelegate">;
|
|
20802
21590
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -20884,6 +21672,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20884
21672
|
fanout: t.LiteralC<"fanout">;
|
|
20885
21673
|
stake: t.LiteralC<"stake">;
|
|
20886
21674
|
unstake: t.LiteralC<"unstake">;
|
|
21675
|
+
cancel: t.LiteralC<"cancel">;
|
|
20887
21676
|
delegate: t.LiteralC<"delegate">;
|
|
20888
21677
|
undelegate: t.LiteralC<"undelegate">;
|
|
20889
21678
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -20971,6 +21760,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20971
21760
|
fanout: t.LiteralC<"fanout">;
|
|
20972
21761
|
stake: t.LiteralC<"stake">;
|
|
20973
21762
|
unstake: t.LiteralC<"unstake">;
|
|
21763
|
+
cancel: t.LiteralC<"cancel">;
|
|
20974
21764
|
delegate: t.LiteralC<"delegate">;
|
|
20975
21765
|
undelegate: t.LiteralC<"undelegate">;
|
|
20976
21766
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -21119,6 +21909,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21119
21909
|
fanout: t.LiteralC<"fanout">;
|
|
21120
21910
|
stake: t.LiteralC<"stake">;
|
|
21121
21911
|
unstake: t.LiteralC<"unstake">;
|
|
21912
|
+
cancel: t.LiteralC<"cancel">;
|
|
21122
21913
|
delegate: t.LiteralC<"delegate">;
|
|
21123
21914
|
undelegate: t.LiteralC<"undelegate">;
|
|
21124
21915
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -21256,6 +22047,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21256
22047
|
fanout: t.LiteralC<"fanout">;
|
|
21257
22048
|
stake: t.LiteralC<"stake">;
|
|
21258
22049
|
unstake: t.LiteralC<"unstake">;
|
|
22050
|
+
cancel: t.LiteralC<"cancel">;
|
|
21259
22051
|
delegate: t.LiteralC<"delegate">;
|
|
21260
22052
|
undelegate: t.LiteralC<"undelegate">;
|
|
21261
22053
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -21385,6 +22177,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21385
22177
|
fanout: t.LiteralC<"fanout">;
|
|
21386
22178
|
stake: t.LiteralC<"stake">;
|
|
21387
22179
|
unstake: t.LiteralC<"unstake">;
|
|
22180
|
+
cancel: t.LiteralC<"cancel">;
|
|
21388
22181
|
delegate: t.LiteralC<"delegate">;
|
|
21389
22182
|
undelegate: t.LiteralC<"undelegate">;
|
|
21390
22183
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -21500,6 +22293,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21500
22293
|
fanout: t.LiteralC<"fanout">;
|
|
21501
22294
|
stake: t.LiteralC<"stake">;
|
|
21502
22295
|
unstake: t.LiteralC<"unstake">;
|
|
22296
|
+
cancel: t.LiteralC<"cancel">;
|
|
21503
22297
|
delegate: t.LiteralC<"delegate">;
|
|
21504
22298
|
undelegate: t.LiteralC<"undelegate">;
|
|
21505
22299
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -21614,6 +22408,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21614
22408
|
fanout: t.LiteralC<"fanout">;
|
|
21615
22409
|
stake: t.LiteralC<"stake">;
|
|
21616
22410
|
unstake: t.LiteralC<"unstake">;
|
|
22411
|
+
cancel: t.LiteralC<"cancel">;
|
|
21617
22412
|
delegate: t.LiteralC<"delegate">;
|
|
21618
22413
|
undelegate: t.LiteralC<"undelegate">;
|
|
21619
22414
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -21727,6 +22522,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21727
22522
|
fanout: t.LiteralC<"fanout">;
|
|
21728
22523
|
stake: t.LiteralC<"stake">;
|
|
21729
22524
|
unstake: t.LiteralC<"unstake">;
|
|
22525
|
+
cancel: t.LiteralC<"cancel">;
|
|
21730
22526
|
delegate: t.LiteralC<"delegate">;
|
|
21731
22527
|
undelegate: t.LiteralC<"undelegate">;
|
|
21732
22528
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -21816,6 +22612,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21816
22612
|
fanout: t.LiteralC<"fanout">;
|
|
21817
22613
|
stake: t.LiteralC<"stake">;
|
|
21818
22614
|
unstake: t.LiteralC<"unstake">;
|
|
22615
|
+
cancel: t.LiteralC<"cancel">;
|
|
21819
22616
|
delegate: t.LiteralC<"delegate">;
|
|
21820
22617
|
undelegate: t.LiteralC<"undelegate">;
|
|
21821
22618
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -22025,6 +22822,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22025
22822
|
fanout: t.LiteralC<"fanout">;
|
|
22026
22823
|
stake: t.LiteralC<"stake">;
|
|
22027
22824
|
unstake: t.LiteralC<"unstake">;
|
|
22825
|
+
cancel: t.LiteralC<"cancel">;
|
|
22028
22826
|
delegate: t.LiteralC<"delegate">;
|
|
22029
22827
|
undelegate: t.LiteralC<"undelegate">;
|
|
22030
22828
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -22175,6 +22973,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22175
22973
|
fanout: t.LiteralC<"fanout">;
|
|
22176
22974
|
stake: t.LiteralC<"stake">;
|
|
22177
22975
|
unstake: t.LiteralC<"unstake">;
|
|
22976
|
+
cancel: t.LiteralC<"cancel">;
|
|
22178
22977
|
delegate: t.LiteralC<"delegate">;
|
|
22179
22978
|
undelegate: t.LiteralC<"undelegate">;
|
|
22180
22979
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -22286,6 +23085,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22286
23085
|
fanout: t.LiteralC<"fanout">;
|
|
22287
23086
|
stake: t.LiteralC<"stake">;
|
|
22288
23087
|
unstake: t.LiteralC<"unstake">;
|
|
23088
|
+
cancel: t.LiteralC<"cancel">;
|
|
22289
23089
|
delegate: t.LiteralC<"delegate">;
|
|
22290
23090
|
undelegate: t.LiteralC<"undelegate">;
|
|
22291
23091
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -22373,6 +23173,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22373
23173
|
fanout: t.LiteralC<"fanout">;
|
|
22374
23174
|
stake: t.LiteralC<"stake">;
|
|
22375
23175
|
unstake: t.LiteralC<"unstake">;
|
|
23176
|
+
cancel: t.LiteralC<"cancel">;
|
|
22376
23177
|
delegate: t.LiteralC<"delegate">;
|
|
22377
23178
|
undelegate: t.LiteralC<"undelegate">;
|
|
22378
23179
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -22515,6 +23316,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22515
23316
|
fanout: t.LiteralC<"fanout">;
|
|
22516
23317
|
stake: t.LiteralC<"stake">;
|
|
22517
23318
|
unstake: t.LiteralC<"unstake">;
|
|
23319
|
+
cancel: t.LiteralC<"cancel">;
|
|
22518
23320
|
delegate: t.LiteralC<"delegate">;
|
|
22519
23321
|
undelegate: t.LiteralC<"undelegate">;
|
|
22520
23322
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -22644,6 +23446,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22644
23446
|
fanout: t.LiteralC<"fanout">;
|
|
22645
23447
|
stake: t.LiteralC<"stake">;
|
|
22646
23448
|
unstake: t.LiteralC<"unstake">;
|
|
23449
|
+
cancel: t.LiteralC<"cancel">;
|
|
22647
23450
|
delegate: t.LiteralC<"delegate">;
|
|
22648
23451
|
undelegate: t.LiteralC<"undelegate">;
|
|
22649
23452
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -22793,6 +23596,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22793
23596
|
fanout: t.LiteralC<"fanout">;
|
|
22794
23597
|
stake: t.LiteralC<"stake">;
|
|
22795
23598
|
unstake: t.LiteralC<"unstake">;
|
|
23599
|
+
cancel: t.LiteralC<"cancel">;
|
|
22796
23600
|
delegate: t.LiteralC<"delegate">;
|
|
22797
23601
|
undelegate: t.LiteralC<"undelegate">;
|
|
22798
23602
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -22887,6 +23691,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22887
23691
|
fanout: t.LiteralC<"fanout">;
|
|
22888
23692
|
stake: t.LiteralC<"stake">;
|
|
22889
23693
|
unstake: t.LiteralC<"unstake">;
|
|
23694
|
+
cancel: t.LiteralC<"cancel">;
|
|
22890
23695
|
delegate: t.LiteralC<"delegate">;
|
|
22891
23696
|
undelegate: t.LiteralC<"undelegate">;
|
|
22892
23697
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -22976,6 +23781,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22976
23781
|
fanout: t.LiteralC<"fanout">;
|
|
22977
23782
|
stake: t.LiteralC<"stake">;
|
|
22978
23783
|
unstake: t.LiteralC<"unstake">;
|
|
23784
|
+
cancel: t.LiteralC<"cancel">;
|
|
22979
23785
|
delegate: t.LiteralC<"delegate">;
|
|
22980
23786
|
undelegate: t.LiteralC<"undelegate">;
|
|
22981
23787
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -23077,6 +23883,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23077
23883
|
fanout: t.LiteralC<"fanout">;
|
|
23078
23884
|
stake: t.LiteralC<"stake">;
|
|
23079
23885
|
unstake: t.LiteralC<"unstake">;
|
|
23886
|
+
cancel: t.LiteralC<"cancel">;
|
|
23080
23887
|
delegate: t.LiteralC<"delegate">;
|
|
23081
23888
|
undelegate: t.LiteralC<"undelegate">;
|
|
23082
23889
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -23174,6 +23981,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23174
23981
|
fanout: t.LiteralC<"fanout">;
|
|
23175
23982
|
stake: t.LiteralC<"stake">;
|
|
23176
23983
|
unstake: t.LiteralC<"unstake">;
|
|
23984
|
+
cancel: t.LiteralC<"cancel">;
|
|
23177
23985
|
delegate: t.LiteralC<"delegate">;
|
|
23178
23986
|
undelegate: t.LiteralC<"undelegate">;
|
|
23179
23987
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -23286,6 +24094,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23286
24094
|
fanout: t.LiteralC<"fanout">;
|
|
23287
24095
|
stake: t.LiteralC<"stake">;
|
|
23288
24096
|
unstake: t.LiteralC<"unstake">;
|
|
24097
|
+
cancel: t.LiteralC<"cancel">;
|
|
23289
24098
|
delegate: t.LiteralC<"delegate">;
|
|
23290
24099
|
undelegate: t.LiteralC<"undelegate">;
|
|
23291
24100
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -23388,6 +24197,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23388
24197
|
fanout: t.LiteralC<"fanout">;
|
|
23389
24198
|
stake: t.LiteralC<"stake">;
|
|
23390
24199
|
unstake: t.LiteralC<"unstake">;
|
|
24200
|
+
cancel: t.LiteralC<"cancel">;
|
|
23391
24201
|
delegate: t.LiteralC<"delegate">;
|
|
23392
24202
|
undelegate: t.LiteralC<"undelegate">;
|
|
23393
24203
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -23476,6 +24286,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23476
24286
|
fanout: t.LiteralC<"fanout">;
|
|
23477
24287
|
stake: t.LiteralC<"stake">;
|
|
23478
24288
|
unstake: t.LiteralC<"unstake">;
|
|
24289
|
+
cancel: t.LiteralC<"cancel">;
|
|
23479
24290
|
delegate: t.LiteralC<"delegate">;
|
|
23480
24291
|
undelegate: t.LiteralC<"undelegate">;
|
|
23481
24292
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -23643,6 +24454,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23643
24454
|
fanout: t.LiteralC<"fanout">;
|
|
23644
24455
|
stake: t.LiteralC<"stake">;
|
|
23645
24456
|
unstake: t.LiteralC<"unstake">;
|
|
24457
|
+
cancel: t.LiteralC<"cancel">;
|
|
23646
24458
|
delegate: t.LiteralC<"delegate">;
|
|
23647
24459
|
undelegate: t.LiteralC<"undelegate">;
|
|
23648
24460
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -23731,6 +24543,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23731
24543
|
fanout: t.LiteralC<"fanout">;
|
|
23732
24544
|
stake: t.LiteralC<"stake">;
|
|
23733
24545
|
unstake: t.LiteralC<"unstake">;
|
|
24546
|
+
cancel: t.LiteralC<"cancel">;
|
|
23734
24547
|
delegate: t.LiteralC<"delegate">;
|
|
23735
24548
|
undelegate: t.LiteralC<"undelegate">;
|
|
23736
24549
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -23836,6 +24649,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23836
24649
|
fanout: t.LiteralC<"fanout">;
|
|
23837
24650
|
stake: t.LiteralC<"stake">;
|
|
23838
24651
|
unstake: t.LiteralC<"unstake">;
|
|
24652
|
+
cancel: t.LiteralC<"cancel">;
|
|
23839
24653
|
delegate: t.LiteralC<"delegate">;
|
|
23840
24654
|
undelegate: t.LiteralC<"undelegate">;
|
|
23841
24655
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -23926,6 +24740,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23926
24740
|
fanout: t.LiteralC<"fanout">;
|
|
23927
24741
|
stake: t.LiteralC<"stake">;
|
|
23928
24742
|
unstake: t.LiteralC<"unstake">;
|
|
24743
|
+
cancel: t.LiteralC<"cancel">;
|
|
23929
24744
|
delegate: t.LiteralC<"delegate">;
|
|
23930
24745
|
undelegate: t.LiteralC<"undelegate">;
|
|
23931
24746
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -24020,6 +24835,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24020
24835
|
fanout: t.LiteralC<"fanout">;
|
|
24021
24836
|
stake: t.LiteralC<"stake">;
|
|
24022
24837
|
unstake: t.LiteralC<"unstake">;
|
|
24838
|
+
cancel: t.LiteralC<"cancel">;
|
|
24023
24839
|
delegate: t.LiteralC<"delegate">;
|
|
24024
24840
|
undelegate: t.LiteralC<"undelegate">;
|
|
24025
24841
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -24114,6 +24930,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24114
24930
|
fanout: t.LiteralC<"fanout">;
|
|
24115
24931
|
stake: t.LiteralC<"stake">;
|
|
24116
24932
|
unstake: t.LiteralC<"unstake">;
|
|
24933
|
+
cancel: t.LiteralC<"cancel">;
|
|
24117
24934
|
delegate: t.LiteralC<"delegate">;
|
|
24118
24935
|
undelegate: t.LiteralC<"undelegate">;
|
|
24119
24936
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -24205,6 +25022,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24205
25022
|
fanout: t.LiteralC<"fanout">;
|
|
24206
25023
|
stake: t.LiteralC<"stake">;
|
|
24207
25024
|
unstake: t.LiteralC<"unstake">;
|
|
25025
|
+
cancel: t.LiteralC<"cancel">;
|
|
24208
25026
|
delegate: t.LiteralC<"delegate">;
|
|
24209
25027
|
undelegate: t.LiteralC<"undelegate">;
|
|
24210
25028
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -24312,6 +25130,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24312
25130
|
fanout: t.LiteralC<"fanout">;
|
|
24313
25131
|
stake: t.LiteralC<"stake">;
|
|
24314
25132
|
unstake: t.LiteralC<"unstake">;
|
|
25133
|
+
cancel: t.LiteralC<"cancel">;
|
|
24315
25134
|
delegate: t.LiteralC<"delegate">;
|
|
24316
25135
|
undelegate: t.LiteralC<"undelegate">;
|
|
24317
25136
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -24418,6 +25237,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24418
25237
|
fanout: t.LiteralC<"fanout">;
|
|
24419
25238
|
stake: t.LiteralC<"stake">;
|
|
24420
25239
|
unstake: t.LiteralC<"unstake">;
|
|
25240
|
+
cancel: t.LiteralC<"cancel">;
|
|
24421
25241
|
delegate: t.LiteralC<"delegate">;
|
|
24422
25242
|
undelegate: t.LiteralC<"undelegate">;
|
|
24423
25243
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -24524,6 +25344,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24524
25344
|
fanout: t.LiteralC<"fanout">;
|
|
24525
25345
|
stake: t.LiteralC<"stake">;
|
|
24526
25346
|
unstake: t.LiteralC<"unstake">;
|
|
25347
|
+
cancel: t.LiteralC<"cancel">;
|
|
24527
25348
|
delegate: t.LiteralC<"delegate">;
|
|
24528
25349
|
undelegate: t.LiteralC<"undelegate">;
|
|
24529
25350
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -24638,6 +25459,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24638
25459
|
fanout: t.LiteralC<"fanout">;
|
|
24639
25460
|
stake: t.LiteralC<"stake">;
|
|
24640
25461
|
unstake: t.LiteralC<"unstake">;
|
|
25462
|
+
cancel: t.LiteralC<"cancel">;
|
|
24641
25463
|
delegate: t.LiteralC<"delegate">;
|
|
24642
25464
|
undelegate: t.LiteralC<"undelegate">;
|
|
24643
25465
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -24774,6 +25596,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24774
25596
|
fanout: t.LiteralC<"fanout">;
|
|
24775
25597
|
stake: t.LiteralC<"stake">;
|
|
24776
25598
|
unstake: t.LiteralC<"unstake">;
|
|
25599
|
+
cancel: t.LiteralC<"cancel">;
|
|
24777
25600
|
delegate: t.LiteralC<"delegate">;
|
|
24778
25601
|
undelegate: t.LiteralC<"undelegate">;
|
|
24779
25602
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -24882,6 +25705,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24882
25705
|
fanout: t.LiteralC<"fanout">;
|
|
24883
25706
|
stake: t.LiteralC<"stake">;
|
|
24884
25707
|
unstake: t.LiteralC<"unstake">;
|
|
25708
|
+
cancel: t.LiteralC<"cancel">;
|
|
24885
25709
|
delegate: t.LiteralC<"delegate">;
|
|
24886
25710
|
undelegate: t.LiteralC<"undelegate">;
|
|
24887
25711
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -25007,6 +25831,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25007
25831
|
fanout: t.LiteralC<"fanout">;
|
|
25008
25832
|
stake: t.LiteralC<"stake">;
|
|
25009
25833
|
unstake: t.LiteralC<"unstake">;
|
|
25834
|
+
cancel: t.LiteralC<"cancel">;
|
|
25010
25835
|
delegate: t.LiteralC<"delegate">;
|
|
25011
25836
|
undelegate: t.LiteralC<"undelegate">;
|
|
25012
25837
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -25113,6 +25938,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25113
25938
|
fanout: t.LiteralC<"fanout">;
|
|
25114
25939
|
stake: t.LiteralC<"stake">;
|
|
25115
25940
|
unstake: t.LiteralC<"unstake">;
|
|
25941
|
+
cancel: t.LiteralC<"cancel">;
|
|
25116
25942
|
delegate: t.LiteralC<"delegate">;
|
|
25117
25943
|
undelegate: t.LiteralC<"undelegate">;
|
|
25118
25944
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -25237,6 +26063,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25237
26063
|
fanout: t.LiteralC<"fanout">;
|
|
25238
26064
|
stake: t.LiteralC<"stake">;
|
|
25239
26065
|
unstake: t.LiteralC<"unstake">;
|
|
26066
|
+
cancel: t.LiteralC<"cancel">;
|
|
25240
26067
|
delegate: t.LiteralC<"delegate">;
|
|
25241
26068
|
undelegate: t.LiteralC<"undelegate">;
|
|
25242
26069
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -25359,6 +26186,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25359
26186
|
fanout: t.LiteralC<"fanout">;
|
|
25360
26187
|
stake: t.LiteralC<"stake">;
|
|
25361
26188
|
unstake: t.LiteralC<"unstake">;
|
|
26189
|
+
cancel: t.LiteralC<"cancel">;
|
|
25362
26190
|
delegate: t.LiteralC<"delegate">;
|
|
25363
26191
|
undelegate: t.LiteralC<"undelegate">;
|
|
25364
26192
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -25456,6 +26284,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25456
26284
|
fanout: t.LiteralC<"fanout">;
|
|
25457
26285
|
stake: t.LiteralC<"stake">;
|
|
25458
26286
|
unstake: t.LiteralC<"unstake">;
|
|
26287
|
+
cancel: t.LiteralC<"cancel">;
|
|
25459
26288
|
delegate: t.LiteralC<"delegate">;
|
|
25460
26289
|
undelegate: t.LiteralC<"undelegate">;
|
|
25461
26290
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -25564,6 +26393,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25564
26393
|
fanout: t.LiteralC<"fanout">;
|
|
25565
26394
|
stake: t.LiteralC<"stake">;
|
|
25566
26395
|
unstake: t.LiteralC<"unstake">;
|
|
26396
|
+
cancel: t.LiteralC<"cancel">;
|
|
25567
26397
|
delegate: t.LiteralC<"delegate">;
|
|
25568
26398
|
undelegate: t.LiteralC<"undelegate">;
|
|
25569
26399
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -25729,6 +26559,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25729
26559
|
fanout: t.LiteralC<"fanout">;
|
|
25730
26560
|
stake: t.LiteralC<"stake">;
|
|
25731
26561
|
unstake: t.LiteralC<"unstake">;
|
|
26562
|
+
cancel: t.LiteralC<"cancel">;
|
|
25732
26563
|
delegate: t.LiteralC<"delegate">;
|
|
25733
26564
|
undelegate: t.LiteralC<"undelegate">;
|
|
25734
26565
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -25823,6 +26654,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25823
26654
|
fanout: t.LiteralC<"fanout">;
|
|
25824
26655
|
stake: t.LiteralC<"stake">;
|
|
25825
26656
|
unstake: t.LiteralC<"unstake">;
|
|
26657
|
+
cancel: t.LiteralC<"cancel">;
|
|
25826
26658
|
delegate: t.LiteralC<"delegate">;
|
|
25827
26659
|
undelegate: t.LiteralC<"undelegate">;
|
|
25828
26660
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -25921,6 +26753,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25921
26753
|
fanout: t.LiteralC<"fanout">;
|
|
25922
26754
|
stake: t.LiteralC<"stake">;
|
|
25923
26755
|
unstake: t.LiteralC<"unstake">;
|
|
26756
|
+
cancel: t.LiteralC<"cancel">;
|
|
25924
26757
|
delegate: t.LiteralC<"delegate">;
|
|
25925
26758
|
undelegate: t.LiteralC<"undelegate">;
|
|
25926
26759
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -26013,6 +26846,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26013
26846
|
fanout: t.LiteralC<"fanout">;
|
|
26014
26847
|
stake: t.LiteralC<"stake">;
|
|
26015
26848
|
unstake: t.LiteralC<"unstake">;
|
|
26849
|
+
cancel: t.LiteralC<"cancel">;
|
|
26016
26850
|
delegate: t.LiteralC<"delegate">;
|
|
26017
26851
|
undelegate: t.LiteralC<"undelegate">;
|
|
26018
26852
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -26106,6 +26940,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26106
26940
|
fanout: t.LiteralC<"fanout">;
|
|
26107
26941
|
stake: t.LiteralC<"stake">;
|
|
26108
26942
|
unstake: t.LiteralC<"unstake">;
|
|
26943
|
+
cancel: t.LiteralC<"cancel">;
|
|
26109
26944
|
delegate: t.LiteralC<"delegate">;
|
|
26110
26945
|
undelegate: t.LiteralC<"undelegate">;
|
|
26111
26946
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -26213,6 +27048,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26213
27048
|
fanout: t.LiteralC<"fanout">;
|
|
26214
27049
|
stake: t.LiteralC<"stake">;
|
|
26215
27050
|
unstake: t.LiteralC<"unstake">;
|
|
27051
|
+
cancel: t.LiteralC<"cancel">;
|
|
26216
27052
|
delegate: t.LiteralC<"delegate">;
|
|
26217
27053
|
undelegate: t.LiteralC<"undelegate">;
|
|
26218
27054
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -26322,6 +27158,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26322
27158
|
fanout: t.LiteralC<"fanout">;
|
|
26323
27159
|
stake: t.LiteralC<"stake">;
|
|
26324
27160
|
unstake: t.LiteralC<"unstake">;
|
|
27161
|
+
cancel: t.LiteralC<"cancel">;
|
|
26325
27162
|
delegate: t.LiteralC<"delegate">;
|
|
26326
27163
|
undelegate: t.LiteralC<"undelegate">;
|
|
26327
27164
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -26424,6 +27261,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26424
27261
|
fanout: t.LiteralC<"fanout">;
|
|
26425
27262
|
stake: t.LiteralC<"stake">;
|
|
26426
27263
|
unstake: t.LiteralC<"unstake">;
|
|
27264
|
+
cancel: t.LiteralC<"cancel">;
|
|
26427
27265
|
delegate: t.LiteralC<"delegate">;
|
|
26428
27266
|
undelegate: t.LiteralC<"undelegate">;
|
|
26429
27267
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -26563,6 +27401,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26563
27401
|
fanout: t.LiteralC<"fanout">;
|
|
26564
27402
|
stake: t.LiteralC<"stake">;
|
|
26565
27403
|
unstake: t.LiteralC<"unstake">;
|
|
27404
|
+
cancel: t.LiteralC<"cancel">;
|
|
26566
27405
|
delegate: t.LiteralC<"delegate">;
|
|
26567
27406
|
undelegate: t.LiteralC<"undelegate">;
|
|
26568
27407
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -26732,6 +27571,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26732
27571
|
fanout: t.LiteralC<"fanout">;
|
|
26733
27572
|
stake: t.LiteralC<"stake">;
|
|
26734
27573
|
unstake: t.LiteralC<"unstake">;
|
|
27574
|
+
cancel: t.LiteralC<"cancel">;
|
|
26735
27575
|
delegate: t.LiteralC<"delegate">;
|
|
26736
27576
|
undelegate: t.LiteralC<"undelegate">;
|
|
26737
27577
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -26915,6 +27755,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26915
27755
|
fanout: t.LiteralC<"fanout">;
|
|
26916
27756
|
stake: t.LiteralC<"stake">;
|
|
26917
27757
|
unstake: t.LiteralC<"unstake">;
|
|
27758
|
+
cancel: t.LiteralC<"cancel">;
|
|
26918
27759
|
delegate: t.LiteralC<"delegate">;
|
|
26919
27760
|
undelegate: t.LiteralC<"undelegate">;
|
|
26920
27761
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -27003,6 +27844,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27003
27844
|
fanout: t.LiteralC<"fanout">;
|
|
27004
27845
|
stake: t.LiteralC<"stake">;
|
|
27005
27846
|
unstake: t.LiteralC<"unstake">;
|
|
27847
|
+
cancel: t.LiteralC<"cancel">;
|
|
27006
27848
|
delegate: t.LiteralC<"delegate">;
|
|
27007
27849
|
undelegate: t.LiteralC<"undelegate">;
|
|
27008
27850
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -27086,6 +27928,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27086
27928
|
fanout: t.LiteralC<"fanout">;
|
|
27087
27929
|
stake: t.LiteralC<"stake">;
|
|
27088
27930
|
unstake: t.LiteralC<"unstake">;
|
|
27931
|
+
cancel: t.LiteralC<"cancel">;
|
|
27089
27932
|
delegate: t.LiteralC<"delegate">;
|
|
27090
27933
|
undelegate: t.LiteralC<"undelegate">;
|
|
27091
27934
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -27177,6 +28020,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27177
28020
|
fanout: t.LiteralC<"fanout">;
|
|
27178
28021
|
stake: t.LiteralC<"stake">;
|
|
27179
28022
|
unstake: t.LiteralC<"unstake">;
|
|
28023
|
+
cancel: t.LiteralC<"cancel">;
|
|
27180
28024
|
delegate: t.LiteralC<"delegate">;
|
|
27181
28025
|
undelegate: t.LiteralC<"undelegate">;
|
|
27182
28026
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -27278,6 +28122,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27278
28122
|
fanout: t.LiteralC<"fanout">;
|
|
27279
28123
|
stake: t.LiteralC<"stake">;
|
|
27280
28124
|
unstake: t.LiteralC<"unstake">;
|
|
28125
|
+
cancel: t.LiteralC<"cancel">;
|
|
27281
28126
|
delegate: t.LiteralC<"delegate">;
|
|
27282
28127
|
undelegate: t.LiteralC<"undelegate">;
|
|
27283
28128
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -27363,6 +28208,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27363
28208
|
fanout: t.LiteralC<"fanout">;
|
|
27364
28209
|
stake: t.LiteralC<"stake">;
|
|
27365
28210
|
unstake: t.LiteralC<"unstake">;
|
|
28211
|
+
cancel: t.LiteralC<"cancel">;
|
|
27366
28212
|
delegate: t.LiteralC<"delegate">;
|
|
27367
28213
|
undelegate: t.LiteralC<"undelegate">;
|
|
27368
28214
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -27451,6 +28297,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27451
28297
|
fanout: t.LiteralC<"fanout">;
|
|
27452
28298
|
stake: t.LiteralC<"stake">;
|
|
27453
28299
|
unstake: t.LiteralC<"unstake">;
|
|
28300
|
+
cancel: t.LiteralC<"cancel">;
|
|
27454
28301
|
delegate: t.LiteralC<"delegate">;
|
|
27455
28302
|
undelegate: t.LiteralC<"undelegate">;
|
|
27456
28303
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -27556,6 +28403,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27556
28403
|
fanout: t.LiteralC<"fanout">;
|
|
27557
28404
|
stake: t.LiteralC<"stake">;
|
|
27558
28405
|
unstake: t.LiteralC<"unstake">;
|
|
28406
|
+
cancel: t.LiteralC<"cancel">;
|
|
27559
28407
|
delegate: t.LiteralC<"delegate">;
|
|
27560
28408
|
undelegate: t.LiteralC<"undelegate">;
|
|
27561
28409
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -27644,6 +28492,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27644
28492
|
fanout: t.LiteralC<"fanout">;
|
|
27645
28493
|
stake: t.LiteralC<"stake">;
|
|
27646
28494
|
unstake: t.LiteralC<"unstake">;
|
|
28495
|
+
cancel: t.LiteralC<"cancel">;
|
|
27647
28496
|
delegate: t.LiteralC<"delegate">;
|
|
27648
28497
|
undelegate: t.LiteralC<"undelegate">;
|
|
27649
28498
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -27769,6 +28618,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27769
28618
|
fanout: t.LiteralC<"fanout">;
|
|
27770
28619
|
stake: t.LiteralC<"stake">;
|
|
27771
28620
|
unstake: t.LiteralC<"unstake">;
|
|
28621
|
+
cancel: t.LiteralC<"cancel">;
|
|
27772
28622
|
delegate: t.LiteralC<"delegate">;
|
|
27773
28623
|
undelegate: t.LiteralC<"undelegate">;
|
|
27774
28624
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -27876,6 +28726,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27876
28726
|
fanout: t.LiteralC<"fanout">;
|
|
27877
28727
|
stake: t.LiteralC<"stake">;
|
|
27878
28728
|
unstake: t.LiteralC<"unstake">;
|
|
28729
|
+
cancel: t.LiteralC<"cancel">;
|
|
27879
28730
|
delegate: t.LiteralC<"delegate">;
|
|
27880
28731
|
undelegate: t.LiteralC<"undelegate">;
|
|
27881
28732
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -27983,6 +28834,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27983
28834
|
fanout: t.LiteralC<"fanout">;
|
|
27984
28835
|
stake: t.LiteralC<"stake">;
|
|
27985
28836
|
unstake: t.LiteralC<"unstake">;
|
|
28837
|
+
cancel: t.LiteralC<"cancel">;
|
|
27986
28838
|
delegate: t.LiteralC<"delegate">;
|
|
27987
28839
|
undelegate: t.LiteralC<"undelegate">;
|
|
27988
28840
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -28072,6 +28924,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28072
28924
|
fanout: t.LiteralC<"fanout">;
|
|
28073
28925
|
stake: t.LiteralC<"stake">;
|
|
28074
28926
|
unstake: t.LiteralC<"unstake">;
|
|
28927
|
+
cancel: t.LiteralC<"cancel">;
|
|
28075
28928
|
delegate: t.LiteralC<"delegate">;
|
|
28076
28929
|
undelegate: t.LiteralC<"undelegate">;
|
|
28077
28930
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -28180,6 +29033,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28180
29033
|
fanout: t.LiteralC<"fanout">;
|
|
28181
29034
|
stake: t.LiteralC<"stake">;
|
|
28182
29035
|
unstake: t.LiteralC<"unstake">;
|
|
29036
|
+
cancel: t.LiteralC<"cancel">;
|
|
28183
29037
|
delegate: t.LiteralC<"delegate">;
|
|
28184
29038
|
undelegate: t.LiteralC<"undelegate">;
|
|
28185
29039
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -28290,6 +29144,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28290
29144
|
fanout: t.LiteralC<"fanout">;
|
|
28291
29145
|
stake: t.LiteralC<"stake">;
|
|
28292
29146
|
unstake: t.LiteralC<"unstake">;
|
|
29147
|
+
cancel: t.LiteralC<"cancel">;
|
|
28293
29148
|
delegate: t.LiteralC<"delegate">;
|
|
28294
29149
|
undelegate: t.LiteralC<"undelegate">;
|
|
28295
29150
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -28401,6 +29256,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28401
29256
|
fanout: t.LiteralC<"fanout">;
|
|
28402
29257
|
stake: t.LiteralC<"stake">;
|
|
28403
29258
|
unstake: t.LiteralC<"unstake">;
|
|
29259
|
+
cancel: t.LiteralC<"cancel">;
|
|
28404
29260
|
delegate: t.LiteralC<"delegate">;
|
|
28405
29261
|
undelegate: t.LiteralC<"undelegate">;
|
|
28406
29262
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -28498,6 +29354,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28498
29354
|
fanout: t.LiteralC<"fanout">;
|
|
28499
29355
|
stake: t.LiteralC<"stake">;
|
|
28500
29356
|
unstake: t.LiteralC<"unstake">;
|
|
29357
|
+
cancel: t.LiteralC<"cancel">;
|
|
28501
29358
|
delegate: t.LiteralC<"delegate">;
|
|
28502
29359
|
undelegate: t.LiteralC<"undelegate">;
|
|
28503
29360
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -28606,6 +29463,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28606
29463
|
fanout: t.LiteralC<"fanout">;
|
|
28607
29464
|
stake: t.LiteralC<"stake">;
|
|
28608
29465
|
unstake: t.LiteralC<"unstake">;
|
|
29466
|
+
cancel: t.LiteralC<"cancel">;
|
|
28609
29467
|
delegate: t.LiteralC<"delegate">;
|
|
28610
29468
|
undelegate: t.LiteralC<"undelegate">;
|
|
28611
29469
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -28753,6 +29611,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28753
29611
|
fanout: t.LiteralC<"fanout">;
|
|
28754
29612
|
stake: t.LiteralC<"stake">;
|
|
28755
29613
|
unstake: t.LiteralC<"unstake">;
|
|
29614
|
+
cancel: t.LiteralC<"cancel">;
|
|
28756
29615
|
delegate: t.LiteralC<"delegate">;
|
|
28757
29616
|
undelegate: t.LiteralC<"undelegate">;
|
|
28758
29617
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -28848,6 +29707,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28848
29707
|
fanout: t.LiteralC<"fanout">;
|
|
28849
29708
|
stake: t.LiteralC<"stake">;
|
|
28850
29709
|
unstake: t.LiteralC<"unstake">;
|
|
29710
|
+
cancel: t.LiteralC<"cancel">;
|
|
28851
29711
|
delegate: t.LiteralC<"delegate">;
|
|
28852
29712
|
undelegate: t.LiteralC<"undelegate">;
|
|
28853
29713
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -28940,6 +29800,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28940
29800
|
fanout: t.LiteralC<"fanout">;
|
|
28941
29801
|
stake: t.LiteralC<"stake">;
|
|
28942
29802
|
unstake: t.LiteralC<"unstake">;
|
|
29803
|
+
cancel: t.LiteralC<"cancel">;
|
|
28943
29804
|
delegate: t.LiteralC<"delegate">;
|
|
28944
29805
|
undelegate: t.LiteralC<"undelegate">;
|
|
28945
29806
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -29027,6 +29888,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
29027
29888
|
fanout: t.LiteralC<"fanout">;
|
|
29028
29889
|
stake: t.LiteralC<"stake">;
|
|
29029
29890
|
unstake: t.LiteralC<"unstake">;
|
|
29891
|
+
cancel: t.LiteralC<"cancel">;
|
|
29030
29892
|
delegate: t.LiteralC<"delegate">;
|
|
29031
29893
|
undelegate: t.LiteralC<"undelegate">;
|
|
29032
29894
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -29134,6 +29996,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
29134
29996
|
fanout: t.LiteralC<"fanout">;
|
|
29135
29997
|
stake: t.LiteralC<"stake">;
|
|
29136
29998
|
unstake: t.LiteralC<"unstake">;
|
|
29999
|
+
cancel: t.LiteralC<"cancel">;
|
|
29137
30000
|
delegate: t.LiteralC<"delegate">;
|
|
29138
30001
|
undelegate: t.LiteralC<"undelegate">;
|
|
29139
30002
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -29227,6 +30090,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
29227
30090
|
fanout: t.LiteralC<"fanout">;
|
|
29228
30091
|
stake: t.LiteralC<"stake">;
|
|
29229
30092
|
unstake: t.LiteralC<"unstake">;
|
|
30093
|
+
cancel: t.LiteralC<"cancel">;
|
|
29230
30094
|
delegate: t.LiteralC<"delegate">;
|
|
29231
30095
|
undelegate: t.LiteralC<"undelegate">;
|
|
29232
30096
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -29319,6 +30183,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
29319
30183
|
fanout: t.LiteralC<"fanout">;
|
|
29320
30184
|
stake: t.LiteralC<"stake">;
|
|
29321
30185
|
unstake: t.LiteralC<"unstake">;
|
|
30186
|
+
cancel: t.LiteralC<"cancel">;
|
|
29322
30187
|
delegate: t.LiteralC<"delegate">;
|
|
29323
30188
|
undelegate: t.LiteralC<"undelegate">;
|
|
29324
30189
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -29412,6 +30277,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
29412
30277
|
fanout: t.LiteralC<"fanout">;
|
|
29413
30278
|
stake: t.LiteralC<"stake">;
|
|
29414
30279
|
unstake: t.LiteralC<"unstake">;
|
|
30280
|
+
cancel: t.LiteralC<"cancel">;
|
|
29415
30281
|
delegate: t.LiteralC<"delegate">;
|
|
29416
30282
|
undelegate: t.LiteralC<"undelegate">;
|
|
29417
30283
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -29504,6 +30370,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
29504
30370
|
fanout: t.LiteralC<"fanout">;
|
|
29505
30371
|
stake: t.LiteralC<"stake">;
|
|
29506
30372
|
unstake: t.LiteralC<"unstake">;
|
|
30373
|
+
cancel: t.LiteralC<"cancel">;
|
|
29507
30374
|
delegate: t.LiteralC<"delegate">;
|
|
29508
30375
|
undelegate: t.LiteralC<"undelegate">;
|
|
29509
30376
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -29600,6 +30467,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
29600
30467
|
fanout: t.LiteralC<"fanout">;
|
|
29601
30468
|
stake: t.LiteralC<"stake">;
|
|
29602
30469
|
unstake: t.LiteralC<"unstake">;
|
|
30470
|
+
cancel: t.LiteralC<"cancel">;
|
|
29603
30471
|
delegate: t.LiteralC<"delegate">;
|
|
29604
30472
|
undelegate: t.LiteralC<"undelegate">;
|
|
29605
30473
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -29695,6 +30563,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
29695
30563
|
fanout: t.LiteralC<"fanout">;
|
|
29696
30564
|
stake: t.LiteralC<"stake">;
|
|
29697
30565
|
unstake: t.LiteralC<"unstake">;
|
|
30566
|
+
cancel: t.LiteralC<"cancel">;
|
|
29698
30567
|
delegate: t.LiteralC<"delegate">;
|
|
29699
30568
|
undelegate: t.LiteralC<"undelegate">;
|
|
29700
30569
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -29792,6 +30661,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
29792
30661
|
fanout: t.LiteralC<"fanout">;
|
|
29793
30662
|
stake: t.LiteralC<"stake">;
|
|
29794
30663
|
unstake: t.LiteralC<"unstake">;
|
|
30664
|
+
cancel: t.LiteralC<"cancel">;
|
|
29795
30665
|
delegate: t.LiteralC<"delegate">;
|
|
29796
30666
|
undelegate: t.LiteralC<"undelegate">;
|
|
29797
30667
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -29889,6 +30759,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
29889
30759
|
fanout: t.LiteralC<"fanout">;
|
|
29890
30760
|
stake: t.LiteralC<"stake">;
|
|
29891
30761
|
unstake: t.LiteralC<"unstake">;
|
|
30762
|
+
cancel: t.LiteralC<"cancel">;
|
|
29892
30763
|
delegate: t.LiteralC<"delegate">;
|
|
29893
30764
|
undelegate: t.LiteralC<"undelegate">;
|
|
29894
30765
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -29986,6 +30857,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
29986
30857
|
fanout: t.LiteralC<"fanout">;
|
|
29987
30858
|
stake: t.LiteralC<"stake">;
|
|
29988
30859
|
unstake: t.LiteralC<"unstake">;
|
|
30860
|
+
cancel: t.LiteralC<"cancel">;
|
|
29989
30861
|
delegate: t.LiteralC<"delegate">;
|
|
29990
30862
|
undelegate: t.LiteralC<"undelegate">;
|
|
29991
30863
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -30082,6 +30954,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
30082
30954
|
fanout: t.LiteralC<"fanout">;
|
|
30083
30955
|
stake: t.LiteralC<"stake">;
|
|
30084
30956
|
unstake: t.LiteralC<"unstake">;
|
|
30957
|
+
cancel: t.LiteralC<"cancel">;
|
|
30085
30958
|
delegate: t.LiteralC<"delegate">;
|
|
30086
30959
|
undelegate: t.LiteralC<"undelegate">;
|
|
30087
30960
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -30182,6 +31055,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
30182
31055
|
fanout: t.LiteralC<"fanout">;
|
|
30183
31056
|
stake: t.LiteralC<"stake">;
|
|
30184
31057
|
unstake: t.LiteralC<"unstake">;
|
|
31058
|
+
cancel: t.LiteralC<"cancel">;
|
|
30185
31059
|
delegate: t.LiteralC<"delegate">;
|
|
30186
31060
|
undelegate: t.LiteralC<"undelegate">;
|
|
30187
31061
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -30277,6 +31151,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
30277
31151
|
fanout: t.LiteralC<"fanout">;
|
|
30278
31152
|
stake: t.LiteralC<"stake">;
|
|
30279
31153
|
unstake: t.LiteralC<"unstake">;
|
|
31154
|
+
cancel: t.LiteralC<"cancel">;
|
|
30280
31155
|
delegate: t.LiteralC<"delegate">;
|
|
30281
31156
|
undelegate: t.LiteralC<"undelegate">;
|
|
30282
31157
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -30374,6 +31249,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
30374
31249
|
fanout: t.LiteralC<"fanout">;
|
|
30375
31250
|
stake: t.LiteralC<"stake">;
|
|
30376
31251
|
unstake: t.LiteralC<"unstake">;
|
|
31252
|
+
cancel: t.LiteralC<"cancel">;
|
|
30377
31253
|
delegate: t.LiteralC<"delegate">;
|
|
30378
31254
|
undelegate: t.LiteralC<"undelegate">;
|
|
30379
31255
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -30467,6 +31343,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
30467
31343
|
fanout: t.LiteralC<"fanout">;
|
|
30468
31344
|
stake: t.LiteralC<"stake">;
|
|
30469
31345
|
unstake: t.LiteralC<"unstake">;
|
|
31346
|
+
cancel: t.LiteralC<"cancel">;
|
|
30470
31347
|
delegate: t.LiteralC<"delegate">;
|
|
30471
31348
|
undelegate: t.LiteralC<"undelegate">;
|
|
30472
31349
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -30559,6 +31436,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
30559
31436
|
fanout: t.LiteralC<"fanout">;
|
|
30560
31437
|
stake: t.LiteralC<"stake">;
|
|
30561
31438
|
unstake: t.LiteralC<"unstake">;
|
|
31439
|
+
cancel: t.LiteralC<"cancel">;
|
|
30562
31440
|
delegate: t.LiteralC<"delegate">;
|
|
30563
31441
|
undelegate: t.LiteralC<"undelegate">;
|
|
30564
31442
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -30651,6 +31529,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
30651
31529
|
fanout: t.LiteralC<"fanout">;
|
|
30652
31530
|
stake: t.LiteralC<"stake">;
|
|
30653
31531
|
unstake: t.LiteralC<"unstake">;
|
|
31532
|
+
cancel: t.LiteralC<"cancel">;
|
|
30654
31533
|
delegate: t.LiteralC<"delegate">;
|
|
30655
31534
|
undelegate: t.LiteralC<"undelegate">;
|
|
30656
31535
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -30748,6 +31627,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
30748
31627
|
fanout: t.LiteralC<"fanout">;
|
|
30749
31628
|
stake: t.LiteralC<"stake">;
|
|
30750
31629
|
unstake: t.LiteralC<"unstake">;
|
|
31630
|
+
cancel: t.LiteralC<"cancel">;
|
|
30751
31631
|
delegate: t.LiteralC<"delegate">;
|
|
30752
31632
|
undelegate: t.LiteralC<"undelegate">;
|
|
30753
31633
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -30846,6 +31726,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
30846
31726
|
fanout: t.LiteralC<"fanout">;
|
|
30847
31727
|
stake: t.LiteralC<"stake">;
|
|
30848
31728
|
unstake: t.LiteralC<"unstake">;
|
|
31729
|
+
cancel: t.LiteralC<"cancel">;
|
|
30849
31730
|
delegate: t.LiteralC<"delegate">;
|
|
30850
31731
|
undelegate: t.LiteralC<"undelegate">;
|
|
30851
31732
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -30942,6 +31823,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
30942
31823
|
fanout: t.LiteralC<"fanout">;
|
|
30943
31824
|
stake: t.LiteralC<"stake">;
|
|
30944
31825
|
unstake: t.LiteralC<"unstake">;
|
|
31826
|
+
cancel: t.LiteralC<"cancel">;
|
|
30945
31827
|
delegate: t.LiteralC<"delegate">;
|
|
30946
31828
|
undelegate: t.LiteralC<"undelegate">;
|
|
30947
31829
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -31038,6 +31920,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
31038
31920
|
fanout: t.LiteralC<"fanout">;
|
|
31039
31921
|
stake: t.LiteralC<"stake">;
|
|
31040
31922
|
unstake: t.LiteralC<"unstake">;
|
|
31923
|
+
cancel: t.LiteralC<"cancel">;
|
|
31041
31924
|
delegate: t.LiteralC<"delegate">;
|
|
31042
31925
|
undelegate: t.LiteralC<"undelegate">;
|
|
31043
31926
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -31129,6 +32012,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
31129
32012
|
fanout: t.LiteralC<"fanout">;
|
|
31130
32013
|
stake: t.LiteralC<"stake">;
|
|
31131
32014
|
unstake: t.LiteralC<"unstake">;
|
|
32015
|
+
cancel: t.LiteralC<"cancel">;
|
|
31132
32016
|
delegate: t.LiteralC<"delegate">;
|
|
31133
32017
|
undelegate: t.LiteralC<"undelegate">;
|
|
31134
32018
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -31220,6 +32104,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
31220
32104
|
fanout: t.LiteralC<"fanout">;
|
|
31221
32105
|
stake: t.LiteralC<"stake">;
|
|
31222
32106
|
unstake: t.LiteralC<"unstake">;
|
|
32107
|
+
cancel: t.LiteralC<"cancel">;
|
|
31223
32108
|
delegate: t.LiteralC<"delegate">;
|
|
31224
32109
|
undelegate: t.LiteralC<"undelegate">;
|
|
31225
32110
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -31305,6 +32190,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
31305
32190
|
fanout: t.LiteralC<"fanout">;
|
|
31306
32191
|
stake: t.LiteralC<"stake">;
|
|
31307
32192
|
unstake: t.LiteralC<"unstake">;
|
|
32193
|
+
cancel: t.LiteralC<"cancel">;
|
|
31308
32194
|
delegate: t.LiteralC<"delegate">;
|
|
31309
32195
|
undelegate: t.LiteralC<"undelegate">;
|
|
31310
32196
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -31394,6 +32280,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
31394
32280
|
fanout: t.LiteralC<"fanout">;
|
|
31395
32281
|
stake: t.LiteralC<"stake">;
|
|
31396
32282
|
unstake: t.LiteralC<"unstake">;
|
|
32283
|
+
cancel: t.LiteralC<"cancel">;
|
|
31397
32284
|
delegate: t.LiteralC<"delegate">;
|
|
31398
32285
|
undelegate: t.LiteralC<"undelegate">;
|
|
31399
32286
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -31485,6 +32372,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
31485
32372
|
fanout: t.LiteralC<"fanout">;
|
|
31486
32373
|
stake: t.LiteralC<"stake">;
|
|
31487
32374
|
unstake: t.LiteralC<"unstake">;
|
|
32375
|
+
cancel: t.LiteralC<"cancel">;
|
|
31488
32376
|
delegate: t.LiteralC<"delegate">;
|
|
31489
32377
|
undelegate: t.LiteralC<"undelegate">;
|
|
31490
32378
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -31576,6 +32464,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
31576
32464
|
fanout: t.LiteralC<"fanout">;
|
|
31577
32465
|
stake: t.LiteralC<"stake">;
|
|
31578
32466
|
unstake: t.LiteralC<"unstake">;
|
|
32467
|
+
cancel: t.LiteralC<"cancel">;
|
|
31579
32468
|
delegate: t.LiteralC<"delegate">;
|
|
31580
32469
|
undelegate: t.LiteralC<"undelegate">;
|
|
31581
32470
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -31673,6 +32562,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
31673
32562
|
fanout: t.LiteralC<"fanout">;
|
|
31674
32563
|
stake: t.LiteralC<"stake">;
|
|
31675
32564
|
unstake: t.LiteralC<"unstake">;
|
|
32565
|
+
cancel: t.LiteralC<"cancel">;
|
|
31676
32566
|
delegate: t.LiteralC<"delegate">;
|
|
31677
32567
|
undelegate: t.LiteralC<"undelegate">;
|
|
31678
32568
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -31770,6 +32660,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
31770
32660
|
fanout: t.LiteralC<"fanout">;
|
|
31771
32661
|
stake: t.LiteralC<"stake">;
|
|
31772
32662
|
unstake: t.LiteralC<"unstake">;
|
|
32663
|
+
cancel: t.LiteralC<"cancel">;
|
|
31773
32664
|
delegate: t.LiteralC<"delegate">;
|
|
31774
32665
|
undelegate: t.LiteralC<"undelegate">;
|
|
31775
32666
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -31861,6 +32752,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
31861
32752
|
fanout: t.LiteralC<"fanout">;
|
|
31862
32753
|
stake: t.LiteralC<"stake">;
|
|
31863
32754
|
unstake: t.LiteralC<"unstake">;
|
|
32755
|
+
cancel: t.LiteralC<"cancel">;
|
|
31864
32756
|
delegate: t.LiteralC<"delegate">;
|
|
31865
32757
|
undelegate: t.LiteralC<"undelegate">;
|
|
31866
32758
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -31948,6 +32840,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
31948
32840
|
fanout: t.LiteralC<"fanout">;
|
|
31949
32841
|
stake: t.LiteralC<"stake">;
|
|
31950
32842
|
unstake: t.LiteralC<"unstake">;
|
|
32843
|
+
cancel: t.LiteralC<"cancel">;
|
|
31951
32844
|
delegate: t.LiteralC<"delegate">;
|
|
31952
32845
|
undelegate: t.LiteralC<"undelegate">;
|
|
31953
32846
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -32055,6 +32948,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
32055
32948
|
fanout: t.LiteralC<"fanout">;
|
|
32056
32949
|
stake: t.LiteralC<"stake">;
|
|
32057
32950
|
unstake: t.LiteralC<"unstake">;
|
|
32951
|
+
cancel: t.LiteralC<"cancel">;
|
|
32058
32952
|
delegate: t.LiteralC<"delegate">;
|
|
32059
32953
|
undelegate: t.LiteralC<"undelegate">;
|
|
32060
32954
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -32172,6 +33066,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
32172
33066
|
fanout: t.LiteralC<"fanout">;
|
|
32173
33067
|
stake: t.LiteralC<"stake">;
|
|
32174
33068
|
unstake: t.LiteralC<"unstake">;
|
|
33069
|
+
cancel: t.LiteralC<"cancel">;
|
|
32175
33070
|
delegate: t.LiteralC<"delegate">;
|
|
32176
33071
|
undelegate: t.LiteralC<"undelegate">;
|
|
32177
33072
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -32299,6 +33194,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
32299
33194
|
fanout: t.LiteralC<"fanout">;
|
|
32300
33195
|
stake: t.LiteralC<"stake">;
|
|
32301
33196
|
unstake: t.LiteralC<"unstake">;
|
|
33197
|
+
cancel: t.LiteralC<"cancel">;
|
|
32302
33198
|
delegate: t.LiteralC<"delegate">;
|
|
32303
33199
|
undelegate: t.LiteralC<"undelegate">;
|
|
32304
33200
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -32398,6 +33294,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
32398
33294
|
fanout: t.LiteralC<"fanout">;
|
|
32399
33295
|
stake: t.LiteralC<"stake">;
|
|
32400
33296
|
unstake: t.LiteralC<"unstake">;
|
|
33297
|
+
cancel: t.LiteralC<"cancel">;
|
|
32401
33298
|
delegate: t.LiteralC<"delegate">;
|
|
32402
33299
|
undelegate: t.LiteralC<"undelegate">;
|
|
32403
33300
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -32507,6 +33404,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
32507
33404
|
fanout: t.LiteralC<"fanout">;
|
|
32508
33405
|
stake: t.LiteralC<"stake">;
|
|
32509
33406
|
unstake: t.LiteralC<"unstake">;
|
|
33407
|
+
cancel: t.LiteralC<"cancel">;
|
|
32510
33408
|
delegate: t.LiteralC<"delegate">;
|
|
32511
33409
|
undelegate: t.LiteralC<"undelegate">;
|
|
32512
33410
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -32598,6 +33496,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
32598
33496
|
fanout: t.LiteralC<"fanout">;
|
|
32599
33497
|
stake: t.LiteralC<"stake">;
|
|
32600
33498
|
unstake: t.LiteralC<"unstake">;
|
|
33499
|
+
cancel: t.LiteralC<"cancel">;
|
|
32601
33500
|
delegate: t.LiteralC<"delegate">;
|
|
32602
33501
|
undelegate: t.LiteralC<"undelegate">;
|
|
32603
33502
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -32695,6 +33594,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
32695
33594
|
fanout: t.LiteralC<"fanout">;
|
|
32696
33595
|
stake: t.LiteralC<"stake">;
|
|
32697
33596
|
unstake: t.LiteralC<"unstake">;
|
|
33597
|
+
cancel: t.LiteralC<"cancel">;
|
|
32698
33598
|
delegate: t.LiteralC<"delegate">;
|
|
32699
33599
|
undelegate: t.LiteralC<"undelegate">;
|
|
32700
33600
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -32786,6 +33686,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
32786
33686
|
fanout: t.LiteralC<"fanout">;
|
|
32787
33687
|
stake: t.LiteralC<"stake">;
|
|
32788
33688
|
unstake: t.LiteralC<"unstake">;
|
|
33689
|
+
cancel: t.LiteralC<"cancel">;
|
|
32789
33690
|
delegate: t.LiteralC<"delegate">;
|
|
32790
33691
|
undelegate: t.LiteralC<"undelegate">;
|
|
32791
33692
|
switchValidator: t.LiteralC<"switchValidator">;
|
|
@@ -32883,6 +33784,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
32883
33784
|
fanout: t.LiteralC<"fanout">;
|
|
32884
33785
|
stake: t.LiteralC<"stake">;
|
|
32885
33786
|
unstake: t.LiteralC<"unstake">;
|
|
33787
|
+
cancel: t.LiteralC<"cancel">;
|
|
32886
33788
|
delegate: t.LiteralC<"delegate">;
|
|
32887
33789
|
undelegate: t.LiteralC<"undelegate">;
|
|
32888
33790
|
switchValidator: t.LiteralC<"switchValidator">;
|