We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d25d9 commit 566e96dCopy full SHA for 566e96d
src/types/transactions.ts
@@ -354,7 +354,7 @@ export type StakingTxDepositInfo = {
354
export type StakingTxExitInfo = {
355
type: TransactionInfoType.NATIVE_STAKING_VALIDATORS_EXIT
356
humanDescription?: string
357
-} & Omit<NativeStakingValidatorsExitConfirmationView, 'type' | 'value'>
+} & Omit<NativeStakingValidatorsExitConfirmationView, 'type'>
358
359
export type StakingTxWithdrawInfo = {
360
type: TransactionInfoType.NATIVE_STAKING_WITHDRAW
0 commit comments