MsgServiceBase constructor

MsgServiceBase()

Implementation

MsgServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.MsgCreateVestingAccount,
          $0.MsgCreateVestingAccountResponse>(
      'CreateVestingAccount',
      createVestingAccount_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.MsgCreateVestingAccount.fromBuffer(value),
      ($0.MsgCreateVestingAccountResponse value) => value.writeToBuffer()));
}