StakeAuthorizeLayout constructor

StakeAuthorizeLayout({
  1. required SolAddress newAuthorized,
  2. required int stakeAuthorizationType,
})

Implementation

factory StakeAuthorizeLayout(
    {required SolAddress newAuthorized,
    required int stakeAuthorizationType}) {
  return StakeAuthorizeLayout._(newAuthorized, stakeAuthorizationType);
}