TransactionUpgrade: BaseTransactionType & {
    type: Upgrade;
    upgradePurpose: UpgradePurpose;
}

Type declaration