MsgExecResponse constructor

MsgExecResponse({
  1. ProposalExecutorResult? result,
})

Implementation

factory MsgExecResponse({
  $72.ProposalExecutorResult? result,
}) {
  final $result = create();
  if (result != null) {
    $result.result = result;
  }
  return $result;
}