StakeAuthorized constructor

const StakeAuthorized({
  1. required SolAddress staker,
  2. required SolAddress withdrawer,
})

Implementation

const StakeAuthorized({required this.staker, required this.withdrawer});