SubmitWithdrawalRequestGuard: TypeC<{
    hexTransactionWitnessSet: Type<string, string, unknown>;
    withdrawalId: Type<WithdrawalId, string, unknown>;
}> = ...

Type declaration

  • hexTransactionWitnessSet: Type<string, string, unknown>
  • withdrawalId: Type<WithdrawalId, string, unknown>